Skip to content

Commit fe101e3

Browse files
committed
[maven-release-plugin] prepare release KeePassJava2-2.1.1
1 parent d39083f commit fe101e3

10 files changed

Lines changed: 11 additions & 11 deletions

File tree

all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>KeePassJava2-parent</artifactId>
2121
<groupId>org.linguafranca.pwdb</groupId>
22-
<version>2.1.1-SNAPSHOT</version>
22+
<version>2.1.1</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

database/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>KeePassJava2-parent</artifactId>
55
<groupId>org.linguafranca.pwdb</groupId>
6-
<version>2.1.1-SNAPSHOT</version>
6+
<version>2.1.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

dom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>KeePassJava2-parent</artifactId>
55
<groupId>org.linguafranca.pwdb</groupId>
6-
<version>2.1.1-SNAPSHOT</version>
6+
<version>2.1.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>KeePassJava2-parent</artifactId>
2121
<groupId>org.linguafranca.pwdb</groupId>
22-
<version>2.1.1-SNAPSHOT</version>
22+
<version>2.1.1</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

jaxb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>KeePassJava2-parent</artifactId>
2121
<groupId>org.linguafranca.pwdb</groupId>
22-
<version>2.1.1-SNAPSHOT</version>
22+
<version>2.1.1</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

kdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>KeePassJava2-parent</artifactId>
55
<groupId>org.linguafranca.pwdb</groupId>
6-
<version>2.1.1-SNAPSHOT</version>
6+
<version>2.1.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

kdbx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>KeePassJava2-parent</artifactId>
2121
<groupId>org.linguafranca.pwdb</groupId>
22-
<version>2.1.1-SNAPSHOT</version>
22+
<version>2.1.1</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>org.linguafranca.pwdb</groupId>
2222
<artifactId>KeePassJava2-parent</artifactId>
23-
<version>2.1.1-SNAPSHOT</version>
23+
<version>2.1.1</version>
2424
<modules>
2525
<module>database</module>
2626
<module>test</module>
@@ -50,7 +50,7 @@
5050
<connection>scm:git:git://github.com/jorabin/KeePassJava2.git</connection>
5151
<developerConnection>scm:git:git@github.com:jorabin/KeePassJava2.git</developerConnection>
5252
<url>https://github.com/jorabin/KeePassJava2</url>
53-
<tag>HEAD</tag>
53+
<tag>KeePassJava2-2.1.1</tag>
5454
</scm>
5555

5656
<developers>

simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>KeePassJava2-parent</artifactId>
2121
<groupId>org.linguafranca.pwdb</groupId>
22-
<version>2.1.1-SNAPSHOT</version>
22+
<version>2.1.1</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>KeePassJava2-parent</artifactId>
55
<groupId>org.linguafranca.pwdb</groupId>
6-
<version>2.1.1-SNAPSHOT</version>
6+
<version>2.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)