Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yyvess committed Jan 7, 2016
1 parent 8df9312 commit 0c7bc1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can find published releases on Maven Central.
<dependency>
<groupId>net.jmob</groupId>
<artifactId>guice.conf</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
Optionally, to active validation, you must import a validator like Hibernate validator
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.jmob</groupId>
<artifactId>guice.conf</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>

<name>Guice Configuration</name>
Expand All @@ -23,7 +23,7 @@
<scm>
<connection>scm:git:https://github.com/yyvess/jsconf.git</connection>
<url>https://github.com/yyvess/jsconf.git</url>
<tag>HEAD</tag>
<tag>v1.2.0</tag>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit 0c7bc1a

Please sign in to comment.