diff --git a/pom.xml b/pom.xml index 7155cc4057c2f27ceabdfc637decf418b306b234..59f0ffa542d590a5cd7be0e2eb2267ae58899074 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>net.sourceforge.teetime-stages</groupId> <artifactId>teetime-stages</artifactId> - <version>1.1.1</version> + <version>1.2-SNAPSHOT</version> <packaging>jar</packaging> <name>TeeTime-Stages</name> @@ -68,7 +68,7 @@ <dependency> <groupId>net.sourceforge.teetime</groupId> <artifactId>teetime</artifactId> - <version>1.1.1</version> + <version>1.2-SNAPSHOT</version> </dependency> <dependency> <groupId>net.kieker-monitoring</groupId> @@ -266,37 +266,7 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>3.3</version> - <dependencies> - <!-- for using markdown syntax --> - <dependency> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-module-markdown</artifactId> - <version>1.3</version> - </dependency> - <!-- add support for ssh/scp --> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-ssh</artifactId> - <version>1.0</version> - </dependency> - <!-- skin --> - <dependency> - <groupId>lt.velykis.maven.skins</groupId> - <artifactId>reflow-velocity-tools</artifactId> - <version>1.1.1</version> - </dependency> - <!-- Reflow skin requires Velocity >= 1.7 --> - <dependency> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity</artifactId> - <version>1.7</version> - </dependency> - </dependencies> - </plugin> + <!-- Copyright Header --> <plugin> @@ -386,4 +356,6 @@ </profiles> <inceptionYear>2015</inceptionYear> + <url>http://teetime.sourceforge.org</url> + <description>Kieker specific stages for the TeeTime framework</description> </project>