Skip to content

Commit 1a0e76a

Browse files
committed
Fixed overlooked change of groupId in resource
1 parent aaa510f commit 1a0e76a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

core/src/main/java/org/jclouds/JcloudsVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
public class JcloudsVersion {
3535
@VisibleForTesting
36-
static final String VERSION_RESOURCE_FILE = "META-INF/maven/org.apache.jclouds/jclouds-core/pom.properties";
36+
static final String VERSION_RESOURCE_FILE = "META-INF/maven/com.github.felfert.jclouds/jclouds-core/pom.properties";
3737
private static final String VERSION_PROPERTY_NAME = "version";
3838

3939
/*

core/src/test/resources/META-INF/maven/org.apache.jclouds/jclouds-core/pom.properties renamed to core/src/test/resources/META-INF/maven/com.github.felfert.jclouds/jclouds-core/pom.properties

File renamed without changes.

0 commit comments

Comments
 (0)