Skip to content

Commit

Permalink
release-0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper committed Jun 20, 2015
1 parent 7509134 commit 6a070b2
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 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.7</version>
<version>0.7.1</version>
</parent>

<dependencies>
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-messaging</artifactId>
<version>0.7</version>
<version>0.7.1</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.7</version>
<version>0.7.1</version>
</parent>

<repositories>
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.7</version>
<version>0.7.1</version>
</parent>

<dependencies>
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-core</artifactId>
<version>0.7</version>
<version>0.7.1</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.7</version>
<version>0.7.1</version>
<name>xdi2</name>
<description>XDI2 (XDI Two) is a general-purpose, lightweight and modular Java implementation of XDI specifications.</description>
<url>https://xdi2.org</url>
Expand Down
4 changes: 2 additions & 2 deletions rdf/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.7</version>
<version>0.7.1</version>
</parent>

<dependencies>
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-core</artifactId>
<version>0.7</version>
<version>0.7.1</version>
<scope>compile</scope>
</dependency>
<dependency>
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.7</version>
<version>0.7.1</version>
</parent>

<build>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-transport-http</artifactId>
<version>0.7</version>
<version>0.7.1</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.7</version>
<version>0.7.1</version>
</parent>

<build>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-transport-http-embedded</artifactId>
<version>0.7</version>
<version>0.7.1</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.7</version>
<version>0.7.1</version>
</parent>

<build>
Expand Down Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-transport-http</artifactId>
<version>0.7</version>
<version>0.7.1</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.7</version>
<version>0.7.1</version>
</parent>

<dependencies>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-transport</artifactId>
<version>0.7</version>
<version>0.7.1</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.7</version>
<version>0.7.1</version>
</parent>

<build>
Expand All @@ -21,13 +21,13 @@
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-messaging</artifactId>
<version>0.7</version>
<version>0.7.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-client</artifactId>
<version>0.7</version>
<version>0.7.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 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.7</version>
<version>0.7.1</version>
</parent>

<build>
Expand Down Expand Up @@ -144,19 +144,19 @@
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-client</artifactId>
<version>0.7</version>
<version>0.7.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-transport-http</artifactId>
<version>0.7</version>
<version>0.7.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-rdf</artifactId>
<version>0.7</version>
<version>0.7.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 6a070b2

Please sign in to comment.