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