forked from nativelibs4java/JavaCL
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpom.xml
More file actions
20 lines (16 loc) · 665 Bytes
/
pom.xml
File metadata and controls
20 lines (16 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.nativelibs4java</groupId>
<artifactId>javacl-simple-tutorial</artifactId>
<packaging>jar</packaging>
<name>JavaCL Simple Tutorial Archetype</name>
<!--
mvn archetype:create -DarchetypeGroupId=com.nativelibs4java -DarchetypeArtifactId=javacl-simple-tutorial -DarchetypeVersion=1.0.0-RC1 -DremoteRepositories=http://oss.sonatype.org/content/groups/public -DgroupId=test -DartifactId=test3
-->
<parent>
<groupId>com.nativelibs4java</groupId>
<artifactId>javacl-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
</project>