Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-06-12 16:34:24 +0000
committerJoakim Erdfelt2015-06-12 16:34:24 +0000
commit1a9da9f9e433eaaf934b5713606ab48a53dfffd1 (patch)
treef9d7f6292d6488035e61f5f8a5bf6ec82cb59a64 /jetty-cdi
parent68746609d62241ef097feee59e64360eac263d7c (diff)
downloadorg.eclipse.jetty.project-1a9da9f9e433eaaf934b5713606ab48a53dfffd1.tar.gz
org.eclipse.jetty.project-1a9da9f9e433eaaf934b5713606ab48a53dfffd1.tar.xz
org.eclipse.jetty.project-1a9da9f9e433eaaf934b5713606ab48a53dfffd1.zip
Updating versions to 9.3.0.v20150612
Diffstat (limited to 'jetty-cdi')
-rw-r--r--jetty-cdi/cdi-core/pom.xml2
-rw-r--r--jetty-cdi/cdi-full-servlet/pom.xml2
-rw-r--r--jetty-cdi/cdi-servlet/pom.xml2
-rw-r--r--jetty-cdi/cdi-websocket/pom.xml2
-rw-r--r--jetty-cdi/pom.xml2
-rw-r--r--jetty-cdi/test-cdi-webapp/pom.xml2
6 files changed, 6 insertions, 6 deletions
diff --git a/jetty-cdi/cdi-core/pom.xml b/jetty-cdi/cdi-core/pom.xml
index 5213db282c..aa80fe0cf7 100644
--- a/jetty-cdi/cdi-core/pom.xml
+++ b/jetty-cdi/cdi-core/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty.cdi</groupId>
<artifactId>jetty-cdi-parent</artifactId>
- <version>9.3.1-SNAPSHOT</version>
+ <version>9.3.0.v20150612</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cdi-core</artifactId>
diff --git a/jetty-cdi/cdi-full-servlet/pom.xml b/jetty-cdi/cdi-full-servlet/pom.xml
index 6bfd786bce..a5e88fc98c 100644
--- a/jetty-cdi/cdi-full-servlet/pom.xml
+++ b/jetty-cdi/cdi-full-servlet/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty.cdi</groupId>
<artifactId>jetty-cdi-parent</artifactId>
- <version>9.3.1-SNAPSHOT</version>
+ <version>9.3.0.v20150612</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cdi-full-servlet</artifactId>
diff --git a/jetty-cdi/cdi-servlet/pom.xml b/jetty-cdi/cdi-servlet/pom.xml
index 68947d20e5..ee3e52b4fb 100644
--- a/jetty-cdi/cdi-servlet/pom.xml
+++ b/jetty-cdi/cdi-servlet/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty.cdi</groupId>
<artifactId>jetty-cdi-parent</artifactId>
- <version>9.3.1-SNAPSHOT</version>
+ <version>9.3.0.v20150612</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cdi-servlet</artifactId>
diff --git a/jetty-cdi/cdi-websocket/pom.xml b/jetty-cdi/cdi-websocket/pom.xml
index 45af83e4b2..f92fca263e 100644
--- a/jetty-cdi/cdi-websocket/pom.xml
+++ b/jetty-cdi/cdi-websocket/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty.cdi</groupId>
<artifactId>jetty-cdi-parent</artifactId>
- <version>9.3.1-SNAPSHOT</version>
+ <version>9.3.0.v20150612</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cdi-websocket</artifactId>
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml
index 7e3057cd54..9da17eeb30 100644
--- a/jetty-cdi/pom.xml
+++ b/jetty-cdi/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.3.1-SNAPSHOT</version>
+ <version>9.3.0.v20150612</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.cdi</groupId>
diff --git a/jetty-cdi/test-cdi-webapp/pom.xml b/jetty-cdi/test-cdi-webapp/pom.xml
index 05c17f98ff..aad856f1fc 100644
--- a/jetty-cdi/test-cdi-webapp/pom.xml
+++ b/jetty-cdi/test-cdi-webapp/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jetty.cdi</groupId>
<artifactId>jetty-cdi-parent</artifactId>
- <version>9.3.1-SNAPSHOT</version>
+ <version>9.3.0.v20150612</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-cdi-webapp</artifactId>

Back to the top