Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
bump version to 0.3.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wegener committed May 10, 2017
1 parent 5b4f6cd commit 8e35220
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gdk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.github.libgraviton</groupId>
<artifactId>gdk</artifactId>
<version>0.3.4</version>
<version>0.3.5-SNAPSHOT</version>
</parent>
<artifactId>gdk-core</artifactId>
<name>gdk-core</name>
Expand Down
4 changes: 2 additions & 2 deletions gdk-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.libgraviton</groupId>
<artifactId>gdk</artifactId>
<version>0.3.4</version>
<version>0.3.5-SNAPSHOT</version>
</parent>
<artifactId>gdk-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.github.libgraviton</groupId>
<artifactId>gdk-core</artifactId>
<version>0.3.4</version>
<version>0.3.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jsonschema2pojo</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.libgraviton</groupId>
<artifactId>gdk</artifactId>
<version>0.3.4</version>
<version>0.3.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>gdk</name>
<description>Graviton Development Kit</description>
Expand Down

0 comments on commit 8e35220

Please sign in to comment.