Skip to content

Commit

Permalink
Update version strings to 1.6.6
Browse files Browse the repository at this point in the history
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=1.6.6
  • Loading branch information
jcflack committed Sep 19, 2023
1 parent 2d75992 commit 4de3819
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.6-SNAPSHOT</version>
<version>1.6.6</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.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>
<artifactId>pljava-api</artifactId>
<name>PL/Java API</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.6-SNAPSHOT</version>
<version>1.6.6</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.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>
<artifactId>pljava-packaging</artifactId>
<name>PL/Java packaging</name>
Expand Down
2 changes: 1 addition & 1 deletion pljava-pgxs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.postgresql</groupId>
<artifactId>pljava.app</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>pljava-pgxs</artifactId>
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.6-SNAPSHOT</version>
<version>1.6.6</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.6-SNAPSHOT</version>
<version>1.6.6</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.6-SNAPSHOT</version>
<version>1.6.6</version>
<packaging>pom</packaging>
<name>PostgreSQL PL/Java</name>
<url>https://tada.github.io/pljava/</url>
Expand Down

0 comments on commit 4de3819

Please sign in to comment.