1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 20:35:38 +02:00

Try again. Fixing signing.

This commit is contained in:
Doug Schaefer 2014-02-06 11:36:50 -05:00
parent b7cec54596
commit 991075791a
2 changed files with 7 additions and 7 deletions

View file

@ -225,6 +225,13 @@
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>cbi</id>
<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
</pluginRepository>
</pluginRepositories>
<profiles>
<profile>
<id>platform-4.3</id>

View file

@ -15,13 +15,6 @@
<artifactId>org.eclipse.cdt.repo</artifactId>
<packaging>eclipse-repository</packaging>
<pluginRepositories>
<pluginRepository>
<id>cbi</id>
<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
</pluginRepository>
</pluginRepositories>
<build>
<finalName>${project.artifactId}</finalName>
</build>