Skip to content

Commit 15c48b4

Browse files
Bump version to 0.14.0-SNAPSHOT (#153)
Co-authored-by: cuzfrog <8308247+cuzfrog@users.noreply.github.com>
1 parent b303b48 commit 15c48b4

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

annotation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>online.sharedtype</groupId>
66
<artifactId>sharedtype-parent</artifactId>
7-
<version>0.13.0-SNAPSHOT</version>
7+
<version>0.14.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

e2e/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>online.sharedtype</groupId>
66
<artifactId>sharedtype-parent</artifactId>
7-
<version>0.13.0-SNAPSHOT</version>
7+
<version>0.14.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

it/java17/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>online.sharedtype</groupId>
66
<artifactId>sharedtype-it-parent</artifactId>
7-
<version>0.13.0-SNAPSHOT</version>
7+
<version>0.14.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

it/java8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>online.sharedtype</groupId>
66
<artifactId>sharedtype-it-parent</artifactId>
7-
<version>0.13.0-SNAPSHOT</version>
7+
<version>0.14.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>online.sharedtype</groupId>
77
<artifactId>sharedtype-parent</artifactId>
8-
<version>0.13.0-SNAPSHOT</version>
8+
<version>0.14.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

maven-plugin/it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>online.sharedtype</groupId>
77
<artifactId>sharedtype-parent</artifactId>
8-
<version>0.13.0-SNAPSHOT</version>
8+
<version>0.14.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>online.sharedtype</groupId>
77
<artifactId>sharedtype-parent</artifactId>
8-
<version>0.13.0-SNAPSHOT</version>
8+
<version>0.14.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>sharedtype-maven-plugin</artifactId>
13-
<version>0.13.0-SNAPSHOT</version>
13+
<version>0.14.0-SNAPSHOT</version>
1414
<packaging>maven-plugin</packaging>
1515
<name>SharedType Maven Plugin</name>
1616

pom.xml

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

77
<groupId>online.sharedtype</groupId>
88
<artifactId>sharedtype-parent</artifactId>
9-
<version>0.13.0-SNAPSHOT</version>
9+
<version>0.14.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<name>SharedType Parent</name>

processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>online.sharedtype</groupId>
77
<artifactId>sharedtype-parent</artifactId>
8-
<version>0.13.0-SNAPSHOT</version>
8+
<version>0.14.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)