]> juplo.de Git - hibernate-maven-plugin/commitdiff
Fixed the id of the distribution-site
authorKai Moritz <kai@juplo.de>
Tue, 7 Feb 2017 13:19:14 +0000 (14:19 +0100)
committerKai Moritz <kai@juplo.de>
Tue, 7 Feb 2017 13:29:02 +0000 (14:29 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index eaaa525b08d3a982fb4faef4c25e1f8e9c8369dc..a6521478acfde8fe1faf1ef364fa99dbc4da2ef5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
   <distributionManagement>
     <site>
-      <id>www.juplo.de</id>
+      <id>juplo.de</id>
       <url>scp://juplo.de/var/www/juplo/hibernate-maven-plugin-${project.version}</url>
     </site>
   </distributionManagement>