Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2014-02-25 20:54:11 +0000
committerJesse McConnell2014-03-07 15:10:08 +0000
commit1e555567a9d225e745109d78ee07d2abc2e303ba (patch)
treee09cd206e53c65ccdeed115688e8d2ee232a4a8c /jetty-jndi
parent76429e55e43c6fb899c622069523fc298fb9ac9f (diff)
downloadorg.eclipse.jetty.project-1e555567a9d225e745109d78ee07d2abc2e303ba.tar.gz
org.eclipse.jetty.project-1e555567a9d225e745109d78ee07d2abc2e303ba.tar.xz
org.eclipse.jetty.project-1e555567a9d225e745109d78ee07d2abc2e303ba.zip
[maven-release-plugin] prepare release jetty-9.1.3.v20140225
Diffstat (limited to 'jetty-jndi')
-rw-r--r--jetty-jndi/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml
index 4e59120082..61c79b8a2e 100644
--- a/jetty-jndi/pom.xml
+++ b/jetty-jndi/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.1.3-SNAPSHOT</version>
+ <version>9.1.3.v20140225</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-jndi</artifactId>

Back to the top