Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml22
1 files changed, 3 insertions, 19 deletions
diff --git a/pom.xml b/pom.xml
index 34c4bf94..74ef1329 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,20 +86,7 @@
<pluginRepositories>
<pluginRepository>
<id>maven.eclipse.org</id>
- <url>http://maven.eclipse.org/nexus/content/repositories/nightly-indigo</url>
- </pluginRepository>
- <!-- TODO: need 1.0.1.2-SNAPSHOT of the signing plugin until bugfix for
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=347591
- is available in maven.eclipse.org -->
- <pluginRepository>
- <id>intalio-dash-signing-plugin</id>
- <url>http://intalio.org/public/maven2</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
+ <url>http://maven.eclipse.org/nexus/content/groups/public</url>
</pluginRepository>
</pluginRepositories>
@@ -196,11 +183,8 @@
</plugin>
<plugin>
<groupId>org.eclipse.dash.maven</groupId>
- <artifactId>eclipse-maven-signing-plugin</artifactId>
- <!-- TODO: need 1.0.1.2-SNAPSHOT of the signing plugin until bugfix for
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=347591
- is available in maven.eclipse.org -->
- <version>1.0.1.2-SNAPSHOT</version>
+ <artifactId>eclipse-signing-maven-plugin</artifactId>
+ <version>1.0.2</version>
</plugin>
</plugins>
</pluginManagement>

Back to the top