Skip to content

Commit dcca83e

Browse files
[maven-release-plugin] prepare release algebra-public-parent-1.1
1 parent f930993 commit dcca83e

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

algebra-jackson/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>com.hubspot</groupId>
77
<artifactId>algebra-public-parent</artifactId>
8-
<version>1.1-SNAPSHOT</version>
8+
<version>1.1</version>
99
</parent>
1010

1111
<artifactId>algebra-jackson</artifactId>
12-
<version>1.1-SNAPSHOT</version>
12+
<version>1.1</version>
1313

1414
<dependencies>
1515
<dependency>

algebra-testing/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>com.hubspot</groupId>
77
<artifactId>algebra-public-parent</artifactId>
8-
<version>1.1-SNAPSHOT</version>
8+
<version>1.1</version>
99
</parent>
1010

1111
<artifactId>algebra-testing</artifactId>
12-
<version>1.1-SNAPSHOT</version>
12+
<version>1.1</version>
1313

1414
<dependencies>
1515
<dependency>

algebra/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>com.hubspot</groupId>
77
<artifactId>algebra-public-parent</artifactId>
8-
<version>1.1-SNAPSHOT</version>
8+
<version>1.1</version>
99
</parent>
1010

1111
<artifactId>algebra</artifactId>
12-
<version>1.1-SNAPSHOT</version>
12+
<version>1.1</version>
1313

1414
<properties>
1515
<basepom.check.skip-findbugs>true</basepom.check.skip-findbugs>

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

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

1515
<properties>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.hubspot</groupId>
4040
<artifactId>algebra</artifactId>
41-
<version>1.1-SNAPSHOT</version>
41+
<version>1.1</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.immutables</groupId>
@@ -67,4 +67,8 @@
6767
</dependency>
6868
</dependencies>
6969
</dependencyManagement>
70+
71+
<scm>
72+
<tag>algebra-public-parent-1.1</tag>
73+
</scm>
7074
</project>

0 commit comments

Comments
 (0)