diff --git a/dsBase/pom.xml b/dsBase/pom.xml index 0758a8d3..cdd49620 100644 --- a/dsBase/pom.xml +++ b/dsBase/pom.xml @@ -6,7 +6,7 @@ dsBase 1.0 - dsideal + com.dsideal dsProject 1.0 diff --git a/dsBuild/pom.xml b/dsBuild/pom.xml index 928586f2..d6181c86 100644 --- a/dsBuild/pom.xml +++ b/dsBuild/pom.xml @@ -6,7 +6,7 @@ dsBuild 1.0 - dsideal + com.dsideal dsProject 1.0 diff --git a/dsGw/pom.xml b/dsGw/pom.xml index 824ba30c..7a2b432c 100644 --- a/dsGw/pom.xml +++ b/dsGw/pom.xml @@ -2,7 +2,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - dsideal + com.dsideal dsProject 1.0 diff --git a/dsPay/pom.xml b/dsPay/pom.xml index 7fb5ad66..4da211e2 100644 --- a/dsPay/pom.xml +++ b/dsPay/pom.xml @@ -4,7 +4,7 @@ dsPay 1.0 - dsideal + com.dsideal dsProject 1.0 diff --git a/dsRes/pom.xml b/dsRes/pom.xml index 1646cd33..e3d1d259 100644 --- a/dsRes/pom.xml +++ b/dsRes/pom.xml @@ -6,7 +6,7 @@ dsRes 1.0 - dsideal + com.dsideal dsProject 1.0 diff --git a/dsUtils/pom.xml b/dsUtils/pom.xml new file mode 100644 index 00000000..e22811fb --- /dev/null +++ b/dsUtils/pom.xml @@ -0,0 +1,42 @@ + + 4.0.0 + dsUtils + 1.0 + + com.dsideal + dsProject + 1.0 + + + + UTF-8 + 21 + 21 + + + + + + + + + src/main/resources + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + 21 + 21 + UTF-8 + + -parameters + + + + + diff --git a/pom.xml b/pom.xml index 2303d696..a6cf91a8 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 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"> 4.0.0 - dsideal + com.dsideal dsProject 1.0 pom @@ -13,6 +13,7 @@ dsBuild dsRes dsPay + dsUtils