Released version 1.1.0
[maven-thymeleaf-skin] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4fb9da7..73a51ad 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
   <groupId>de.juplo.maven</groupId>
   <artifactId>maven-thymeleaf-skin</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.1.0</version>
 
-  <name>Apache-Maven Thymeleaf-Skin</name>
-  <description>A maven skin, that renders the site as templates, that can be styled without restrictions with the help of thymeleaf.</description>
+  <name>Thymeleaf-Skin</name>
+  <description>A maven skin, that renders the site as thymeleaf-templates.</description>
   <url>http://juplo.de/maven-thymeleaf-skin/index.html</url>
 
   <scm>
     </developer>
   </developers>
 
+  <organization>
+    <name>juplo</name>
+    <url>http://juplo.de</url>
+  </organization>
+
+  <licenses>
+    <license>
+      <name>GNU Lesser General Public License, Version 3.0</name>
+      <url>http://www.gnu.org/licenses/lgpl-3.0.en.html</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
 
   <properties>
 
@@ -72,7 +85,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.5.1</version>
+        <version>3.9.1</version>
         <configuration>
           <siteDirectory>${project.build.directory}/filtered-site</siteDirectory>
         </configuration>
     </plugins>
   </build>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.9</version>
+        <configuration>
+          <linkOnly>true</linkOnly>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
 </project>