Skip to content

Commit 0715480

Browse files
committed
2 parents 6d7da9e + 41b7c3a commit 0715480

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

org.eclipse.angularjs.repository/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<extension>
1414
<groupId>org.apache.maven.wagon</groupId>
1515
<artifactId>wagon-ftp</artifactId>
16-
<version>1.0-beta-6</version>
16+
<version>2.8</version>
1717
</extension>
1818
</extensions>
1919
</build>
@@ -34,7 +34,7 @@
3434
<plugin>
3535
<groupId>org.codehaus.mojo</groupId>
3636
<artifactId>wagon-maven-plugin</artifactId>
37-
<version>1.0-beta-4</version>
37+
<version>1.0</version>
3838
<executions>
3939
<execution>
4040
<id>upload-repo</id>

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,11 @@
183183
<layout>p2</layout>
184184
<url>http://oss.opensagres.fr/eclipse-wtp-webresources/0.9.0-SNAPSHOT/</url>
185185
</repository>
186+
<repository>
187+
<id>eclipse-wtp-json</id>
188+
<layout>p2</layout>
189+
<url>http://oss.opensagres.fr/eclipse-wtp-json/0.9.0-SNAPSHOT/</url>
190+
</repository>
186191
</repositories>
187192
<scm>
188193
<url>https://github.com/angelozerr/angularjs-eclipse</url>

0 commit comments

Comments
 (0)