Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2013-11-07 23:17:31 +0000
committerJan Bartel2013-11-07 23:17:31 +0000
commit9e0bae3d0f7c17cf049ba7966c60d695b076afd4 (patch)
treeee9615912b2bc7906465191431b28be6d7644d5c
parent6a5e3792064819c6cad26d3c325648a26444e84a (diff)
downloadorg.eclipse.jetty.releng.bundles-9e0bae3d0f7c17cf049ba7966c60d695b076afd4.tar.gz
org.eclipse.jetty.releng.bundles-9e0bae3d0f7c17cf049ba7966c60d695b076afd4.tar.xz
org.eclipse.jetty.releng.bundles-9e0bae3d0f7c17cf049ba7966c60d695b076afd4.zip
Change to jetty version of eclipse signing plugin as new cbi signing infra not useable.
-rw-r--r--jetty.bundles.repo/pom.xml2
-rw-r--r--pom.xml12
2 files changed, 2 insertions, 12 deletions
diff --git a/jetty.bundles.repo/pom.xml b/jetty.bundles.repo/pom.xml
index 60d1fe5..99a7142 100644
--- a/jetty.bundles.repo/pom.xml
+++ b/jetty.bundles.repo/pom.xml
@@ -79,7 +79,7 @@
</executions>
</plugin>
<plugin>
- <groupId>org.eclipse.dash.maven</groupId>
+ <groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>eclipse-signing-maven-plugin</artifactId>
<version>${signing-plugin-version}</version>
<executions>
diff --git a/pom.xml b/pom.xml
index dd01485..0e98e9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<jetty-version>8.1.3-SNAPSHOT</jetty-version>
<p2-install-folder-name>development</p2-install-folder-name>
- <signing-plugin-version>1.0.5</signing-plugin-version>
+ <signing-plugin-version>1.0.0</signing-plugin-version>
<eclipse-mirror-url>http://download.eclipse.org</eclipse-mirror-url>
<equinox-site>${eclipse-mirror-url}/eclipse/updates/3.8</equinox-site>
@@ -49,16 +49,6 @@
<pluginRepositories>
<pluginRepository>
- <id>dash-plugins</id>
- <url>http://maven.eclipse.org/nexus/content/groups/public/</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </pluginRepository>
- <pluginRepository>
<id>intalio-dash-plugins</id>
<url>http://intalio.org/public/maven2</url>
<snapshots>

Back to the top