Skip to content

Commit

Permalink
release-0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper committed Jun 9, 2015
1 parent f717adc commit 9d901d7
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 25 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<a href="http://projectdanube.org/" target="_blank"><img src="http://projectdanube.github.com/xdi2/images/projectdanube_logo.png" align="right"></a>
<img src="http://projectdanube.github.com/xdi2/images/logo64.png"><br>

| Current version under development: 0.7-SNAPSHOT&nbsp;&nbsp;[![Build Status](https://secure.travis-ci.org/projectdanube/xdi2.png)](http://travis-ci.org/projectdanube/xdi2) |
| Current version under development: 0.8-SNAPSHOT&nbsp;&nbsp;[![Build Status](https://secure.travis-ci.org/projectdanube/xdi2.png)](http://travis-ci.org/projectdanube/xdi2) |
| ---- |

| Current stable release: [0.6](https://github.com/projectdanube/xdi2/wiki/release-0.6) | Next release: [0.7](https://github.com/projectdanube/xdi2/wiki/release-0.7) | [More about releases and branches](https://github.com/projectdanube/xdi2/wiki/Releases-and-Branches) |
| Current stable release: [0.7](https://github.com/projectdanube/xdi2/wiki/release-0.7) | Next release: [0.8](https://github.com/projectdanube/xdi2/wiki/release-0.8) | [More about releases and branches](https://github.com/projectdanube/xdi2/wiki/Releases-and-Branches) |
| ---- | ---- | ---- |

XDI2 (“XDI Two”) is a general-purpose, lightweight and modular Java implementation of XDI specifications.
Expand All @@ -14,6 +14,7 @@ Website: https://xdi2.org/, sample deployment: https://server.xdi2.org/
### Components

* [xdi2-core](https://github.com/projectdanube/xdi2/wiki/xdi2-core) - Implementation of the XDI graph model and basic features [.jar]
* [xdi2-rdf](https://github.com/projectdanube/xdi2/wiki/xdi2-rdf) - Implementation of the XDI/RDF compatibility layer [.jar]
* [xdi2-messaging](https://github.com/projectdanube/xdi2/wiki/xdi2-messaging) - Implementation of XDI messaging functionality [.jar]
* [xdi2-client](https://github.com/projectdanube/xdi2/wiki/xdi2-client) - An XDI client can send messages to an XDI server, including discovery [.jar]
* [xdi2-transport](https://github.com/projectdanube/xdi2/wiki/xdi2-transport) - A transport (server) can receive XDI message and process them [.jar]
Expand Down
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-SNAPSHOT</version>
<version>0.7</version>
</parent>

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

<dependencies>
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-core</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</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-SNAPSHOT</version>
<version>0.7</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-SNAPSHOT</version>
<version>0.7</version>
</parent>

<dependencies>
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-core</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</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-SNAPSHOT</version>
<version>0.7</version>
</parent>

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

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

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

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

<build>
Expand All @@ -21,13 +21,13 @@
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-messaging</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-client</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</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-SNAPSHOT</version>
<version>0.7</version>
</parent>

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

0 comments on commit 9d901d7

Please sign in to comment.