Skip to content

Commit 41c5ab8

Browse files
author
peacekeeper
committed
release-0.8-M2
1 parent e1ccb19 commit 41c5ab8

File tree

16 files changed

+37
-37
lines changed

16 files changed

+37
-37
lines changed

client-websocket/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>xdi2</groupId>
1111
<artifactId>xdi2</artifactId>
12-
<version>0.8-SNAPSHOT</version>
12+
<version>0.8-M2</version>
1313
</parent>
1414

1515
<dependencies>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>xdi2</groupId>
2424
<artifactId>xdi2-client</artifactId>
25-
<version>0.8-SNAPSHOT</version>
25+
<version>0.8-M2</version>
2626
<scope>compile</scope>
2727
</dependency>
2828
<dependency>

client/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<parent>
1010
<groupId>xdi2</groupId>
1111
<artifactId>xdi2</artifactId>
12-
<version>0.8-SNAPSHOT</version>
12+
<version>0.8-M2</version>
1313
</parent>
1414

1515
<dependencies>
1616
<dependency>
1717
<groupId>xdi2</groupId>
1818
<artifactId>xdi2-messaging</artifactId>
19-
<version>0.8-SNAPSHOT</version>
19+
<version>0.8-M2</version>
2020
<scope>compile</scope>
2121
</dependency>
2222
<dependency>

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>xdi2</groupId>
1111
<artifactId>xdi2</artifactId>
12-
<version>0.8-SNAPSHOT</version>
12+
<version>0.8-M2</version>
1313
</parent>
1414

1515
<repositories>

messaging-target/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
<parent>
1010
<groupId>xdi2</groupId>
1111
<artifactId>xdi2</artifactId>
12-
<version>0.8-SNAPSHOT</version>
12+
<version>0.8-M2</version>
1313
</parent>
1414

1515
<dependencies>
1616
<dependency>
1717
<groupId>xdi2</groupId>
1818
<artifactId>xdi2-messaging</artifactId>
19-
<version>0.8-SNAPSHOT</version>
19+
<version>0.8-M2</version>
2020
<scope>compile</scope>
2121
</dependency>
2222
<dependency>
2323
<groupId>xdi2</groupId>
2424
<artifactId>xdi2-client</artifactId>
25-
<version>0.8-SNAPSHOT</version>
25+
<version>0.8-M2</version>
2626
<scope>compile</scope>
2727
</dependency>
2828
</dependencies>

messaging/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<parent>
1010
<groupId>xdi2</groupId>
1111
<artifactId>xdi2</artifactId>
12-
<version>0.8-SNAPSHOT</version>
12+
<version>0.8-M2</version>
1313
</parent>
1414

1515
<dependencies>
1616
<dependency>
1717
<groupId>xdi2</groupId>
1818
<artifactId>xdi2-core</artifactId>
19-
<version>0.8-SNAPSHOT</version>
19+
<version>0.8-M2</version>
2020
<scope>compile</scope>
2121
</dependency>
2222
</dependencies>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>xdi2</groupId>
66
<artifactId>xdi2</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.8-SNAPSHOT</version>
8+
<version>0.8-M2</version>
99
<name>xdi2</name>
1010
<description>XDI2 (XDI Two) is a general-purpose, lightweight and modular Java implementation of XDI specifications.</description>
1111
<url>https://xdi2.org</url>

rdf/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<parent>
1010
<groupId>xdi2</groupId>
1111
<artifactId>xdi2</artifactId>
12-
<version>0.8-SNAPSHOT</version>
12+
<version>0.8-M2</version>
1313
</parent>
1414

1515
<dependencies>
1616
<dependency>
1717
<groupId>xdi2</groupId>
1818
<artifactId>xdi2-core</artifactId>
19-
<version>0.8-SNAPSHOT</version>
19+
<version>0.8-M2</version>
2020
<scope>compile</scope>
2121
</dependency>
2222
<dependency>

server-standalone/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>xdi2</groupId>
1111
<artifactId>xdi2</artifactId>
12-
<version>0.8-SNAPSHOT</version>
12+
<version>0.8-M2</version>
1313
</parent>
1414

1515
<build>
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>xdi2</groupId>
6565
<artifactId>xdi2-server</artifactId>
66-
<version>0.8-SNAPSHOT</version>
66+
<version>0.8-M2</version>
6767
<scope>compile</scope>
6868
</dependency>
6969
<dependency>

server-war/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>xdi2</groupId>
1111
<artifactId>xdi2</artifactId>
12-
<version>0.8-SNAPSHOT</version>
12+
<version>0.8-M2</version>
1313
</parent>
1414

1515
<build>
@@ -139,7 +139,7 @@
139139
<dependency>
140140
<groupId>xdi2</groupId>
141141
<artifactId>xdi2-server</artifactId>
142-
<version>0.8-SNAPSHOT</version>
142+
<version>0.8-M2</version>
143143
<scope>compile</scope>
144144
</dependency>
145145

server/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@
99
<parent>
1010
<groupId>xdi2</groupId>
1111
<artifactId>xdi2</artifactId>
12-
<version>0.8-SNAPSHOT</version>
12+
<version>0.8-M2</version>
1313
</parent>
1414

1515
<dependencies>
1616

1717
<dependency>
1818
<groupId>xdi2</groupId>
1919
<artifactId>xdi2-transport-http</artifactId>
20-
<version>0.8-SNAPSHOT</version>
20+
<version>0.8-M2</version>
2121
<scope>compile</scope>
2222
</dependency>
2323
<dependency>
2424
<groupId>xdi2</groupId>
2525
<artifactId>xdi2-transport-websocket</artifactId>
26-
<version>0.8-SNAPSHOT</version>
26+
<version>0.8-M2</version>
2727
<scope>compile</scope>
2828
</dependency>
2929
<dependency>
3030
<groupId>xdi2</groupId>
3131
<artifactId>xdi2-transport-local</artifactId>
32-
<version>0.8-SNAPSHOT</version>
32+
<version>0.8-M2</version>
3333
<scope>compile</scope>
3434
</dependency>
3535

transport-http/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>xdi2</groupId>
1111
<artifactId>xdi2</artifactId>
12-
<version>0.8-SNAPSHOT</version>
12+
<version>0.8-M2</version>
1313
</parent>
1414

1515
<dependencies>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>xdi2</groupId>
2424
<artifactId>xdi2-transport-uri</artifactId>
25-
<version>0.8-SNAPSHOT</version>
25+
<version>0.8-M2</version>
2626
<scope>compile</scope>
2727
</dependency>
2828
<dependency>

transport-local/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<parent>
1010
<groupId>xdi2</groupId>
1111
<artifactId>xdi2</artifactId>
12-
<version>0.8-SNAPSHOT</version>
12+
<version>0.8-M2</version>
1313
</parent>
1414

1515
<dependencies>
1616
<dependency>
1717
<groupId>xdi2</groupId>
1818
<artifactId>xdi2-transport</artifactId>
19-
<version>0.8-SNAPSHOT</version>
19+
<version>0.8-M2</version>
2020
<scope>compile</scope>
2121
</dependency>
2222
</dependencies>

transport-uri/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<parent>
1010
<groupId>xdi2</groupId>
1111
<artifactId>xdi2</artifactId>
12-
<version>0.8-SNAPSHOT</version>
12+
<version>0.8-M2</version>
1313
</parent>
1414

1515
<dependencies>
1616
<dependency>
1717
<groupId>xdi2</groupId>
1818
<artifactId>xdi2-transport</artifactId>
19-
<version>0.8-SNAPSHOT</version>
19+
<version>0.8-M2</version>
2020
<scope>compile</scope>
2121
</dependency>
2222
</dependencies>

transport-websocket/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>xdi2</groupId>
1111
<artifactId>xdi2</artifactId>
12-
<version>0.8-SNAPSHOT</version>
12+
<version>0.8-M2</version>
1313
</parent>
1414

1515
<dependencies>
@@ -28,13 +28,13 @@
2828
<dependency>
2929
<groupId>xdi2</groupId>
3030
<artifactId>xdi2-transport-uri</artifactId>
31-
<version>0.8-SNAPSHOT</version>
31+
<version>0.8-M2</version>
3232
<scope>compile</scope>
3333
</dependency>
3434
<dependency>
3535
<groupId>xdi2</groupId>
3636
<artifactId>xdi2-client-websocket</artifactId>
37-
<version>0.8-SNAPSHOT</version>
37+
<version>0.8-M2</version>
3838
<scope>compile</scope>
3939
<exclusions>
4040
<exclusion>

transport/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>xdi2</groupId>
1111
<artifactId>xdi2</artifactId>
12-
<version>0.8-SNAPSHOT</version>
12+
<version>0.8-M2</version>
1313
</parent>
1414

1515
<build>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>xdi2</groupId>
2323
<artifactId>xdi2-messaging-target</artifactId>
24-
<version>0.8-SNAPSHOT</version>
24+
<version>0.8-M2</version>
2525
<scope>compile</scope>
2626
</dependency>
2727
<dependency>

webtools/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>xdi2</groupId>
1111
<artifactId>xdi2</artifactId>
12-
<version>0.8-SNAPSHOT</version>
12+
<version>0.8-M2</version>
1313
</parent>
1414

1515
<build>
@@ -145,25 +145,25 @@
145145
<dependency>
146146
<groupId>xdi2</groupId>
147147
<artifactId>xdi2-client</artifactId>
148-
<version>0.8-SNAPSHOT</version>
148+
<version>0.8-M2</version>
149149
<scope>compile</scope>
150150
</dependency>
151151
<dependency>
152152
<groupId>xdi2</groupId>
153153
<artifactId>xdi2-server</artifactId>
154-
<version>0.8-SNAPSHOT</version>
154+
<version>0.8-M2</version>
155155
<scope>compile</scope>
156156
</dependency>
157157
<dependency>
158158
<groupId>xdi2</groupId>
159159
<artifactId>xdi2-transport-local</artifactId>
160-
<version>0.8-SNAPSHOT</version>
160+
<version>0.8-M2</version>
161161
<scope>compile</scope>
162162
</dependency>
163163
<dependency>
164164
<groupId>xdi2</groupId>
165165
<artifactId>xdi2-rdf</artifactId>
166-
<version>0.8-SNAPSHOT</version>
166+
<version>0.8-M2</version>
167167
<scope>compile</scope>
168168
</dependency>
169169
<dependency>

0 commit comments

Comments
 (0)