Skip to content

Commit 30f108f

Browse files
committed
Bump to 1.0.1-SNAPSHOT
1 parent 30e8c53 commit 30f108f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

class-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sandflow</groupId>
66
<artifactId>regmxflib-root</artifactId>
7-
<version>1.0.0</version>
7+
<version>1.0.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>regmxflib-class-generator</artifactId>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sandflow</groupId>
66
<artifactId>regmxflib-root</artifactId>
7-
<version>1.0.0</version>
7+
<version>1.0.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>regmxflib-common</artifactId>

library/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>com.sandflow</groupId>
88
<artifactId>regmxflib-root</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.0.1-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>com.sandflow</groupId>
1313
<artifactId>regmxflib</artifactId>
14-
<version>1.0.0</version>
14+
<version>1.0.1-SNAPSHOT</version>
1515

1616
<packaging>jar</packaging>
1717

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.sandflow</groupId>
88
<artifactId>regmxflib-root</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.0.1-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<properties>

0 commit comments

Comments
 (0)