Released version 1.0.0 juplo-dialect-1.0.0
authorKai Moritz <kai@juplo.de>
Fri, 25 May 2018 13:02:31 +0000 (15:02 +0200)
committerKai Moritz <kai@juplo.de>
Fri, 25 May 2018 13:02:31 +0000 (15:02 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 25050cc..896f59a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
   <groupId>de.juplo.thymeleaf</groupId>
   <artifactId>juplo-dialect</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0.0</version>
 
   <name>Juplo Thymeleaf-Dialect</name>
   <description>A thymeleaf-dialect, that collects some usefull utils, missing in the thymeleaf-distribution</description>
     </dependencies>
   </dependencyManagement>
 
+  <distributionManagement>
+    <repository>
+      <id>juplo</id>
+      <name>Repository for internal artifacts on juplo.de</name>
+      <url>scpexe://juplo.de/var/www/juplo.de/maven2</url>
+    </repository>
+    <snapshotRepository>
+    </snapshotRepository>
+  </distributionManagement>
+
   <build>
     <plugins>
       <plugin>
         </plugin>
       </plugins>
     </pluginManagement>
+    <extensions>
+      <!-- Enabling the use of SSH -->
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+         <artifactId>wagon-ssh-external</artifactId>
+         <version>2.10</version>
+      </extension>
+    </extensions>
   </build>
 
   <reporting>