Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hameno committed Feb 2, 2014
1 parent 0e75d95 commit be408cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.psdev.formvalidations</groupId>
<artifactId>formvalidations-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>formvalidations</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<description>FormValidations is an open source library to validate forms in Android apps.</description>
<url>http://psdev.de/FormValidations</url>
<inceptionYear>2013</inceptionYear>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>

<modules>
<module>library</module>
Expand All @@ -27,7 +27,7 @@
<url>https://github.com/PSDev/FormValidations</url>
<connection>scm:git:git://github.com/PSDev/FormValidations.git</connection>
<developerConnection>scm:git:[email protected]:PSDev/FormValidations.git</developerConnection>
<tag>HEAD</tag>
<tag>1.1.0</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.psdev.formvalidations</groupId>
<artifactId>formvalidations-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>sample</artifactId>
Expand Down

0 comments on commit be408cd

Please sign in to comment.