[LIB-9] Separate chesshog-core module
[chesshog.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 55e3409..4e23027 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   ~ limitations under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<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/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
+    <modules>
+        <module>chesshog-core</module>
+        <module>chesshog-format</module>
+        <module>chesshog-uci</module>
+        <module>chesshog-hedgefish</module>
+        <module>chesshog-dbetude</module>
+        <module>chesshog-qrcode</module>
+    </modules>
+
     <parent>
         <groupId>org.hedgecode.maven</groupId>
         <artifactId>lib-parent</artifactId>
     <groupId>org.hedgecode.chess</groupId>
     <artifactId>chesshog</artifactId>
     <version>0.1-SNAPSHOT</version>
-    <packaging>jar</packaging>
+    <packaging>pom</packaging>
 
-    <name>Hedgecode Chess</name>
+    <name>Hedgecode ChessHog</name>
     <description>
-        Hedgecode Chess.
+        Hedgecode ChessHog.
     </description>
     <inceptionYear>2018</inceptionYear>
 
-    <url>http://lib.hedgecode.org/${project.artifactId}/</url>
+    <url>https://lib.hedgecode.org/${project.artifactId}/</url>
 
     <scm>
         <connection>scm:svn:http://svn.hedgecode.org/lib/${project.artifactId}/trunk/</connection>
@@ -48,7 +58,7 @@
 
     <issueManagement>
         <system>JIRA</system>
-        <url>http://issues.hedgecode.org/browse/${issueKey}/component/${issueComponentId}</url>
+        <url>https://issues.hedgecode.org/browse/${issueKey}/component/${issueComponentId}</url>
     </issueManagement>
 
     <distributionManagement>