Skip to content

Commit 1594cd4

Browse files
authored
Merge pull request #66
chore(release): bump version to `1.6.0`
2 parents c0e57bf + 01f127c commit 1594cd4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Add this to your Maven `pom.xml`:
303303
<dependency>
304304
<groupId>io.github.rawvoid</groupId>
305305
<artifactId>jaxb-plugins</artifactId>
306-
<version>1.5.0</version>
306+
<version>1.6.0</version>
307307
</dependency>
308308
```
309309

@@ -319,7 +319,7 @@ Add this to your Maven `pom.xml`:
319319
<plugin>
320320
<groupId>io.github.rawvoid</groupId>
321321
<artifactId>jaxb-plugins</artifactId>
322-
<version>1.5.0</version>
322+
<version>1.6.0</version>
323323
</plugin>
324324
</plugins>
325325
<args>

plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.rawvoid</groupId>
66
<artifactId>jaxb-plugins-parent</artifactId>
7-
<version>1.6.0-SNAPSHOT</version>
7+
<version>1.6.0</version>
88
</parent>
99

1010
<artifactId>jaxb-plugins</artifactId>

pom.xml

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

55
<groupId>io.github.rawvoid</groupId>
66
<artifactId>jaxb-plugins-parent</artifactId>
7-
<version>1.6.0-SNAPSHOT</version>
7+
<version>1.6.0</version>
88
<packaging>pom</packaging>
99

1010
<name>jaxb-plugins-parent</name>

0 commit comments

Comments
 (0)