[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[stp-commits] r3672 - in org.eclipse.stp.sca/trunk: . update-site
|
- From: genie@xxxxxxxxxxx
- Date: Thu, 8 Dec 2011 10:30:32 -0500 (EST)
- Delivered-to: stp-commits@eclipse.org
Author: vzurczak
Date: 2011-12-08 10:30:32 -0500 (Thu, 08 Dec 2011)
New Revision: 3672
Modified:
org.eclipse.stp.sca/trunk/pom.xml
org.eclipse.stp.sca/trunk/update-site/pom.xml
Log:
Add the repository to find the signing Maven plugin
Modified: org.eclipse.stp.sca/trunk/pom.xml
===================================================================
--- org.eclipse.stp.sca/trunk/pom.xml 2011-12-08 14:40:23 UTC (rev 3671)
+++ org.eclipse.stp.sca/trunk/pom.xml 2011-12-08 15:30:32 UTC (rev 3672)
@@ -195,5 +195,10 @@
<id>eclipse-nexus-central</id>
<url>http://maven.eclipse.org/nexus/content/groups/central/</url>
</pluginRepository>
+
+ <pluginRepository>
+ <id>eclipse-nexus-public</id>
+ <url>http://maven.eclipse.org/nexus/content/groups/public/</url>
+ </pluginRepository>
</pluginRepositories>
</project>
\ No newline at end of file
Modified: org.eclipse.stp.sca/trunk/update-site/pom.xml
===================================================================
--- org.eclipse.stp.sca/trunk/update-site/pom.xml 2011-12-08 14:40:23 UTC (rev 3671)
+++ org.eclipse.stp.sca/trunk/update-site/pom.xml 2011-12-08 15:30:32 UTC (rev 3672)
@@ -53,7 +53,7 @@
<plugin>
<groupId>org.eclipse.dash.maven</groupId>
<artifactId>eclipse-signing-maven-plugin</artifactId>
- <version>1.0.3</version>
+ <version>1.0.5</version>
<executions>
<execution>