Skip to content

Commit 5f7d68e

Browse files
[maven-release-plugin] prepare release algebra-parent-1.6.0
1 parent dae4863 commit 5f7d68e

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

algebra-jackson/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</groupId>
77
<artifactId>algebra-parent</artifactId>
8-
<version>1.6.0-SNAPSHOT</version>
8+
<version>1.6.0</version>
99
</parent>
1010

1111
<artifactId>algebra-jackson</artifactId>

algebra-testing/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</groupId>
77
<artifactId>algebra-parent</artifactId>
8-
<version>1.6.0-SNAPSHOT</version>
8+
<version>1.6.0</version>
99
</parent>
1010

1111
<artifactId>algebra-testing</artifactId>

algebra/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</groupId>
77
<artifactId>algebra-parent</artifactId>
8-
<version>1.6.0-SNAPSHOT</version>
8+
<version>1.6.0</version>
99
</parent>
1010

1111
<artifactId>algebra</artifactId>

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>algebra-parent</artifactId>
12-
<version>1.6.0-SNAPSHOT</version>
12+
<version>1.6.0</version>
1313
<packaging>pom</packaging>
1414

1515
<name>algebra</name>
@@ -90,4 +90,8 @@
9090
<email>jstehler@hubspot.com</email>
9191
</developer>
9292
</developers>
93+
94+
<scm>
95+
<tag>algebra-parent-1.6.0</tag>
96+
</scm>
9397
</project>

0 commit comments

Comments
 (0)