Skip to content

Commit db86240

Browse files
[maven-release-plugin] prepare release Rosetta-3.12.0
1 parent d904847 commit db86240

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

RosettaAnnotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.hubspot.rosetta</groupId>
77
<artifactId>Rosetta</artifactId>
8-
<version>3.12.0-SNAPSHOT</version>
8+
<version>3.12.0</version>
99
</parent>
1010

1111
<artifactId>RosettaAnnotations</artifactId>

RosettaCore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.hubspot.rosetta</groupId>
77
<artifactId>Rosetta</artifactId>
8-
<version>3.12.0-SNAPSHOT</version>
8+
<version>3.12.0</version>
99
</parent>
1010

1111
<artifactId>RosettaCore</artifactId>

RosettaImmutables/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.hubspot.rosetta</groupId>
77
<artifactId>Rosetta</artifactId>
8-
<version>3.12.0-SNAPSHOT</version>
8+
<version>3.12.0</version>
99
</parent>
1010

1111
<artifactId>RosettaImmutables</artifactId>

RosettaJdbi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.hubspot.rosetta</groupId>
77
<artifactId>Rosetta</artifactId>
8-
<version>3.12.0-SNAPSHOT</version>
8+
<version>3.12.0</version>
99
</parent>
1010

1111
<artifactId>RosettaJdbi</artifactId>

RosettaJdbi3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.hubspot.rosetta</groupId>
77
<artifactId>Rosetta</artifactId>
8-
<version>3.12.0-SNAPSHOT</version>
8+
<version>3.12.0</version>
99
</parent>
1010

1111
<artifactId>RosettaJdbi3</artifactId>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
@@ -11,7 +10,7 @@
1110

1211
<groupId>com.hubspot.rosetta</groupId>
1312
<artifactId>Rosetta</artifactId>
14-
<version>3.12.0-SNAPSHOT</version>
13+
<version>3.12.0</version>
1514
<packaging>pom</packaging>
1615
<description>
1716
Rosetta is a Java library that leverages Jackson to take the pain out of
@@ -83,6 +82,6 @@
8382
<connection>scm:git:[email protected]:HubSpot/Rosetta.git</connection>
8483
<developerConnection>scm:git:[email protected]:HubSpot/Rosetta.git</developerConnection>
8584
<url>[email protected]:HubSpot/Rosetta.git</url>
86-
<tag>HEAD</tag>
85+
<tag>Rosetta-3.12.0</tag>
8786
</scm>
8887
</project>

0 commit comments

Comments
 (0)