mirror of https://github.com/apache/jclouds.git
JCLOUDS-52: Updating JcloudsVersion to search under org.apache.jclouds
Group ID changed from org.jclouds with JCLOUDS-15
This commit is contained in:
parent
60388a6ed5
commit
1a9f36823a
|
@ -37,7 +37,7 @@ import com.google.common.annotations.VisibleForTesting;
|
||||||
*/
|
*/
|
||||||
public class JcloudsVersion {
|
public class JcloudsVersion {
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
static final String VERSION_RESOURCE_FILE = "META-INF/maven/org.jclouds/jclouds-core/pom.properties";
|
static final String VERSION_RESOURCE_FILE = "META-INF/maven/org.apache.jclouds/jclouds-core/pom.properties";
|
||||||
private static final String VERSION_PROPERTY_NAME = "version";
|
private static final String VERSION_PROPERTY_NAME = "version";
|
||||||
|
|
||||||
// x.y.z or x.y.z-alpha.n or x.y.z-beta.n or x.y.z-rc.n or x.y.z-SNAPSHOT - see http://semver.org
|
// x.y.z or x.y.z-alpha.n or x.y.z-beta.n or x.y.z-rc.n or x.y.z-SNAPSHOT - see http://semver.org
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Dummy pom.properties file for testing
|
# Dummy pom.properties file for testing
|
||||||
version=0.0.0-SNAPSHOT
|
version=0.0.0-SNAPSHOT
|
||||||
groupId=org.jclouds
|
groupId=org.apache.jclouds
|
||||||
artifactId=jclouds-core
|
artifactId=jclouds-core
|
Loading…
Reference in New Issue