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
f88609d1dd
commit
7cf8d611af
|
@ -37,7 +37,7 @@ import com.google.common.annotations.VisibleForTesting;
|
|||
*/
|
||||
public class JcloudsVersion {
|
||||
@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";
|
||||
|
||||
// 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
|
||||
version=0.0.0-SNAPSHOT
|
||||
groupId=org.jclouds
|
||||
groupId=org.apache.jclouds
|
||||
artifactId=jclouds-core
|
Loading…
Reference in New Issue