Skip to content

Commit

Permalink
Bump versions for 0.1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Nov 21, 2014
1 parent a1b0fae commit 4a794d1
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion leshan-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.github.leshan</groupId>
<artifactId>leshan</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>
</parent>
<artifactId>leshan-all</artifactId>
<name>leshan - all</name>
Expand Down
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</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</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 @@ -35,7 +35,7 @@
<parent>
<groupId>org.github.leshan</groupId>
<artifactId>leshan</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>
</parent>
<artifactId>leshan-client-example</artifactId>
<name>leshan - client example</name>
Expand Down
2 changes: 1 addition & 1 deletion leshan-client/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</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>
</parent>
<artifactId>leshan-client</artifactId>
<name>leshan - client</name>
Expand Down
2 changes: 1 addition & 1 deletion leshan-core/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</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>
</parent>
<artifactId>leshan-core</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion leshan-integration-tests/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</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>
</parent>
<artifactId>leshan-integration-tests</artifactId>
<name>leshan - integration tests</name>
Expand Down
2 changes: 1 addition & 1 deletion leshan-server-cf/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</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>
</parent>
<artifactId>leshan-server-cf</artifactId>
<name>leshan - server californium</name>
Expand Down
2 changes: 1 addition & 1 deletion leshan-server-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</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>
</parent>
<artifactId>leshan-server-core</artifactId>
<name>leshan - server core</name>
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</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</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</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>
<packaging>pom</packaging>

<name>leshan</name>
Expand Down

0 comments on commit 4a794d1

Please sign in to comment.