Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-07-30 14:02:02 +0000
committerJoakim Erdfelt2015-07-30 14:02:02 +0000
commit6b7e9ac4b0440edeeed08af0cc3e0ccc8a59f7af (patch)
treecfe02dff92b160121103596bde33dd8bd29e1e97 /examples/async-rest
parente36af707e20b157221dc6057b8ea8d62c5d92eec (diff)
downloadorg.eclipse.jetty.project-6b7e9ac4b0440edeeed08af0cc3e0ccc8a59f7af.tar.gz
org.eclipse.jetty.project-6b7e9ac4b0440edeeed08af0cc3e0ccc8a59f7af.tar.xz
org.eclipse.jetty.project-6b7e9ac4b0440edeeed08af0cc3e0ccc8a59f7af.zip
[maven-release-plugin] prepare release jetty-9.3.2.v20150730
Diffstat (limited to 'examples/async-rest')
-rw-r--r--examples/async-rest/async-rest-jar/pom.xml2
-rw-r--r--examples/async-rest/async-rest-webapp/pom.xml2
-rw-r--r--examples/async-rest/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/async-rest/async-rest-jar/pom.xml b/examples/async-rest/async-rest-jar/pom.xml
index 1e3e87fa89..33412be987 100644
--- a/examples/async-rest/async-rest-jar/pom.xml
+++ b/examples/async-rest/async-rest-jar/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>example-async-rest</artifactId>
- <version>9.3.2-SNAPSHOT</version>
+ <version>9.3.2.v20150730</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.example-async-rest</groupId>
diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml
index fa48a7a43b..258e1551ed 100644
--- a/examples/async-rest/async-rest-webapp/pom.xml
+++ b/examples/async-rest/async-rest-webapp/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>example-async-rest</artifactId>
- <version>9.3.2-SNAPSHOT</version>
+ <version>9.3.2.v20150730</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.example-async-rest</groupId>
diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml
index 01e0f44d6e..4175c81da9 100644
--- a/examples/async-rest/pom.xml
+++ b/examples/async-rest/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty.examples</groupId>
<artifactId>examples-parent</artifactId>
- <version>9.3.2-SNAPSHOT</version>
+ <version>9.3.2.v20150730</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top