Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Belle2019-10-10 12:45:45 +0000
committerJan Belle2019-10-11 13:40:53 +0000
commitaac958396bc0a687d2fac361f2b3bcb073e16d1f (patch)
treedc077eae11fd8151a59d8352f2cfa9e0bf4ce5bc /releng/org.eclipse.etrice.parent/pom.xml
parent105760a8e143d474638d3d1b3ee443a9ed666fc8 (diff)
downloadorg.eclipse.etrice-aac958396bc0a687d2fac361f2b3bcb073e16d1f.tar.gz
org.eclipse.etrice-aac958396bc0a687d2fac361f2b3bcb073e16d1f.tar.xz
org.eclipse.etrice-aac958396bc0a687d2fac361f2b3bcb073e16d1f.zip
[releng] Ensure consistent versioning of eclipse plugins
* Set all plugin and feature versions to 0.0.0 * Remove all version constraints of plugin dependencies * Implement build logic to update version strings * Integrate maven tycho build in gradle build Plugin and feature versions are updated by the build process. Version is computed from last git tag. Bug 541499 Change-Id: Ic9453508a27488239718074c318182977a21c214
Diffstat (limited to 'releng/org.eclipse.etrice.parent/pom.xml')
-rw-r--r--releng/org.eclipse.etrice.parent/pom.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/releng/org.eclipse.etrice.parent/pom.xml b/releng/org.eclipse.etrice.parent/pom.xml
index 91dbb1d3e..2e5b5c12d 100644
--- a/releng/org.eclipse.etrice.parent/pom.xml
+++ b/releng/org.eclipse.etrice.parent/pom.xml
@@ -17,7 +17,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.etrice</groupId>
<artifactId>org.eclipse.etrice.parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>0.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@@ -29,7 +29,6 @@
<eclipse.url>http://download.eclipse.org/releases/oxygen</eclipse.url>
<xtext.url>http://download.eclipse.org/modeling/tmf/xtext/updates/releases/${xtext.version}</xtext.url>
<license.url>http://download.eclipse.org/cbi/updates/license</license.url>
- <orbit.url>http://download.eclipse.org/tools/orbit/R-builds/R20170516192513/repository</orbit.url>
<cbi.url>https://repo.eclipse.org/content/repositories/cbi-releases</cbi.url>
<etrice.url>http://download.eclipse.org/etrice/updates/nightly</etrice.url>
@@ -52,11 +51,6 @@
<url>${license.url}</url>
<layout>p2</layout>
</repository>
- <repository>
- <id>orbit</id>
- <url>${orbit.url}</url>
- <layout>p2</layout>
- </repository>
</repositories>
<pluginRepositories>
@@ -104,6 +98,7 @@
<version>${tycho.version}</version>
<configuration>
<format>'${build.type}'yyyyMMddHHmm</format>
+ <strictVersions>false</strictVersions>
</configuration>
</plugin>
<plugin>

Back to the top