Skip to content

Commit

Permalink
[maven-release-plugin] prepare release Rosetta-3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hs-jenkins-bot committed Jun 12, 2024
1 parent d904847 commit db86240
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion RosettaAnnotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot.rosetta</groupId>
<artifactId>Rosetta</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<artifactId>RosettaAnnotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion RosettaCore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot.rosetta</groupId>
<artifactId>Rosetta</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<artifactId>RosettaCore</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion RosettaImmutables/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot.rosetta</groupId>
<artifactId>Rosetta</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<artifactId>RosettaImmutables</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion RosettaJdbi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot.rosetta</groupId>
<artifactId>Rosetta</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<artifactId>RosettaJdbi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion RosettaJdbi3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot.rosetta</groupId>
<artifactId>Rosetta</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<artifactId>RosettaJdbi3</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -11,7 +10,7 @@

<groupId>com.hubspot.rosetta</groupId>
<artifactId>Rosetta</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
<packaging>pom</packaging>
<description>
Rosetta is a Java library that leverages Jackson to take the pain out of
Expand Down Expand Up @@ -83,6 +82,6 @@
<connection>scm:git:git@github.com:HubSpot/Rosetta.git</connection>
<developerConnection>scm:git:git@github.com:HubSpot/Rosetta.git</developerConnection>
<url>git@github.com:HubSpot/Rosetta.git</url>
<tag>HEAD</tag>
<tag>Rosetta-3.12.0</tag>
</scm>
</project>

0 comments on commit db86240

Please sign in to comment.