File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
test/resources/META-INF/maven/com.github.felfert.jclouds/jclouds-core Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333
3434public 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 /*
Original file line number Diff line number Diff line change 2121
2222# Dummy pom.properties file for testing
2323version =0.0.0-SNAPSHOT
24- groupId =org.apache .jclouds
24+ groupId =com.github.felfert .jclouds
2525artifactId =jclouds-core
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Implementation-Vendor: \
1414 jclouds
1515
1616Implementation-Vendor-Id: \
17- org.apache .jclouds
17+ com.github.felfert .jclouds
1818
1919Implementation-Version: \
2020 ${project.version}
@@ -27,4 +27,4 @@ X-Compile-Target-JDK: \
2727
2828Import-Package: \
2929 com.google.common.*;version="[27.1,30.1.0)", \
30- *
30+ *
You can’t perform that action at this time.
0 commit comments