Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2015-01-16 23:48:23 +0000
committerJesse McConnell2015-01-16 23:48:23 +0000
commit8c58a9abc4bfae272a3dfc2a7e2587134ce3abd4 (patch)
tree3539fb04e706f50429828e3460d9a79838bbac38 /jetty-maven-plugin
parent8748abbfa1ee57df27304f0fc2332377b69fb274 (diff)
downloadorg.eclipse.jetty.project-8c58a9abc4bfae272a3dfc2a7e2587134ce3abd4.tar.gz
org.eclipse.jetty.project-8c58a9abc4bfae272a3dfc2a7e2587134ce3abd4.tar.xz
org.eclipse.jetty.project-8c58a9abc4bfae272a3dfc2a7e2587134ce3abd4.zip
[maven-release-plugin] prepare release jetty-9.2.7.v20150116jetty-9.2.7.v20150116
Diffstat (limited to 'jetty-maven-plugin')
-rw-r--r--jetty-maven-plugin/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index 06777eaf9a..229512ffe3 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.2.8-SNAPSHOT</version>
+ <version>9.2.7.v20150116</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-maven-plugin</artifactId>

Back to the top