diff options
author | Julien Gouesse <[email protected]> | 2019-06-30 17:07:05 +0200 |
---|---|---|
committer | Julien Gouesse <[email protected]> | 2019-06-30 17:07:05 +0200 |
commit | d8c7f4fbd2c5511641a213dc83e3d832130845c1 (patch) | |
tree | 6ab15e5391980182f5eb9657454359c13aaddd93 /ardor3d-jinput | |
parent | 3518b5b86e4e4dafd1ae0139b96b6a107db21acd (diff) |
Replaces com.ardor3d by org.jogamp.ardor3d in the Maven group id
Diffstat (limited to 'ardor3d-jinput')
-rw-r--r-- | ardor3d-jinput/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ardor3d-jinput/pom.xml b/ardor3d-jinput/pom.xml index 48f7910..84c2073 100644 --- a/ardor3d-jinput/pom.xml +++ b/ardor3d-jinput/pom.xml @@ -1,7 +1,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>com.ardor3d</groupId> + <groupId>org.jogamp.ardor3d</groupId> <artifactId>ardor3d</artifactId> <relativePath>../pom.xml</relativePath> <version>1.0-SNAPSHOT</version> |