Skip to content

Commit b52dcce

Browse files
Bump version to 0.13.0-SNAPSHOT (#145)
Co-authored-by: cuzfrog <8308247+cuzfrog@users.noreply.github.com>
1 parent 3a628aa commit b52dcce

8 files changed

Lines changed: 8 additions & 8 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.12.1-SNAPSHOT</version>
7+
<version>0.13.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

doc/Usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add Maven properties:
2323
```xml
2424
<properties>
2525
<compilerArg /> <!-- Placeholder -->
26-
<sharedtype.version>0.12.0</sharedtype.version>
26+
<sharedtype.version>0.12.1</sharedtype.version>
2727
<sharedtype.enabled>false</sharedtype.enabled> <!-- Disable by default so not to participate in every compilation -->
2828
</properties>
2929
```

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.12.1-SNAPSHOT</version>
7+
<version>0.13.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.12.1-SNAPSHOT</version>
7+
<version>0.13.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.12.1-SNAPSHOT</version>
7+
<version>0.13.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
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>online.sharedtype</groupId>
66
<artifactId>sharedtype-parent</artifactId>
7-
<version>0.12.1-SNAPSHOT</version>
7+
<version>0.13.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

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.12.1-SNAPSHOT</version>
9+
<version>0.13.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
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>online.sharedtype</groupId>
66
<artifactId>sharedtype-parent</artifactId>
7-
<version>0.12.1-SNAPSHOT</version>
7+
<version>0.13.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)