Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2013-08-15 08:03:49 +0000
committerJan Bartel2013-08-15 08:03:49 +0000
commit716430bb03beb70a3fbe3e9e7c4230cfe96d1677 (patch)
tree507b0084159119aa00ef2228adcd2ab56c24cacc /jetty-ant
parent3d13c15d35a977da24eab17811a4a46c1e441303 (diff)
downloadorg.eclipse.jetty.project-716430bb03beb70a3fbe3e9e7c4230cfe96d1677.tar.gz
org.eclipse.jetty.project-716430bb03beb70a3fbe3e9e7c4230cfe96d1677.tar.xz
org.eclipse.jetty.project-716430bb03beb70a3fbe3e9e7c4230cfe96d1677.zip
[maven-release-plugin] rollback the release of jetty-9.0.5.v20130815
Diffstat (limited to 'jetty-ant')
-rwxr-xr-xjetty-ant/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index 5c2746a85f..d75604169f 100755
--- a/jetty-ant/pom.xml
+++ b/jetty-ant/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.0.5.v20130815</version>
+ <version>9.0.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-ant</artifactId>

Back to the top