Update documentation version to 1.1.0.Beta1 and skip deployment of the documentation pom.

This commit is contained in:
Andreas Gudian 2016-03-16 20:32:07 +01:00
parent 2b0f5ee3e8
commit ee2ff03c5b

View File

@ -67,7 +67,7 @@
<configuration>
<sourceHighlighter>coderay</sourceHighlighter>
<attributes>
<mapstructVersion>1.0.0.Final</mapstructVersion>
<mapstructVersion>1.1.0.Beta1</mapstructVersion>
<icons>font</icons>
</attributes>
</configuration>
@ -100,6 +100,13 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>