mirror of https://github.com/apache/jclouds.git
Upgraded vboxjws 4.1.2r73507 -> 4.1.4, and removed temporary repo since 4.1.4 is available from Maven Central
This commit is contained in:
parent
304dda4823
commit
1eee90261e
|
@ -1,4 +0,0 @@
|
|||
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
|
||||
#Sat Aug 20 12:57:57 PDT 2011
|
||||
vboxjws-4.1.2r73507.jar>=
|
||||
vboxjws-4.1.2r73507.pom>=
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
b7f8ab45fb500a8316ed218d7295a82d
|
|
@ -1 +0,0 @@
|
|||
d16d904b5f71d747eec9253cfa9331f6e62587d6
|
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.virtualbox</groupId>
|
||||
<artifactId>vboxjws</artifactId>
|
||||
<version>4.1.2r73507</version>
|
||||
<description>POM was created from install:install-file</description>
|
||||
</project>
|
|
@ -1 +0,0 @@
|
|||
adc17f7bde99c57b074e9e3c41b95004
|
|
@ -1 +0,0 @@
|
|||
281e12e6b67919ade6a20987f15c92400c1508c6
|
|
@ -35,34 +35,11 @@
|
|||
|
||||
<properties>
|
||||
<test.virtualbox.endpoint>http://localhost:18083/</test.virtualbox.endpoint>
|
||||
<test.virtualbox.apiversion>4.1.2r73507</test.virtualbox.apiversion>
|
||||
<test.virtualbox.apiversion>4.1.4</test.virtualbox.apiversion>
|
||||
<test.virtualbox.identity>administrator</test.virtualbox.identity>
|
||||
<test.virtualbox.credential>12345</test.virtualbox.credential>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>temporary</id>
|
||||
<url>https://github.com/jclouds/jclouds/raw/master/repo</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>sonatype-nexus-snapshots</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.jclouds</groupId>
|
||||
|
|
Loading…
Reference in New Issue