Skip to content

Commit

Permalink
Update version strings to 1.5.7
Browse files Browse the repository at this point in the history
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=1.5.7
  • Loading branch information
jcflack committed Nov 17, 2020
1 parent 6d8f8fd commit a89e905
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pljava-ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.postgresql</groupId>
<artifactId>pljava.app</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5.7</version>
</parent>
<artifactId>pljava-ant</artifactId>
<name>PL/Java Ant tasks</name>
Expand Down
2 changes: 1 addition & 1 deletion pljava-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.postgresql</groupId>
<artifactId>pljava.app</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5.7</version>
</parent>
<artifactId>pljava-api</artifactId>
<name>PL/Java API</name>
Expand Down
2 changes: 1 addition & 1 deletion pljava-deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.postgresql</groupId>
<artifactId>pljava.app</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5.7</version>
</parent>
<artifactId>pljava-deploy</artifactId>
<name>PL/Java Deploy</name>
Expand Down
2 changes: 1 addition & 1 deletion pljava-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.postgresql</groupId>
<artifactId>pljava.app</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5.7</version>
</parent>
<artifactId>pljava-examples</artifactId>
<name>PL/Java examples</name>
Expand Down
2 changes: 1 addition & 1 deletion pljava-packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.postgresql</groupId>
<artifactId>pljava.app</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5.7</version>
</parent>
<artifactId>pljava-packaging</artifactId>
<name>PL/Java packaging</name>
Expand Down
2 changes: 1 addition & 1 deletion pljava-so/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.postgresql</groupId>
<artifactId>pljava.app</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5.7</version>
</parent>
<artifactId>pljava-so</artifactId>
<name>PL/Java backend native code</name>
Expand Down
2 changes: 1 addition & 1 deletion pljava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.postgresql</groupId>
<artifactId>pljava.app</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5.7</version>
</parent>
<artifactId>pljava</artifactId>
<name>PL/Java backend Java code</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.postgresql</groupId>
<artifactId>pljava.app</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5.7</version>
<packaging>pom</packaging>
<name>PostgreSQL PL/Java</name>
<url>https://tada.github.io/pljava/</url>
Expand Down

0 comments on commit a89e905

Please sign in to comment.