Skip to content

Commit 63fe884

Browse files
committed
release-0.6
1 parent ef4a470 commit 63fe884

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

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.6-SNAPSHOT</version>
12+
<version>0.6</version>
1313
</parent>
1414

1515
<dependencies>
1616
<dependency>
1717
<groupId>xdi2</groupId>
1818
<artifactId>xdi2-messaging</artifactId>
19-
<version>0.6-SNAPSHOT</version>
19+
<version>0.6</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.6-SNAPSHOT</version>
12+
<version>0.6</version>
1313
</parent>
1414

1515
<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.6-SNAPSHOT</version>
12+
<version>0.6</version>
1313
</parent>
1414

1515
<dependencies>
1616
<dependency>
1717
<groupId>xdi2</groupId>
1818
<artifactId>xdi2-core</artifactId>
19-
<version>0.6-SNAPSHOT</version>
19+
<version>0.6</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.6-SNAPSHOT</version>
8+
<version>0.6</version>
99
<name>xdi2</name>
1010

1111
<modules>

transport-http-embedded/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.6-SNAPSHOT</version>
12+
<version>0.6</version>
1313
</parent>
1414

1515
<build>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>xdi2</groupId>
2323
<artifactId>xdi2-transport-http</artifactId>
24-
<version>0.6-SNAPSHOT</version>
24+
<version>0.6</version>
2525
<scope>compile</scope>
2626
</dependency>
2727
<dependency>

transport-http-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.6-SNAPSHOT</version>
12+
<version>0.6</version>
1313
</parent>
1414

1515
<build>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>xdi2</groupId>
6060
<artifactId>xdi2-transport-http-embedded</artifactId>
61-
<version>0.6-SNAPSHOT</version>
61+
<version>0.6</version>
6262
<scope>compile</scope>
6363
</dependency>
6464
</dependencies>

transport-http-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.6-SNAPSHOT</version>
12+
<version>0.6</version>
1313
</parent>
1414

1515
<build>
@@ -133,7 +133,7 @@
133133
<dependency>
134134
<groupId>xdi2</groupId>
135135
<artifactId>xdi2-transport-http</artifactId>
136-
<version>0.6-SNAPSHOT</version>
136+
<version>0.6</version>
137137
<scope>compile</scope>
138138
</dependency>
139139

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.6-SNAPSHOT</version>
12+
<version>0.6</version>
1313
</parent>
1414

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

transport/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.6-SNAPSHOT</version>
12+
<version>0.6</version>
1313
</parent>
1414

1515
<build>
@@ -21,13 +21,13 @@
2121
<dependency>
2222
<groupId>xdi2</groupId>
2323
<artifactId>xdi2-messaging</artifactId>
24-
<version>0.6-SNAPSHOT</version>
24+
<version>0.6</version>
2525
<scope>compile</scope>
2626
</dependency>
2727
<dependency>
2828
<groupId>xdi2</groupId>
2929
<artifactId>xdi2-client</artifactId>
30-
<version>0.6-SNAPSHOT</version>
30+
<version>0.6</version>
3131
<scope>compile</scope>
3232
</dependency>
3333
<dependency>

webtools/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.6-SNAPSHOT</version>
12+
<version>0.6</version>
1313
</parent>
1414

1515
<build>
@@ -138,13 +138,13 @@
138138
<dependency>
139139
<groupId>xdi2</groupId>
140140
<artifactId>xdi2-client</artifactId>
141-
<version>0.6-SNAPSHOT</version>
141+
<version>0.6</version>
142142
<scope>compile</scope>
143143
</dependency>
144144
<dependency>
145145
<groupId>xdi2</groupId>
146146
<artifactId>xdi2-transport-http</artifactId>
147-
<version>0.6-SNAPSHOT</version>
147+
<version>0.6</version>
148148
<scope>compile</scope>
149149
</dependency>
150150
<dependency>

0 commit comments

Comments
 (0)