Skip to content

Commit bc91829

Browse files
committed
[maven-release-plugin] prepare release 1.0.1
1 parent ae9f7f5 commit bc91829

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.psdev.formvalidations</groupId>
66
<artifactId>formvalidations-parent</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88
</parent>
99

1010
<artifactId>formvalidations</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<description>FormValidations is an open source library to validate forms in Android apps.</description>
1717
<url>http://psdev.de/FormValidations</url>
1818
<inceptionYear>2013</inceptionYear>
19-
<version>1.0.1-SNAPSHOT</version>
19+
<version>1.0.1</version>
2020

2121
<modules>
2222
<module>library</module>
@@ -27,7 +27,7 @@
2727
<url>https://github.com/PSDev/FormValidations</url>
2828
<connection>scm:git:git://github.com/PSDev/FormValidations.git</connection>
2929
<developerConnection>scm:git:[email protected]:PSDev/FormValidations.git</developerConnection>
30-
<tag>HEAD</tag>
30+
<tag>1.0.1</tag>
3131
</scm>
3232

3333
<developers>

sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>de.psdev.formvalidations</groupId>
2222
<artifactId>formvalidations-parent</artifactId>
23-
<version>1.0.1-SNAPSHOT</version>
23+
<version>1.0.1</version>
2424
</parent>
2525

2626
<artifactId>sample</artifactId>

0 commit comments

Comments
 (0)