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>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/java/das</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/java/das</developerConnection>
|
||||
<url>http://svn.apache.org/repos/asf/tuscany/java/das/</url>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/das-java/trunk/</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/das-java/trunk/</developerConnection>
|
||||
<url>http://svn.apache.org/repos/asf/tuscany/das-java/trunk/</url>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
|
@ -79,7 +79,7 @@
|
|||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<version>4.5</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
@ -156,5 +156,4 @@
|
|||
</modules>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
</project>
|
||||
|
|
Loading…
Add table
Reference in a new issue