[LIB-9] Modify ChessQRCodeWriterTest
[chesshog.git] / chesshog-dbetude / pom.xml
index 8a9e3f0..bbf054e 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-  ~ Copyright (c) 2018. Developed by Hedgecode.
+  ~ Copyright (c) 2018-2019. Developed by Hedgecode.
   ~
   ~ Licensed under the Apache License, Version 2.0 (the "License");
   ~ you may not use this file except in compliance with the License.
     <version>0.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
-    <name>Hedgecode ChessHog DB Engine Module</name>
+    <name>Hedgecode ChessHog DB Etude</name>
     <description>
-        Hedgecode ChessHog DB Engine Module.
+        Hedgecode ChessHog DB Etude Module.
     </description>
 
     <properties>
-        <chessHogVersion>0.1-SNAPSHOT</chessHogVersion>
         <hibernateCoreVersion>5.3.7.Final</hibernateCoreVersion>
         <hibernateJpaApiVersion>1.0.1.Final</hibernateJpaApiVersion>
         <mysqlVersion>8.0.13</mysqlVersion>
     <dependencies>
         <dependency>
             <groupId>org.hedgecode.chess</groupId>
-            <artifactId>chesshog</artifactId>
-            <version>${chessHogVersion}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.hedgecode.chess</groupId>
             <artifactId>chesshog-core</artifactId>
             <version>${chessHogVersion}</version>
         </dependency>