Skip to content

Commit dc90deb

Browse files
committed
pom fest: update scm + deps
1 parent eabf518 commit dc90deb

File tree

5 files changed

+28
-26
lines changed

5 files changed

+28
-26
lines changed

Core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL
3636
<dependency>
3737
<groupId>org.jogamp.gluegen</groupId>
3838
<artifactId>gluegen-rt-main</artifactId>
39-
<version>2.0.2-rc12</version>
39+
<version>2.3.0</version>
4040
<scope>test</scope>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.jogamp.jogl</groupId>
4444
<artifactId>jogl-all-main</artifactId>
45-
<version>2.0.2-rc12</version>
45+
<version>2.3.0</version>
4646
<scope>test</scope>
4747
</dependency>
4848
</dependencies>

JavaCL/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL
7272
<plugin>
7373
<groupId>org.apache.felix</groupId>
7474
<artifactId>maven-bundle-plugin</artifactId>
75-
<version>2.3.7</version>
75+
<version>2.5.3</version>
7676
<extensions>true</extensions>
7777
<configuration>
7878
<instructions>

MavenPlugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>org.apache.maven</groupId>
2828
<artifactId>maven-plugin-api</artifactId>
29-
<version>3.0.3</version>
29+
<version>3.3.1</version>
3030
</dependency>
3131

3232
<dependency>

Tutorials/DFT/pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
<artifactId>commons-math</artifactId>
2525
<version>2.2</version>
2626
</dependency>
27-
<dependency>
28-
<groupId>org.scala-lang</groupId>
29-
<artifactId>scala-library</artifactId>
30-
</dependency>
3127
</dependencies>
3228

3329
<build>
@@ -36,26 +32,12 @@
3632
<groupId>com.nativelibs4java</groupId>
3733
<artifactId>maven-javacl-plugin</artifactId>
3834
</plugin>
39-
<plugin>
40-
<groupId>net.alchim31.maven</groupId>
41-
<artifactId>scala-maven-plugin</artifactId>
42-
</plugin>
4335
<plugin>
4436
<groupId>org.apache.maven.plugins</groupId>
4537
<artifactId>maven-shade-plugin</artifactId>
4638
</plugin>
4739
</plugins>
4840
</build>
49-
50-
<reporting>
51-
<plugins>
52-
<plugin>
53-
<groupId>net.alchim31.maven</groupId>
54-
<artifactId>scala-maven-plugin</artifactId>
55-
</plugin>
56-
</plugins>
57-
</reporting>
58-
5941
</project>
6042

6143

pom.xml

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,30 @@
1212
<parent>
1313
<groupId>com.nativelibs4java</groupId>
1414
<artifactId>nativelibs4java-parent</artifactId>
15-
<version>1.9</version>
16-
<relativePath>..</relativePath>
15+
<version>1.9-SNAPSHOT</version>
16+
<relativePath>../nativelibs4java/libraries</relativePath>
1717
</parent>
18-
18+
19+
<dependencies>
20+
<dependency>
21+
<groupId>junit</groupId>
22+
<artifactId>junit</artifactId>
23+
<version>4.12</version>
24+
<scope>test</scope>
25+
</dependency>
26+
</dependencies>
27+
28+
<properties>
29+
<bridj.version>0.7.1-SNAPSHOT</bridj.version>
30+
<jnaerator.version>0.13-SNAPSHOT</jnaerator.version>
31+
</properties>
32+
33+
<scm>
34+
<connection>scm:git:git@github.com:nativelibs4java/JavaCL.git</connection>
35+
<developerConnection>scm:git:git@github.com:nativelibs4java/JavaCL.git</developerConnection>
36+
<url>http://github.com/nativelibs4java/JavaCL</url>
37+
</scm>
38+
1939
<modules>
2040
<module>LibCL</module>
2141
<module>InteractiveImageDemo</module>
@@ -109,7 +129,7 @@
109129
<dependency>
110130
<groupId>com.nativelibs4java</groupId>
111131
<artifactId>jnaerator</artifactId>
112-
<version>${jnaerator.version}</version>
132+
<version>${jnaerator.version}</version>
113133
</dependency>
114134

115135
</dependencies>

0 commit comments

Comments
 (0)