Skip to content

Commit b64fdb8

Browse files
committed
Upgraded version to 4.0.0.2009
1 parent ae799a8 commit b64fdb8

File tree

22 files changed

+29
-29
lines changed

22 files changed

+29
-29
lines changed

apps/milton-davproxy-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.milton</groupId>
66
<artifactId>milton</artifactId>
7-
<version>4.0.1.1855</version>
7+
<version>4.0.1.2009</version>
88
</parent>
99
<groupId>io.milton</groupId>
1010
<artifactId>milton-davproxy-app</artifactId>

apps/milton-mini-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12-
<milton.version>4.0.1.1855</milton.version>
12+
<milton.version>4.0.1.2009</milton.version>
1313
</properties>
1414

1515
<distributionManagement>

examples/eclipse-tut-1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.milton</groupId>
66
<artifactId>milton</artifactId>
7-
<version>4.0.1.1855</version>
7+
<version>4.0.1.2009</version>
88
</parent>
99
<groupId>io.milton.tuts</groupId>
1010
<artifactId>eclipse-tut-1</artifactId>
@@ -16,7 +16,7 @@
1616

1717
<properties>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19-
<milton.version>4.0.1.1855</milton.version>
19+
<milton.version>4.0.1.2009</milton.version>
2020
</properties>
2121

2222
<build>

examples/eclipse-tut-carddav/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.milton</groupId>
66
<artifactId>milton</artifactId>
7-
<version>4.0.1.1855</version>
7+
<version>4.0.1.2009</version>
88
</parent>
99
<groupId>io.milton.tuts</groupId>
1010
<artifactId>eclipse-tut-carddav</artifactId>
@@ -16,7 +16,7 @@
1616

1717
<properties>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19-
<milton.version>4.0.1.1855</milton.version>
19+
<milton.version>4.0.1.2009</milton.version>
2020
</properties>
2121

2222
<build>

examples/milton-anno-bandstand/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.milton</groupId>
66
<artifactId>milton</artifactId>
7-
<version>4.0.1.1855</version>
7+
<version>4.0.1.2009</version>
88
</parent>
99
<groupId>io.milton</groupId>
1010
<artifactId>milton-anno-bandstand</artifactId>
@@ -15,7 +15,7 @@
1515
use milton annotations in a "sort of" real life app.
1616
</description>
1717
<properties>
18-
<milton.version>4.0.1.1855</milton.version>
18+
<milton.version>4.0.1.2009</milton.version>
1919
</properties>
2020
<build>
2121
<plugins>

examples/milton-anno-ref/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.milton</groupId>
66
<artifactId>milton</artifactId>
7-
<version>4.0.1.1855</version>
7+
<version>4.0.1.2009</version>
88
</parent>
99
<groupId>io.milton</groupId>
1010
<artifactId>milton-anno-ref</artifactId>

examples/milton-embedded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.milton</groupId>
66
<artifactId>milton</artifactId>
7-
<version>4.0.1.1855</version>
7+
<version>4.0.1.2009</version>
88
</parent>
99
<groupId>io.milton</groupId>
1010
<artifactId>milton-example-embedded</artifactId>

examples/milton-ref/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.milton</groupId>
66
<artifactId>milton-ref</artifactId>
7-
<version>4.0.1.1855</version>
7+
<version>4.0.1.2009</version>
88
<packaging>war</packaging>
99
<name>Milton Reference implementiation</name>
1010
<description>A complete web application which uses an in memory content database.

examples/milton-spring-fs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.milton</groupId>
1010
<artifactId>milton</artifactId>
11-
<version>4.0.1.1855</version>
11+
<version>4.0.1.2009</version>
1212
</parent>
1313
<groupId>io.milton</groupId>
1414
<artifactId>milton-spring-fs</artifactId>

examples/security-advanced/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.milton</groupId>
66
<artifactId>milton</artifactId>
7-
<version>4.0.1.1855</version>
7+
<version>4.0.1.2009</version>
88
</parent>
99
<groupId>io.milton.tuts</groupId>
1010
<artifactId>milton-example-security-advanced</artifactId>
@@ -14,7 +14,7 @@
1414

1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17-
<milton.version>4.0.1.1855</milton.version>
17+
<milton.version>4.0.1.2009</milton.version>
1818
</properties>
1919

2020
<build>

0 commit comments

Comments
 (0)