Skip to content

Commit 038e697

Browse files
committed
Achoo.
1 parent 86ea2ee commit 038e697

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

async/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>co.casterlabs.commons</groupId>
77
<artifactId>commons</artifactId>
8-
<version>1.6.0</version>
8+
<version>LATEST</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
</project>

events/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>co.casterlabs.commons</groupId>
77
<artifactId>commons</artifactId>
8-
<version>1.6.0</version>
8+
<version>LATEST</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
</project>

functional/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>co.casterlabs.commons</groupId>
77
<artifactId>commons</artifactId>
8-
<version>1.6.0</version>
8+
<version>LATEST</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
</project>

io/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>co.casterlabs.commons</groupId>
77
<artifactId>commons</artifactId>
8-
<version>1.6.0</version>
8+
<version>LATEST</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
</project>

ipc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>co.casterlabs.commons</groupId>
77
<artifactId>commons</artifactId>
8-
<version>1.6.0</version>
8+
<version>LATEST</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

localization/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>co.casterlabs.commons</groupId>
77
<artifactId>commons</artifactId>
8-
<version>1.6.0</version>
8+
<version>LATEST</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

platform/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>co.casterlabs.commons</groupId>
77
<artifactId>commons</artifactId>
8-
<version>1.6.0</version>
8+
<version>LATEST</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>co.casterlabs.commons</groupId>
44
<artifactId>commons</artifactId>
5-
<version>1.6.0</version>
5+
<version>LATEST</version>
66
<packaging>pom</packaging>
77

88
<modules>

0 commit comments

Comments
 (0)