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>
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user