Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2010-05-04 21:40:07 +0000
committerJesse McConnell2010-05-04 21:40:07 +0000
commitb0cf5e35dd117ac9e77a0849c30de977efcd2892 (patch)
treeca4228cf1b20920ec7c6ece89f12e09d747967f7 /pom.xml
parent6fa8a3245124551e1f8b8396a5d7640ce6edfdf4 (diff)
parent0e541fcf2bb921b80b32c5792c74084d4c130f4e (diff)
downloadorg.eclipse.jetty.project-a652f29efe0edef71be93af8361f0641225a03c9.tar.gz
org.eclipse.jetty.project-a652f29efe0edef71be93af8361f0641225a03c9.tar.xz
org.eclipse.jetty.project-a652f29efe0edef71be93af8361f0641225a03c9.zip
[maven-release-plugin] copy for tag jetty-7.1.0.RC1jetty-7.1.0.RC1
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/tags/jetty-7.1.0.RC1@1699 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7b53006955..b6d21c8997 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
<executions>
<execution>
<id>set-osgi-version</id>
- <phase>compile</phase>
+ <phase>validate</phase>
<goals>
<goal>parse-version</goal>
</goals>

Back to the top