Skip to content

Commit e259387

Browse files
committed
Maven fest
1 parent 45cb3cd commit e259387

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

libraries/Utils/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<artifactId>nativelibs4java-utils</artifactId>
77
<name>NativeLibs4Java Common Utilities</name>
88
<url>http://code.google.com/p/nativelibs4java/</url>
9-
<version>1.3</version>
9+
<version>1.4-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<parent>
13-
<groupId>com.nativelibs4java</groupId>
14-
<artifactId>opencl4java-parent</artifactId>
15-
<version>1.0-SNAPSHOT</version>
13+
<groupId>com.nativelibs4java</groupId>
14+
<artifactId>nativelibs4java-parent</artifactId>
15+
<version>1.6-SNAPSHOT</version>
1616
<relativePath>../Parent</relativePath>
1717
</parent>
1818

libraries/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@
1515
</parent>
1616

1717
<modules>
18+
<module>Parent</module>
1819
<module>jnaerator</module>
1920
<module>OpenCL</module>
2021
<module>OpenCL-JNA</module>
2122
<module>Mono</module>
2223
<module>DirectX</module>
2324
<module>PThread</module>
2425
<module>Runtime</module>
25-
<module>Parent</module>
26+
<module>Utils</module>
2627

2728
<!--<module>TestLibraries</module>-->
2829
</modules>

0 commit comments

Comments
 (0)