lwjgl/maven/lwjgl-platform.pom

20 lines
675 B
Plaintext
Raw Normal View History

<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.lwjgl.lwjgl</groupId>
<artifactId>parent</artifactId>
<version>@VERSION@</version>
</parent>
<groupId>org.lwjgl.lwjgl</groupId>
<artifactId>lwjgl-platform</artifactId>
2011-10-15 16:18:01 -04:00
<packaging>pom</packaging>
<name>Lighweight Java Game Library - Platform</name>
<version>@VERSION@</version>
<description>Lighweight Java Game Library - Platform</description>
<url>http://lwjgl.org/</url>
<scm>
<url>http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/</url>
<connection>https://java-game-lib.svn.sourceforge.net/svnroot/java-game-lib </connection>
</scm>
</project>