Skip to content

Commit 4aa8a1f

Browse files
[maven-release-plugin] prepare release algebra-parent-1.7.2
1 parent 3423390 commit 4aa8a1f

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

algebra-jackson/pom.xml

Lines changed: 5 additions & 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.7.2-SNAPSHOT</version>
8+
<version>1.7.2</version>
99
</parent>
1010

1111
<artifactId>algebra-jackson</artifactId>
@@ -59,4 +59,8 @@
5959
<scope>test</scope>
6060
</dependency>
6161
</dependencies>
62+
63+
<scm>
64+
<tag>algebra-parent-1.7.2</tag>
65+
</scm>
6266
</project>

algebra-testing/pom.xml

Lines changed: 5 additions & 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.7.2-SNAPSHOT</version>
8+
<version>1.7.2</version>
99
</parent>
1010

1111
<artifactId>algebra-testing</artifactId>
@@ -28,4 +28,8 @@
2828
<scope>test</scope>
2929
</dependency>
3030
</dependencies>
31+
32+
<scm>
33+
<tag>algebra-parent-1.7.2</tag>
34+
</scm>
3135
</project>

algebra/pom.xml

Lines changed: 5 additions & 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.7.2-SNAPSHOT</version>
8+
<version>1.7.2</version>
99
</parent>
1010

1111
<artifactId>algebra</artifactId>
@@ -55,4 +55,8 @@
5555
<scope>test</scope>
5656
</dependency>
5757
</dependencies>
58+
59+
<scm>
60+
<tag>algebra-parent-1.7.2</tag>
61+
</scm>
5862
</project>

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.7.2-SNAPSHOT</version>
12+
<version>1.7.2</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.7.2</tag>
96+
</scm>
9397
</project>

0 commit comments

Comments
 (0)