Small updates to fix scm urls and update junit dependency version
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832181 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b848f8f799
commit
c8f4f64c7e
1 changed files with 4 additions and 5 deletions
|
|
@ -31,9 +31,9 @@
|
||||||
<name>Apache Tuscany DAS Implementation project</name>
|
<name>Apache Tuscany DAS Implementation project</name>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/java/das</connection>
|
<connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/das-java/trunk/</connection>
|
||||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/java/das</developerConnection>
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/das-java/trunk/</developerConnection>
|
||||||
<url>http://svn.apache.org/repos/asf/tuscany/java/das/</url>
|
<url>http://svn.apache.org/repos/asf/tuscany/das-java/trunk/</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
@ -79,7 +79,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
<version>3.8.1</version>
|
<version>4.5</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
@ -156,5 +156,4 @@
|
||||||
</modules>
|
</modules>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue