Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2014-12-05 15:45:01 +0000
committerJan Bartel2014-12-05 15:45:01 +0000
commit1cc075cf9826f5128dd0c6561ba16c4d7c95c281 (patch)
treec0e20e5acc77cc60a9fbb92042488842e77e4632 /examples
parent98e186959499df08fc0529e9f23552809ea3b8fe (diff)
downloadorg.eclipse.jetty.project-1cc075cf9826f5128dd0c6561ba16c4d7c95c281.tar.gz
org.eclipse.jetty.project-1cc075cf9826f5128dd0c6561ba16c4d7c95c281.tar.xz
org.eclipse.jetty.project-1cc075cf9826f5128dd0c6561ba16c4d7c95c281.zip
[maven-release-plugin] prepare release jetty-9.2.6.v20141205jetty-9.2.6.v20141205
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 12d8f1cbc9..9900d1bd32 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.6-SNAPSHOT</version>
+ <version>9.2.6.v20141205</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 fb61de9f50..e44e9502dc 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.6-SNAPSHOT</version>
+ <version>9.2.6.v20141205</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 f0977233a8..e9a7c9f937 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.6-SNAPSHOT</version>
+ <version>9.2.6.v20141205</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml
index 656111af6d..2e399969be 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.6-SNAPSHOT</version>
+ <version>9.2.6.v20141205</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/pom.xml b/examples/pom.xml
index 66a1ff6e72..9048dab059 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.6-SNAPSHOT</version>
+ <version>9.2.6.v20141205</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.jetty.examples</groupId>

Back to the top