Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-06-15 17:25:49 +0000
committerJoakim Erdfelt2015-06-15 17:25:49 +0000
commitcf6c4a914eefe109b1a0df8d4ce4c58a162aa990 (patch)
tree40275c4bc9ccdd702afa56a158e0adb94b38ca78 /aggregates
parent6b54c5a72666f75ae1bc1d29cf0084763d154ecd (diff)
downloadorg.eclipse.jetty.project-cf6c4a914eefe109b1a0df8d4ce4c58a162aa990.tar.gz
org.eclipse.jetty.project-cf6c4a914eefe109b1a0df8d4ce4c58a162aa990.tar.xz
org.eclipse.jetty.project-cf6c4a914eefe109b1a0df8d4ce4c58a162aa990.zip
Updating version to 9.3.1-SNAPSHOT
Diffstat (limited to 'aggregates')
-rw-r--r--aggregates/jetty-all-compact3/pom.xml2
-rw-r--r--aggregates/jetty-all/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/aggregates/jetty-all-compact3/pom.xml b/aggregates/jetty-all-compact3/pom.xml
index e8ebf88a23..b3adffaa99 100644
--- a/aggregates/jetty-all-compact3/pom.xml
+++ b/aggregates/jetty-all-compact3/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.3.0.v20150612</version>
+ <version>9.3.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml
index 2d70986084..c5d84a6200 100644
--- a/aggregates/jetty-all/pom.xml
+++ b/aggregates/jetty-all/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.3.0.v20150612</version>
+ <version>9.3.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top