Skip to content

Commit

Permalink
Bump versions for 0.1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Sangoi committed Oct 20, 2014
1 parent 5642213 commit 027f292
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion leshan-bs-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<parent>
<groupId>org.github.leshan</groupId>
<artifactId>leshan-server</artifactId>
<version>0.1.7-SNAPSHOT</version>
<version>0.1.7</version>
</parent>
<artifactId>leshan-bs-server</artifactId>
<name>leshan - standalone bootstrap server</name>
Expand Down
2 changes: 1 addition & 1 deletion leshan-client-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<parent>
<groupId>org.github.leshan</groupId>
<artifactId>leshan-server</artifactId>
<version>0.1.7-SNAPSHOT</version>
<version>0.1.7</version>
</parent>
<artifactId>leshan-client-example</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions leshan-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<parent>
<groupId>org.github.leshan</groupId>
<artifactId>leshan-server</artifactId>
<version>0.1.7-SNAPSHOT</version>
<version>0.1.7</version>
</parent>
<artifactId>leshan-client</artifactId>
<packaging>jar</packaging>
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>org.github.leshan</groupId>
<artifactId>leshan-core</artifactId>
<version>0.1.7-SNAPSHOT</version>
<version>0.1.7</version>
<type>jar</type>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion leshan-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<parent>
<groupId>org.github.leshan</groupId>
<artifactId>leshan-server</artifactId>
<version>0.1.7-SNAPSHOT</version>
<version>0.1.7</version>
</parent>
<artifactId>leshan-core</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion leshan-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<parent>
<groupId>org.github.leshan</groupId>
<artifactId>leshan-server</artifactId>
<version>0.1.7-SNAPSHOT</version>
<version>0.1.7</version>
</parent>
<artifactId>leshan-standalone</artifactId>
<name>leshan - standalone server</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<groupId>org.github.leshan</groupId>
<artifactId>leshan-server</artifactId>
<version>0.1.7-SNAPSHOT</version>
<version>0.1.7</version>
<packaging>pom</packaging>

<name>leshan</name>
Expand Down

0 comments on commit 027f292

Please sign in to comment.