Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2015-01-16 14:21:29 +0000
committerJesse McConnell2015-01-16 14:21:29 +0000
commitebd563e64d695d6cc8095f95a92f7103857063b7 (patch)
tree51ff4cd48b8fd0bc1470e802ff23f0d003968f72 /examples
parent2178824b17e8c369f7bb16031f34fe283eec9325 (diff)
downloadorg.eclipse.jetty.project-ebd563e64d695d6cc8095f95a92f7103857063b7.tar.gz
org.eclipse.jetty.project-ebd563e64d695d6cc8095f95a92f7103857063b7.tar.xz
org.eclipse.jetty.project-ebd563e64d695d6cc8095f95a92f7103857063b7.zip
[maven-release-plugin] prepare release 9.2.7.v20140116
Diffstat (limited to 'examples')
-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
-rw-r--r--examples/embedded/pom.xml2
-rw-r--r--examples/pom.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/async-rest/async-rest-jar/pom.xml b/examples/async-rest/async-rest-jar/pom.xml
index dd5a655480..4b1d600d7e 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.2.7-SNAPSHOT</version>
+ <version>9.2.7.v20140116</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 e709b3ae47..12816e0bbd 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.2.7-SNAPSHOT</version>
+ <version>9.2.7.v20140116</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 ef26cd347b..d2d702dc61 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.2.7-SNAPSHOT</version>
+ <version>9.2.7.v20140116</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml
index e3a5671fab..7020f99f64 100644
--- a/examples/embedded/pom.xml
+++ b/examples/embedded/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty.examples</groupId>
<artifactId>examples-parent</artifactId>
- <version>9.2.7-SNAPSHOT</version>
+ <version>9.2.7.v20140116</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/pom.xml b/examples/pom.xml
index a11afaf6a7..dd5f023883 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.2.7-SNAPSHOT</version>
+ <version>9.2.7.v20140116</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.jetty.examples</groupId>

Back to the top