Skip to content

Commit

Permalink
release-0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper committed Aug 6, 2014
1 parent ef4a470 commit 63fe884
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<parent>
<groupId>xdi2</groupId>
<artifactId>xdi2</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<dependencies>
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-messaging</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>xdi2</groupId>
<artifactId>xdi2</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<parent>
<groupId>xdi2</groupId>
<artifactId>xdi2</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<dependencies>
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-core</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
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 @@
<groupId>xdi2</groupId>
<artifactId>xdi2</artifactId>
<packaging>pom</packaging>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<name>xdi2</name>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions transport-http-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>xdi2</groupId>
<artifactId>xdi2</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<build>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-transport-http</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions transport-http-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>xdi2</groupId>
<artifactId>xdi2</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<build>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-transport-http-embedded</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions transport-http-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>xdi2</groupId>
<artifactId>xdi2</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<build>
Expand Down Expand Up @@ -133,7 +133,7 @@
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-transport-http</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<scope>compile</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions transport-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>xdi2</groupId>
<artifactId>xdi2</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<dependencies>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-transport</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions transport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>xdi2</groupId>
<artifactId>xdi2</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<build>
Expand All @@ -21,13 +21,13 @@
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-messaging</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-client</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions webtools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>xdi2</groupId>
<artifactId>xdi2</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<build>
Expand Down Expand Up @@ -138,13 +138,13 @@
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-client</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-transport-http</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 63fe884

Please sign in to comment.