Skip to content

Commit 7740bad

Browse files
prepare release
1 parent 578d54a commit 7740bad

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

org.eclipse.angularjs.repository/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
</parent>
88
<artifactId>org.eclipse.angularjs.category</artifactId>
99
<packaging>eclipse-repository</packaging>
10+
<scm>
11+
<url>https://github.com/angelozerr/angularjs-eclipse</url>
12+
<connection>scm:git:https://github.com/angelozerr/angularjs-eclipse.git</connection>
13+
<developerConnection>scm:git:https://github.com/angelozerr/angularjs-eclipse.git</developerConnection>
14+
</scm>
1015
<build>
1116
<extensions>
1217
<!-- Enabling the use of FTP -->

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<repository>
178178
<id>tern.java</id>
179179
<layout>p2</layout>
180-
<url>http://oss.opensagres.fr/tern.repository/0.10.0-SNAPSHOT/</url>
180+
<url>http://oss.opensagres.fr/tern.repository/0.10.0/</url>
181181
</repository>
182182
<repository>
183183
<id>license-feature</id>
@@ -187,12 +187,12 @@
187187
<repository>
188188
<id>eclipse-wtp-webresources</id>
189189
<layout>p2</layout>
190-
<url>http://oss.opensagres.fr/eclipse-wtp-webresources/0.10.0-SNAPSHOT/</url>
190+
<url>http://oss.opensagres.fr/eclipse-wtp-webresources/0.10.0/</url>
191191
</repository>
192192
<repository>
193193
<id>eclipse-wtp-json</id>
194194
<layout>p2</layout>
195-
<url>http://oss.opensagres.fr/eclipse-wtp-json/0.10.0-SNAPSHOT/</url>
195+
<url>http://oss.opensagres.fr/eclipse-wtp-json/0.10.0/</url>
196196
</repository>
197197
</repositories>
198198
<scm>
@@ -202,8 +202,7 @@
202202
</scm>
203203
<profiles>
204204
<profile>
205-
<!-- release profile (see parent pom) -->
206-
<id>release</id>
205+
<id>lax</id>
207206
<build>
208207
<plugins>
209208
<plugin>

0 commit comments

Comments
 (0)