You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webstart-jnlp-servlet/pom.xml
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@
4
4
<parent>
5
5
<groupId>org.codehaus.mojo.webstart</groupId>
6
6
<artifactId>webstart</artifactId>
7
-
<version>1.0-beta-1-SNAPSHOT</version>
7
+
<version>1.0-beta-1</version>
8
8
</parent>
9
9
10
10
<artifactId>webstart-jnlp-servlet</artifactId>
11
11
<packaging>jar</packaging>
12
12
<name>JNLP Servlet</name>
13
-
<version>1.0-6.0.02_ea_b02.1-SNAPSHOT</version>
13
+
<version>1.0-6.0.02_ea_b02.1</version>
14
14
<description>JNLP Sample servlet that supports pack200 protocol. Taken from Sun's JDK sample/jnlp directory thanks to its permissive license.</description>
Copy file name to clipboardExpand all lines: webstart-maven-plugin/pom.xml
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@
3
3
<parent>
4
4
<groupId>org.codehaus.mojo.webstart</groupId>
5
5
<artifactId>webstart</artifactId>
6
-
<version>1.0-beta-1-SNAPSHOT</version>
6
+
<version>1.0-beta-1</version>
7
7
</parent>
8
8
9
9
<artifactId>webstart-maven-plugin</artifactId>
10
-
<version> 1.0-beta-1-SNAPSHOT</version>
10
+
<version> 1.0-beta-1</version>
11
11
<packaging>maven-plugin</packaging>
12
12
<name>Webstart Maven Plugin</name>
13
13
<description>Maven plugin that supports webstart application development. Helps generate JNLP files and supports the JnlpDownloadServlet.</description>
0 commit comments