mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Update documentation version to 1.1.0.Beta1 and skip deployment of the documentation pom.
This commit is contained in:
parent
2b0f5ee3e8
commit
ee2ff03c5b
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user