Skip to content

Commit

Permalink
Prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
aguibert committed Sep 6, 2019
1 parent 1dd96ea commit 6dfd490
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse</groupId>
<artifactId>yasson</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
<packaging>jar</packaging>
<name>org.eclipse.yasson</name>

Expand Down Expand Up @@ -96,6 +96,16 @@
</roles>
<timezone>CET</timezone>
</developer>
<developer>
<email>andy.guibert@gmail.com</email>
<id>aguibert</id>
<name>Andy Guibert</name>
<organization>IBM</organization>
<roles>
<role>JSON Binding 1.0 Developer</role>
</roles>
<timezone>CST</timezone>
</developer>
</developers>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion yasson-jmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<properties>
<jmh.version>1.21</jmh.version>
<yasson.version>1.0.5-SNAPSHOT</yasson.version>
<yasson.version>1.0.6-SNAPSHOT</yasson.version>
</properties>


Expand Down

0 comments on commit 6dfd490

Please sign in to comment.