diff options
author | Alexander Kurtakov | 2020-09-11 11:37:28 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2020-09-16 18:56:18 +0000 |
commit | 84c2cb1983c5c814128d32a6e4fbad2e2a4590bc (patch) | |
tree | bd807739cfdfe055a297af96e97f4a33618fe7b0 | |
parent | a5270f2bef3d9a3bea897d338d0c5859bfc1518b (diff) | |
download | org.eclipse.epp.packages-84c2cb1983c5c814128d32a6e4fbad2e2a4590bc.tar.gz org.eclipse.epp.packages-84c2cb1983c5c814128d32a6e4fbad2e2a4590bc.tar.xz org.eclipse.epp.packages-84c2cb1983c5c814128d32a6e4fbad2e2a4590bc.zip |
Remove tycho.extras.version.
There is single tycho version now and extras has been merged with tycho
and released altogether.
Change-Id: Ic5c225fde6e2600f49c7b681060d5dc4257cf495
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r-- | releng/org.eclipse.epp.config/parent/pom.xml | 11 | ||||
-rw-r--r-- | releng/org.eclipse.epp.config/parent/product/pom.xml | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml index ed9cac7a..bbc525f2 100644 --- a/releng/org.eclipse.epp.config/parent/pom.xml +++ b/releng/org.eclipse.epp.config/parent/pom.xml @@ -25,7 +25,6 @@ <properties> <maven.version>3.1.1</maven.version> <tycho.version>2.0.0</tycho.version> - <tycho.extras.version>${tycho.version}</tycho.extras.version> <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git</tycho.scmUrl> <cbi.version>1.1.8-SNAPSHOT</cbi.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -132,12 +131,12 @@ <dependency> <groupId>org.eclipse.tycho.extras</groupId> <artifactId>tycho-buildtimestamp-jgit</artifactId> - <version>${tycho.extras.version}</version> + <version>${tycho.version}</version> </dependency> <dependency> <groupId>org.eclipse.tycho.extras</groupId> <artifactId>tycho-sourceref-jgit</artifactId> - <version>${tycho.extras.version}</version> + <version>${tycho.version}</version> </dependency> </dependencies> <configuration> @@ -238,12 +237,12 @@ <plugin> <groupId>org.eclipse.tycho.extras</groupId> <artifactId>tycho-pack200a-plugin</artifactId> - <version>${tycho.extras.version}</version> + <version>${tycho.version}</version> </plugin> <plugin> <groupId>org.eclipse.tycho.extras</groupId> <artifactId>tycho-pack200b-plugin</artifactId> - <version>${tycho.extras.version}</version> + <version>${tycho.version}</version> </plugin> <plugin> <groupId>org.eclipse.tycho</groupId> @@ -266,7 +265,7 @@ <plugin> <groupId>org.eclipse.tycho.extras</groupId> <artifactId>tycho-source-feature-plugin</artifactId> - <version>${tycho.extras.version}</version> + <version>${tycho.version}</version> <configuration> <archive> <addMavenDescriptor>false</addMavenDescriptor> diff --git a/releng/org.eclipse.epp.config/parent/product/pom.xml b/releng/org.eclipse.epp.config/parent/product/pom.xml index d2348cac..5654f0a0 100644 --- a/releng/org.eclipse.epp.config/parent/product/pom.xml +++ b/releng/org.eclipse.epp.config/parent/product/pom.xml @@ -56,7 +56,7 @@ <plugin> <groupId>org.eclipse.tycho.extras</groupId> <artifactId>tycho-p2-extras-plugin</artifactId> - <version>${tycho.extras.version}</version> + <version>${tycho.version}</version> <executions> <execution> <id>mirror-to-central-epp-repository</id> |