OSDN Git Service

fixed maven parent pom dirs for freetype/bullet
authorbadlogic <badlogicgames@gmail.com>
Sun, 6 Oct 2013 14:23:40 +0000 (16:23 +0200)
committerbadlogic <badlogicgames@gmail.com>
Sun, 6 Oct 2013 14:23:40 +0000 (16:23 +0200)
extensions/gdx-bullet/jni/maven/pom.xml
extensions/gdx-freetype/jni/maven/pom.xml

index 3f7d060..9230c09 100644 (file)
@@ -5,7 +5,7 @@
         <groupId>com.badlogicgames.gdx</groupId>
         <artifactId>gdx-parent</artifactId>
         <version>0.9.9-SNAPSHOT</version>
-        <relativePath>../../..</relativePath>
+        <relativePath>../../../../</relativePath>
     </parent>
     
     <artifactId>gdx-bullet-platform</artifactId>
index 18da0b7..0a7a65d 100644 (file)
@@ -5,7 +5,7 @@
         <groupId>com.badlogicgames.gdx</groupId>
         <artifactId>gdx-parent</artifactId>
         <version>0.9.9-SNAPSHOT</version>
-        <relativePath>../../..</relativePath>
+        <relativePath>../../../../</relativePath>
     </parent>
     
     <artifactId>gdx-freetype-platform</artifactId>