Skip to content

Commit

Permalink
[maven-release-plugin] prepare release REL42.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjdbc CI committed Jan 25, 2018
1 parent e53838c commit 7bb4ebc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion pgjdbc/pom.xml
Expand Up @@ -10,7 +10,7 @@
<artifactId>postgresql</artifactId>
<packaging>bundle</packaging>
<name>PostgreSQL JDBC Driver - JDBC 4.2</name>
<version>42.2.1-SNAPSHOT</version>
<version>42.2.1</version>
<description>Java JDBC 4.2 (JRE 8+) driver for PostgreSQL database</description>
<url>https://github.com/pgjdbc/pgjdbc</url>

Expand Down Expand Up @@ -335,4 +335,8 @@
</plugins>
</pluginManagement>
</build>

<scm>
<tag>REL42.2.1</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@
<artifactId>pgjdbc-aggregate</artifactId>
<packaging>pom</packaging>
<name>PostgreSQL JDBC Driver aggregate</name>
<version>42.2.1-SNAPSHOT</version>
<version>42.2.1</version>
<description>PgJDBC aggregate project</description>
<url>https://github.com/pgjdbc/pgjdbc</url>

Expand All @@ -23,7 +23,7 @@
<url>https://github.com/pgjdbc/pgjdbc</url>
<connection>scm:git:https://github.com/pgjdbc/pgjdbc.git</connection>
<developerConnection>scm:git:git@github.com:pgjdbc/pgjdbc.git</developerConnection>
<tag>HEAD</tag>
<tag>REL42.2.1</tag>
</scm>

</project>
6 changes: 5 additions & 1 deletion ubenchmark/pom.xml
Expand Up @@ -38,7 +38,7 @@ POSSIBILITY OF SUCH DAMAGE.
<artifactId>pgjdbc-benchmark</artifactId>
<packaging>jar</packaging>
<name>PostgreSQL JDBC Driver - benchmarks</name>
<version>42.2.1-SNAPSHOT</version>
<version>42.2.1</version>
<description>PostgreSQL JDBC Driver - benchmarks</description>
<url>https://github.com/pgjdbc/pgjdbc</url>

Expand Down Expand Up @@ -233,4 +233,8 @@ POSSIBILITY OF SUCH DAMAGE.
</build>
</profile>
</profiles>

<scm>
<tag>REL42.2.1</tag>
</scm>
</project>

0 comments on commit 7bb4ebc

Please sign in to comment.