Skip to content

Commit 2e2ac0d

Browse files
committed
[maven-release-plugin] prepare release REL42.1.1
1 parent 139fab8 commit 2e2ac0d

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

pgjdbc/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<artifactId>postgresql</artifactId>
1111
<packaging>bundle</packaging>
1212
<name>PostgreSQL JDBC Driver - JDBC 4.2</name>
13-
<version>42.1.1-SNAPSHOT</version>
13+
<version>42.1.1</version>
1414
<description>Java JDBC 4.2 (JRE 8+) driver for PostgreSQL database</description>
1515
<url>https://github.com/pgjdbc/pgjdbc</url>
1616

@@ -277,4 +277,8 @@
277277
</plugins>
278278
</pluginManagement>
279279
</build>
280+
281+
<scm>
282+
<tag>REL42.1.1</tag>
283+
</scm>
280284
</project>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>pgjdbc-aggregate</artifactId>
1010
<packaging>pom</packaging>
1111
<name>PostgreSQL JDBC Driver aggregate</name>
12-
<version>42.1.1-SNAPSHOT</version>
12+
<version>42.1.1</version>
1313
<description>PgJDBC aggregate project</description>
1414
<url>https://github.com/pgjdbc/pgjdbc</url>
1515

@@ -23,7 +23,7 @@
2323
<url>https://github.com/pgjdbc/pgjdbc</url>
2424
<connection>scm:git:https://github.com/pgjdbc/pgjdbc.git</connection>
2525
<developerConnection>scm:git:[email protected]:pgjdbc/pgjdbc.git</developerConnection>
26-
<tag>HEAD</tag>
26+
<tag>REL42.1.1</tag>
2727
</scm>
2828

2929
</project>

ubenchmark/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ POSSIBILITY OF SUCH DAMAGE.
3838
<artifactId>pgjdbc-benchmark</artifactId>
3939
<packaging>jar</packaging>
4040
<name>PostgreSQL JDBC Driver - benchmarks</name>
41-
<version>42.1.1-SNAPSHOT</version>
41+
<version>42.1.1</version>
4242
<description>PostgreSQL JDBC Driver - benchmarks</description>
4343
<url>https://github.com/pgjdbc/pgjdbc</url>
4444

@@ -233,4 +233,8 @@ POSSIBILITY OF SUCH DAMAGE.
233233
</build>
234234
</profile>
235235
</profiles>
236+
237+
<scm>
238+
<tag>REL42.1.1</tag>
239+
</scm>
236240
</project>

0 commit comments

Comments
 (0)