Update location for searching for the version

This commit is contained in:
Jason van Zyl 2015-04-03 00:55:27 -04:00 committed by rfscholte
parent f129f913b4
commit 8d82d0e0fb
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ private static File wrapperJar() {
static String wrapperVersion() {
try {
InputStream resourceAsStream = MavenWrapperMain.class.getResourceAsStream("/META-INF/maven/org.apache.maven/maven-wapper/pom.properties");
InputStream resourceAsStream = MavenWrapperMain.class.getResourceAsStream("/META-INF/maven/io.takari/maven-wapper/pom.properties");
if (resourceAsStream == null) {
throw new RuntimeException("No maven properties found.");
}