Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 0134ee6991..05269f3ac4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<version>25</version>
</parent>
<artifactId>jetty-project</artifactId>
- <version>9.3.2-SNAPSHOT</version>
+ <version>9.3.2.v20150730</version>
<name>Jetty :: Project</name>
<url>http://www.eclipse.org/jetty</url>
<packaging>pom</packaging>
@@ -25,7 +25,7 @@
<connection>scm:git:http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git</connection>
<developerConnection>scm:git:ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git</developerConnection>
<url>http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree</url>
- <tag>HEAD</tag>
+ <tag>jetty-9.3.2.v20150730</tag>
</scm>
<build>
<defaultGoal>install</defaultGoal>

Back to the top