Skip to content

Commit a978ed2

Browse files
committed
[maven-release-plugin] prepare release 1.1.2
1 parent 646b974 commit a978ed2

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

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.1.2-SNAPSHOT</version>
7+
<version>1.1.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<prerequisites>
@@ -21,7 +20,7 @@
2120
<description>FormValidations is an open source library to validate forms in Android apps.</description>
2221
<url>http://psdev.de/FormValidations</url>
2322
<inceptionYear>2013</inceptionYear>
24-
<version>1.1.2-SNAPSHOT</version>
23+
<version>1.1.2</version>
2524

2625
<modules>
2726
<module>library</module>
@@ -32,7 +31,7 @@
3231
<url>https://github.com/PSDev/FormValidations</url>
3332
<connection>scm:git:git://github.com/PSDev/FormValidations.git</connection>
3433
<developerConnection>scm:git:git@github.com:PSDev/FormValidations.git</developerConnection>
35-
<tag>HEAD</tag>
34+
<tag>1.1.2</tag>
3635
</scm>
3736

3837
<developers>

sample/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.1.2-SNAPSHOT</version>
7+
<version>1.1.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)