Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-11-06 19:13:00 +0000
committerJoakim Erdfelt2015-11-06 19:13:00 +0000
commitedf686fe0a9746ebc72776d0cee9c0de09b190dd (patch)
treec91ba51679b08fbecc710cb2d0b2b8fcd76221a7 /jetty-cdi
parentd737e1c638653988ce7d8e5bfb89859347e1c306 (diff)
downloadorg.eclipse.jetty.project-edf686fe0a9746ebc72776d0cee9c0de09b190dd.tar.gz
org.eclipse.jetty.project-edf686fe0a9746ebc72776d0cee9c0de09b190dd.tar.xz
org.eclipse.jetty.project-edf686fe0a9746ebc72776d0cee9c0de09b190dd.zip
Updating to version 9.3.7-SNAPSHOT
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 8b58403b9e..4ba4e5fcba 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.6.v20151106</version>
+ <version>9.3.7-SNAPSHOT</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 9d6516b47f..0c4ef63d11 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.6.v20151106</version>
+ <version>9.3.7-SNAPSHOT</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 450a464847..da05a98b98 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.6.v20151106</version>
+ <version>9.3.7-SNAPSHOT</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 673cf592b0..409f21c161 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.6.v20151106</version>
+ <version>9.3.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cdi-websocket</artifactId>
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml
index 59b1d15d46..a59c9a8867 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.6.v20151106</version>
+ <version>9.3.7-SNAPSHOT</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 616a77762a..9bd9001366 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.6.v20151106</version>
+ <version>9.3.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-cdi-webapp</artifactId>

Back to the top