Skip to content

Commit cd1ce7e

Browse files
author
Andriy Yevsyukov
committed
Updated ajax library for spring fs sample.
Updated version to 3.0.0.194.
1 parent 602c980 commit cd1ce7e

File tree

38 files changed

+179
-157
lines changed

38 files changed

+179
-157
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>3.0.0.180</version>
7+
<version>3.0.0.194</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>3.0.0.180</milton.version>
12+
<milton.version>3.0.0.194</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>3.0.0.180</version>
7+
<version>3.0.0.194</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>3.0.0.180</milton.version>
19+
<milton.version>3.0.0.194</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>3.0.0.180</version>
7+
<version>3.0.0.194</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>3.0.0.180</milton.version>
19+
<milton.version>3.0.0.194</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>3.0.0.180</version>
7+
<version>3.0.0.194</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>3.0.0.180</milton.version>
18+
<milton.version>3.0.0.194</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>3.0.0.180</version>
7+
<version>3.0.0.194</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>3.0.0.180</version>
7+
<version>3.0.0.194</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
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.milton</groupId>
55
<artifactId>milton-ref</artifactId>
6-
<version>3.0.0.180</version>
6+
<version>3.0.0.194</version>
77
<packaging>war</packaging>
88
<name>Milton Reference implementiation</name>
99
<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
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.milton</groupId>
66
<artifactId>milton</artifactId>
7-
<version>3.0.0.180</version>
7+
<version>3.0.0.194</version>
88
</parent>
99
<groupId>io.milton</groupId>
1010
<artifactId>milton-spring-fs</artifactId>

examples/milton-spring-fs/src/main/resources/handler/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ <h3>Test Your Server</h3>
7070
</p>
7171
<a
7272
href="javascript:void(0)"
73-
onclick="OpenTestsWindow()"
7473
class="align-self-start btn btn-primary"
7574
role="button"
7675
>Run Integration Tests</a

0 commit comments

Comments
 (0)