Browse Source

Update maven.adoc

fixed spelling error in maven part
empirephoenix 9 years ago
parent
commit
212cf961fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/docs/asciidoc/jme3/maven.adoc

+ 1 - 1
src/docs/asciidoc/jme3/maven.adoc

@@ -191,7 +191,7 @@ dependencies {
       <scope>runtime</scope>
     </dependency>
     <dependency>
-      <groupId>${jm3_g}</groupId>
+      <groupId>${jme3_g}</groupId>
       <artifactId>jme3-lwjgl</artifactId>
       <version>${jme3_v}</version>
       <scope>runtime</scope>