X Tutup
Skip to content

Commit fefbbcd

Browse files
committed
move parent pom to top + config Travis CI
1 parent 00b37df commit fefbbcd

File tree

11 files changed

+12
-9
lines changed

11 files changed

+12
-9
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: java
2+
jdk:
3+
- oraclejdk8

libraries/DirectX/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>com.nativelibs4java</groupId>
1313
<artifactId>nativelibs4java-parent</artifactId>
1414
<version>1.9</version>
15-
<relativePath>..</relativePath>
15+
<relativePath>../..</relativePath>
1616
</parent>
1717

1818
<dependencies>

libraries/FFMpeg/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>com.nativelibs4java</groupId>
1313
<artifactId>nativelibs4java-parent</artifactId>
1414
<version>1.9</version>
15-
<relativePath>..</relativePath>
15+
<relativePath>../..</relativePath>
1616
</parent>
1717

1818
<dependencies>

libraries/IdleTime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>com.nativelibs4java</groupId>
1414
<artifactId>nativelibs4java-parent</artifactId>
1515
<version>1.9</version>
16-
<relativePath>..</relativePath>
16+
<relativePath>../..</relativePath>
1717
</parent>
1818

1919
<dependencies>

libraries/InteropIntegration/VersionSpecificBridJ/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.nativelibs4java</groupId>
1212
<artifactId>nativelibs4java-parent</artifactId>
1313
<version>1.9</version>
14-
<relativePath>../..</relativePath>
14+
<relativePath>../../..</relativePath>
1515
</parent>
1616

1717
<dependencies>

libraries/InteropIntegration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.nativelibs4java</groupId>
1212
<artifactId>nativelibs4java-parent</artifactId>
1313
<version>1.9</version>
14-
<relativePath>..</relativePath>
14+
<relativePath>../..</relativePath>
1515
</parent>
1616

1717
<modules>

libraries/JarShrinker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<groupId>com.nativelibs4java</groupId>
1919
<artifactId>nativelibs4java-parent</artifactId>
2020
<version>1.9</version>
21-
<relativePath>..</relativePath>
21+
<relativePath>../..</relativePath>
2222
</parent>
2323

2424
</project>

libraries/Mono/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>com.nativelibs4java</groupId>
1414
<artifactId>nativelibs4java-parent</artifactId>
1515
<version>1.9</version>
16-
<relativePath>..</relativePath>
16+
<relativePath>../..</relativePath>
1717
</parent>
1818

1919
<modules>

libraries/PThread/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<groupId>com.nativelibs4java</groupId>
1616
<artifactId>nativelibs4java-parent</artifactId>
1717
<version>1.9</version>
18-
<relativePath>..</relativePath>
18+
<relativePath>../..</relativePath>
1919
</parent>
2020

2121
<dependencies>

libraries/Runtime/JNI/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<groupId>com.nativelibs4java</groupId>
1919
<artifactId>nativelibs4java-parent</artifactId>
2020
<version>1.9</version>
21-
<relativePath>..</relativePath>
21+
<relativePath>../..</relativePath>
2222
</parent>
2323

2424
<dependencies>

0 commit comments

Comments
 (0)
X Tutup