Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changed maven-site-plugin to 3.7.1
  • Loading branch information
cfries committed Jul 21, 2018
1 parent 083d85e commit df0a83b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>net.finmath</groupId>
<artifactId>finmath-lib-automaticdifferentiation-extensions</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>jar</packaging>

<name>finmath lib automatic differentiation extensions</name>
Expand Down Expand Up @@ -176,7 +176,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.6</version>
<version>3.7.1</version>
<dependencies>
<dependency>
<!-- add support for ssh/scp -->
Expand Down Expand Up @@ -368,6 +368,6 @@
<url>https://github.com/finmath/finmath-lib-automaticdifferentiation-extensions</url>
<connection>scm:git:https://github.com/finmath/finmath-lib-automaticdifferentiation-extensions.git</connection>
<developerConnection>scm:git:https://github.com/finmath/finmath-lib-automaticdifferentiation-extensions.git</developerConnection>
<tag>HEAD</tag>
<tag>finmath-lib-automaticdifferentiation-extensions-1.1.0</tag>
</scm>
</project>
</project>

0 comments on commit df0a83b

Please sign in to comment.