Skip to content

Commit b8b35fe

Browse files
committed
Upgrade version used in tests and demo
1 parent 5685ec3 commit b8b35fe

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

simple-demo/simple-demo-chat/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>simple-demo-chat</artifactId>
44
<groupId>org.simpleframework</groupId>
5-
<version>6.0</version>
5+
<version>6.0.1</version>
66
<packaging>jar</packaging>
77

88
<properties>
@@ -22,22 +22,22 @@
2222
<dependency>
2323
<groupId>org.simpleframework</groupId>
2424
<artifactId>simple-http</artifactId>
25-
<version>6.0</version>
25+
<version>6.0.1</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.simpleframework</groupId>
2929
<artifactId>simple-common</artifactId>
30-
<version>6.0</version>
30+
<version>6.0.1</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.simpleframework</groupId>
3434
<artifactId>simple-transport</artifactId>
35-
<version>6.0</version>
35+
<version>6.0.1</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.simpleframework</groupId>
3939
<artifactId>simple-demo</artifactId>
40-
<version>6.0</version>
40+
<version>6.0.1</version>
4141
</dependency>
4242
</dependencies>
4343
<reporting>

simple-demo/simple-demo-graph/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>simple-demo-graph</artifactId>
44
<groupId>org.simpleframework</groupId>
5-
<version>6.0</version>
5+
<version>6.0.1</version>
66
<packaging>jar</packaging>
77

88
<properties>
@@ -22,22 +22,22 @@
2222
<dependency>
2323
<groupId>org.simpleframework</groupId>
2424
<artifactId>simple-http</artifactId>
25-
<version>6.0</version>
25+
<version>6.0.1</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.simpleframework</groupId>
2929
<artifactId>simple-common</artifactId>
30-
<version>6.0</version>
30+
<version>6.0.1</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.simpleframework</groupId>
3434
<artifactId>simple-transport</artifactId>
35-
<version>6.0</version>
35+
<version>6.0.1</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.simpleframework</groupId>
3939
<artifactId>simple-demo</artifactId>
40-
<version>6.0</version>
40+
<version>6.0.1</version>
4141
</dependency>
4242
</dependencies>
4343
<reporting>

simple-demo/simple-demo/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>simple-demo</artifactId>
44
<groupId>org.simpleframework</groupId>
5-
<version>6.0</version>
5+
<version>6.0.1</version>
66
<packaging>jar</packaging>
77

88
<properties>
@@ -22,17 +22,17 @@
2222
<dependency>
2323
<groupId>org.simpleframework</groupId>
2424
<artifactId>simple-http</artifactId>
25-
<version>6.0</version>
25+
<version>6.0.1</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.simpleframework</groupId>
2929
<artifactId>simple-common</artifactId>
30-
<version>6.0</version>
30+
<version>6.0.1</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.simpleframework</groupId>
3434
<artifactId>simple-transport</artifactId>
35-
<version>6.0</version>
35+
<version>6.0.1</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>log4j</groupId>

simple-test/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>org.simpleframework</groupId>
44
<artifactId>simple-test</artifactId>
55
<packaging>jar</packaging>
6-
<version>6.0</version>
6+
<version>6.0.1</version>
77
<name>Simple</name>
88
<url>http://www.simpleframework.org</url>
99
<description>Simple is a high performance asynchronous HTTP server for Java</description>
@@ -32,17 +32,17 @@
3232
<dependency>
3333
<groupId>org.simpleframework</groupId>
3434
<artifactId>simple-http</artifactId>
35-
<version>6.0</version>
35+
<version>6.0.1</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.simpleframework</groupId>
3939
<artifactId>simple-common</artifactId>
40-
<version>6.0</version>
40+
<version>6.0.1</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.simpleframework</groupId>
4444
<artifactId>simple-transport</artifactId>
45-
<version>6.0</version>
45+
<version>6.0.1</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>javax.mail</groupId>

0 commit comments

Comments
 (0)