Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Wagelaar2018-05-27 15:58:28 +0000
committerDennis Wagelaar2018-05-27 15:58:28 +0000
commit7b7c10ccb50881fabc46e1a4ab0a3cdc7d8c7d44 (patch)
tree5d89f41eb314785725d8dc7bf2cbcca581d34615
parent294f8084a0761c128302707e85065977935c0298 (diff)
downloadorg.eclipse.atl-7b7c10ccb50881fabc46e1a4ab0a3cdc7d8c7d44.tar.gz
org.eclipse.atl-7b7c10ccb50881fabc46e1a4ab0a3cdc7d8c7d44.tar.xz
org.eclipse.atl-7b7c10ccb50881fabc46e1a4ab0a3cdc7d8c7d44.zip
Revert "Downgrade tycho to version 0.26.0."
-rw-r--r--releng/org.eclipse.m2m.atl.releng.parent/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/releng/org.eclipse.m2m.atl.releng.parent/pom.xml b/releng/org.eclipse.m2m.atl.releng.parent/pom.xml
index cc4d8447..6e5facfe 100644
--- a/releng/org.eclipse.m2m.atl.releng.parent/pom.xml
+++ b/releng/org.eclipse.m2m.atl.releng.parent/pom.xml
@@ -37,9 +37,8 @@
</licenses>
<properties>
- <tycho-version>0.26.0</tycho-version>
- <tycho-extras-version>0.26.0</tycho-extras-version>
- <maven-deploy-version>2.8.2</maven-deploy-version>
+ <tycho-version>1.1.0</tycho-version>
+ <tycho-extras-version>1.1.0</tycho-extras-version>
<!-- Properties to enable jacoco code coverage analysis -->
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
@@ -298,7 +297,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <version>${maven-deploy-version}</version>
+ <version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>

Back to the top