|
@@ -11,6 +11,13 @@
|
|
|
|
|
|
<artifactId>GD4J</artifactId>
|
|
<artifactId>GD4J</artifactId>
|
|
|
|
|
|
|
|
+ <distributionManagement>
|
|
|
|
+ <repository>
|
|
|
|
+ <id>main-repo</id> <!-- Must match the id in settings.xml -->
|
|
|
|
+ <url>http://192.168.1.42:7071/releases</url>
|
|
|
|
+ </repository>
|
|
|
|
+ </distributionManagement>
|
|
|
|
+
|
|
<properties>
|
|
<properties>
|
|
<maven.compiler.source>21</maven.compiler.source>
|
|
<maven.compiler.source>21</maven.compiler.source>
|
|
<maven.compiler.target>21</maven.compiler.target>
|
|
<maven.compiler.target>21</maven.compiler.target>
|