Skip to content

Commit a89e905

Browse files
committed
Update version strings to 1.5.7
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=1.5.7
1 parent 6d8f8fd commit a89e905

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.5-SNAPSHOT</version>
7+
<version>1.5.7</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.5-SNAPSHOT</version>
7+
<version>1.5.7</version>
88
</parent>
99
<artifactId>pljava-api</artifactId>
1010
<name>PL/Java API</name>

pljava-deploy/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.5-SNAPSHOT</version>
7+
<version>1.5.7</version>
88
</parent>
99
<artifactId>pljava-deploy</artifactId>
1010
<name>PL/Java Deploy</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.5-SNAPSHOT</version>
7+
<version>1.5.7</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.5-SNAPSHOT</version>
7+
<version>1.5.7</version>
88
</parent>
99
<artifactId>pljava-packaging</artifactId>
1010
<name>PL/Java packaging</name>

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.5-SNAPSHOT</version>
7+
<version>1.5.7</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.5-SNAPSHOT</version>
7+
<version>1.5.7</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.5-SNAPSHOT</version>
6+
<version>1.5.7</version>
77
<packaging>pom</packaging>
88
<name>PostgreSQL PL/Java</name>
99
<url>https://tada.github.io/pljava/</url>

0 commit comments

Comments
 (0)