WIP:Ported app to Thymeleaf 3.0.x
[juplo-dialect] / pom.xml
diff --git a/pom.xml b/pom.xml
index 25050cc..4001361 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>
@@ -41,6 +41,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <java.version>1.8</java.version>
     <simple-mapper.version>1.0.0</simple-mapper.version>
+    <thymeleaf.version>3.0.3.RELEASE</thymeleaf.version>
   </properties>
 
 
@@ -53,7 +54,7 @@
 
     <!-- Needed to parse JSON -->
     <dependency>
-      <groupId>de.juplo.jackson</groupId>
+      <groupId>de.juplo</groupId>
       <artifactId>simple-mapper</artifactId>
       <version>${simple-mapper.version}</version>
     </dependency>
         <!-- Import dependency management from Spring Boot -->
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-dependencies</artifactId>
-        <version>1.3.6.RELEASE</version>
+        <version>1.5.1.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
     </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>