Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2009-05-18 09:03:18 +0000
committerGreg Wilkins2009-05-18 09:03:18 +0000
commit7aa836b0890f763c34514d0dfb335eddacb15fc3 (patch)
tree24b33523e8edb83a7b6771dede0e05e4934fda32 /jetty-annotations
parent3fb52aa9ed2323d0e7e110d9640ad17e3a813b29 (diff)
downloadorg.eclipse.jetty.project-7aa836b0890f763c34514d0dfb335eddacb15fc3.tar.gz
org.eclipse.jetty.project-7aa836b0890f763c34514d0dfb335eddacb15fc3.tar.xz
org.eclipse.jetty.project-7aa836b0890f763c34514d0dfb335eddacb15fc3.zip
[maven-release-plugin] prepare release jetty-7.0.0.M2
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@223 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'jetty-annotations')
-rw-r--r--jetty-annotations/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index 0a1d767c58..3b1e2475f8 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>7.0.0.M2-SNAPSHOT</version>
+ <version>7.0.0.M2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-annotations</artifactId>

Back to the top