Skip to content

Commit 74a582d

Browse files
committed
Merge branch 'master' of github.com:HubSpot/algebra-public
2 parents ae90401 + 2c983bf commit 74a582d

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To use `algebra-testing` in your project simply include it in your POM:
6565
```xml
6666
<dependency>
6767
<groupId>com.hubspot</groupId>
68-
<artifactId>algebra--public-testing</artifactId>
68+
<artifactId>algebra-testing</artifactId>
6969
<version>1.0</version>
7070
<scope>test</scope>
7171
</dependency>

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.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>algebra-jackson</artifactId>
12-
<version>1.1-SNAPSHOT</version>
12+
<version>1.2-SNAPSHOT</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.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>algebra-testing</artifactId>
12-
<version>1.1-SNAPSHOT</version>
12+
<version>1.2-SNAPSHOT</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.2-SNAPSHOT</version>
99
</parent>
1010

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

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

pom.xml

Lines changed: 2 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.2-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414

1515
<properties>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.hubspot</groupId>
4141
<artifactId>algebra</artifactId>
42-
<version>1.1-SNAPSHOT</version>
42+
<version>1.2-SNAPSHOT</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.immutables</groupId>

0 commit comments

Comments
 (0)