Upgraded junit and bundlor deps
This commit is contained in:
parent
3b1cdc3ab4
commit
b795d22e51
24
pom.xml
24
pom.xml
|
@ -74,20 +74,7 @@
|
||||||
</site>
|
</site>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<!--
|
|
||||||
<repository>
|
|
||||||
<releases>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
</releases>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</snapshots>
|
|
||||||
<id>com.springsource.repository.bundles.release</id>
|
|
||||||
<name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name>
|
|
||||||
<url>http://repository.springsource.com/maven/bundles/release</url>
|
|
||||||
</repository>
|
|
||||||
-->
|
|
||||||
<repository>
|
<repository>
|
||||||
<releases>
|
<releases>
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
|
@ -119,6 +106,11 @@
|
||||||
<name>SpringSource Enterprise Bundle Repository - SpringSource Milestone Releases</name>
|
<name>SpringSource Enterprise Bundle Repository - SpringSource Milestone Releases</name>
|
||||||
<url>http://repository.springsource.com/maven/bundles/milestone</url>
|
<url>http://repository.springsource.com/maven/bundles/milestone</url>
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>com.springsource.repository.bundles.snapshot</id>
|
||||||
|
<name>SpringSource Enterprise Bundle Repository - Snapshots</name>
|
||||||
|
<url>http://repository.springsource.com/maven/bundles/snapshot</url>
|
||||||
|
</pluginRepository>
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
|
|
||||||
<mailingLists>
|
<mailingLists>
|
||||||
|
@ -265,7 +257,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
<version>4.5</version>
|
<version>4.6</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -295,7 +287,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.springsource.bundlor</groupId>
|
<groupId>com.springsource.bundlor</groupId>
|
||||||
<artifactId>com.springsource.bundlor.maven</artifactId>
|
<artifactId>com.springsource.bundlor.maven</artifactId>
|
||||||
<version>1.0.0.M2</version>
|
<version>1.0.0.BUILD-20090617.134232-66</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>bundlor</id>
|
<id>bundlor</id>
|
||||||
|
|
Loading…
Reference in New Issue