Skip to content

Commit 1a281e1

Browse files
committed
Update version strings to 1.6.1
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=1.6.1
1 parent 0000d87 commit 1a281e1

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

pljava-ant/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.postgresql</groupId>
66
<artifactId>pljava.app</artifactId>
7-
<version>1.6-SNAPSHOT</version>
7+
<version>1.6.1</version>
88
</parent>
99
<artifactId>pljava-ant</artifactId>
1010
<name>PL/Java Ant tasks</name>

pljava-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.postgresql</groupId>
66
<artifactId>pljava.app</artifactId>
7-
<version>1.6-SNAPSHOT</version>
7+
<version>1.6.1</version>
88
</parent>
99
<artifactId>pljava-api</artifactId>
1010
<name>PL/Java API</name>

pljava-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.postgresql</groupId>
66
<artifactId>pljava.app</artifactId>
7-
<version>1.6-SNAPSHOT</version>
7+
<version>1.6.1</version>
88
</parent>
99
<artifactId>pljava-examples</artifactId>
1010
<name>PL/Java examples</name>

pljava-packaging/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.postgresql</groupId>
66
<artifactId>pljava.app</artifactId>
7-
<version>1.6-SNAPSHOT</version>
7+
<version>1.6.1</version>
88
</parent>
99
<artifactId>pljava-packaging</artifactId>
1010
<name>PL/Java packaging</name>

pljava-pgxs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.postgresql</groupId>
77
<artifactId>pljava.app</artifactId>
8-
<version>1.6-SNAPSHOT</version>
8+
<version>1.6.1</version>
99
</parent>
1010

1111
<artifactId>pljava-pgxs</artifactId>

pljava-so/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.postgresql</groupId>
66
<artifactId>pljava.app</artifactId>
7-
<version>1.6-SNAPSHOT</version>
7+
<version>1.6.1</version>
88
</parent>
99
<artifactId>pljava-so</artifactId>
1010
<name>PL/Java backend native code</name>

pljava/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.postgresql</groupId>
66
<artifactId>pljava.app</artifactId>
7-
<version>1.6-SNAPSHOT</version>
7+
<version>1.6.1</version>
88
</parent>
99
<artifactId>pljava</artifactId>
1010
<name>PL/Java backend Java code</name>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.postgresql</groupId>
55
<artifactId>pljava.app</artifactId>
6-
<version>1.6-SNAPSHOT</version>
6+
<version>1.6.1</version>
77
<packaging>pom</packaging>
88
<name>PostgreSQL PL/Java</name>
99
<url>https://tada.github.io/pljava/</url>

0 commit comments

Comments
 (0)