Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2013-09-20 04:21:27 +0000
committerJan Bartel2013-09-20 04:21:27 +0000
commitb4b20b23de10dfbf1342ff729ec9dd8b45470c8a (patch)
treefd879b93e6dc7f87b1786e8c6b89a40a9ace45c7
parent341efc8f390c6e174eaa38f6c92e98793e9ab798 (diff)
downloadorg.eclipse.jetty.toolchain-b4b20b23de10dfbf1342ff729ec9dd8b45470c8a.tar.gz
org.eclipse.jetty.toolchain-b4b20b23de10dfbf1342ff729ec9dd8b45470c8a.tar.xz
org.eclipse.jetty.toolchain-b4b20b23de10dfbf1342ff729ec9dd8b45470c8a.zip
[maven-release-plugin] prepare release jetty-jsp-osgi-2.3.3jetty-jsp-osgi-2.3.3
-rw-r--r--jetty-jsp-osgi/jetty-jsp-fragment/pom.xml2
-rw-r--r--jetty-jsp-osgi/jetty-jsp-jdt/pom.xml2
-rw-r--r--jetty-jsp-osgi/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/jetty-jsp-osgi/jetty-jsp-fragment/pom.xml b/jetty-jsp-osgi/jetty-jsp-fragment/pom.xml
index 8f1dbbc..01ffde6 100644
--- a/jetty-jsp-osgi/jetty-jsp-fragment/pom.xml
+++ b/jetty-jsp-osgi/jetty-jsp-fragment/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-jsp-osgi</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.3.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/jetty-jsp-osgi/jetty-jsp-jdt/pom.xml b/jetty-jsp-osgi/jetty-jsp-jdt/pom.xml
index 1b6b865..c867539 100644
--- a/jetty-jsp-osgi/jetty-jsp-jdt/pom.xml
+++ b/jetty-jsp-osgi/jetty-jsp-jdt/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-jsp-osgi</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.3.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/jetty-jsp-osgi/pom.xml b/jetty-jsp-osgi/pom.xml
index db0b500..9ea850a 100644
--- a/jetty-jsp-osgi/pom.xml
+++ b/jetty-jsp-osgi/pom.xml
@@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-jsp-osgi</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.3.3</version>
<name>Jetty :: JSP OSGi Parent</name>
<packaging>pom</packaging>
<properties>

Back to the top