Skip to content

Commit e20c2df

Browse files
[maven-release-plugin] prepare release algebra-parent-1.3
1 parent 993b427 commit e20c2df

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.3-SNAPSHOT</version>
8+
<version>1.3</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.3-SNAPSHOT</version>
8+
<version>1.3</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.3-SNAPSHOT</version>
8+
<version>1.3</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.3-SNAPSHOT</version>
12+
<version>1.3</version>
1313
<packaging>pom</packaging>
1414

1515
<modules>
@@ -51,4 +51,8 @@
5151
</dependency>
5252
</dependencies>
5353
</dependencyManagement>
54+
55+
<scm>
56+
<tag>algebra-parent-1.3</tag>
57+
</scm>
5458
</project>

0 commit comments

Comments
 (0)