Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2021-10-27 13:11:50 +0000
committerThomas Wolf2021-10-27 13:14:52 +0000
commit51685824fc500ecfbbea8e7704bdbe45a456a96e (patch)
tree6072303d40a93156fcf5cc9567ab022bf1757839
parentf47896345e297fca3d0b6fd1e03851643c24963c (diff)
downloadegit-51685824fc500ecfbbea8e7704bdbe45a456a96e.tar.gz
egit-51685824fc500ecfbbea8e7704bdbe45a456a96e.tar.xz
egit-51685824fc500ecfbbea8e7704bdbe45a456a96e.zip
[releng] Remove last remnants of jboss repository-utils maven plug-in
Remove unused plug-in version pinning and property. We don't use it anymore since commit 463e416b. Change-Id: I43a1cf6c3a565b5d06f0f9d7c3146a15a42b5b59 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
-rw-r--r--pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 96ac2031a7..1327530b85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,6 @@
<egit-version>6.0.0-SNAPSHOT</egit-version>
<tycho-version>2.5.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
- <jboss-tycho-plugins-version>2.2.0</jboss-tycho-plugins-version>
<java-version>11</java-version>
<ecj-version>3.27.0</ecj-version>
<spotbugs-maven-plugin-version>4.4.1</spotbugs-maven-plugin-version>
@@ -377,11 +376,6 @@
<artifactId>tycho-p2-repository-plugin</artifactId>
<version>${tycho-version}</version>
</plugin>
- <plugin>
- <groupId>org.jboss.tools.tycho-plugins</groupId>
- <artifactId>repository-utils</artifactId>
- <version>${jboss-tycho-plugins-version}</version>
- </plugin>
<!-- other plugins -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>

Back to the top