<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>