Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-distribution/pom.xml')
-rw-r--r--jetty-distribution/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index 3d8899e126..498e4f9478 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>7.2.0.RC1-SNAPSHOT</version>
+ <version>7.2.0.RC1</version>
</parent>
<artifactId>jetty-distribution</artifactId>
<name>Jetty :: Distribution Assemblies</name>
@@ -645,7 +645,7 @@
svn export the jetty directory which is then bundled via the jetty-src.xml
assembly descriptor to create a source distribution archive
-->
- <plugin>
+ <!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.4</version>
@@ -661,7 +661,7 @@
<phase>process-sources</phase>
</execution>
</executions>
- </plugin>
+ </plugin-->
<!--
Adds in the additional jetty-src assembly descriptor to the release process
-->

Back to the top