File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 10
10
<artifactId >postgresql</artifactId >
11
11
<packaging >bundle</packaging >
12
12
<name >PostgreSQL JDBC Driver - JDBC 4.2</name >
13
- <version >42.1.1-SNAPSHOT </version >
13
+ <version >42.1.1</version >
14
14
<description >Java JDBC 4.2 (JRE 8+) driver for PostgreSQL database</description >
15
15
<url >https://github.com/pgjdbc/pgjdbc</url >
16
16
277
277
</plugins >
278
278
</pluginManagement >
279
279
</build >
280
+
281
+ <scm >
282
+ <tag >REL42.1.1</tag >
283
+ </scm >
280
284
</project >
Original file line number Diff line number Diff line change 9
9
<artifactId >pgjdbc-aggregate</artifactId >
10
10
<packaging >pom</packaging >
11
11
<name >PostgreSQL JDBC Driver aggregate</name >
12
- <version >42.1.1-SNAPSHOT </version >
12
+ <version >42.1.1</version >
13
13
<description >PgJDBC aggregate project</description >
14
14
<url >https://github.com/pgjdbc/pgjdbc</url >
15
15
23
23
<url >https://github.com/pgjdbc/pgjdbc</url >
24
24
<connection >scm:git:https://github.com/pgjdbc/pgjdbc.git</connection >
25
25
<
developerConnection >scm:git:
[email protected] :pgjdbc/pgjdbc.git</
developerConnection >
26
- <tag >HEAD </tag >
26
+ <tag >REL42.1.1 </tag >
27
27
</scm >
28
28
29
29
</project >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ POSSIBILITY OF SUCH DAMAGE.
38
38
<artifactId >pgjdbc-benchmark</artifactId >
39
39
<packaging >jar</packaging >
40
40
<name >PostgreSQL JDBC Driver - benchmarks</name >
41
- <version >42.1.1-SNAPSHOT </version >
41
+ <version >42.1.1</version >
42
42
<description >PostgreSQL JDBC Driver - benchmarks</description >
43
43
<url >https://github.com/pgjdbc/pgjdbc</url >
44
44
@@ -233,4 +233,8 @@ POSSIBILITY OF SUCH DAMAGE.
233
233
</build >
234
234
</profile >
235
235
</profiles >
236
+
237
+ <scm >
238
+ <tag >REL42.1.1</tag >
239
+ </scm >
236
240
</project >
You can’t perform that action at this time.
0 commit comments