Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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