Skip to content

Commit 77ea11d

Browse files
Bump version to 0.12.0-SNAPSHOT (#129)
Co-authored-by: cuzfrog <8308247+cuzfrog@users.noreply.github.com>
1 parent 3d5c7da commit 77ea11d

7 files changed

Lines changed: 7 additions & 7 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.11.0-SNAPSHOT</version>
7+
<version>0.12.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.10.0</sharedtype.version>
26+
<sharedtype.version>0.11.0</sharedtype.version>
2727
<sharedtype.enabled>false</sharedtype.enabled> <!-- Disable by default so not to participate in every compilation -->
2828
</properties>
2929
```

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.11.0-SNAPSHOT</version>
7+
<version>0.12.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.11.0-SNAPSHOT</version>
7+
<version>0.12.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.11.0-SNAPSHOT</version>
7+
<version>0.12.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
@@ -5,7 +5,7 @@
55

66
<groupId>online.sharedtype</groupId>
77
<artifactId>sharedtype-parent</artifactId>
8-
<version>0.11.0-SNAPSHOT</version>
8+
<version>0.12.0-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<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.11.0-SNAPSHOT</version>
7+
<version>0.12.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)