Skip to content

Commit

Permalink
Bump parent from 70 to 72
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Dec 11, 2022
1 parent a9ac8d2 commit 46385c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ For publishing the site do the following:

```
cd target/checkout
mvn verify site site:stage scm-publish:publish-scm
mvn site
mvn scm-publish:publish-scm
```
28 changes: 6 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mojo-parent</artifactId>
<version>70</version>
<version>72</version>
</parent>

<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -198,25 +198,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
<id>enforce-java</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireJavaVersion>
<version>${mojo.java.target}</version>
</requireJavaVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
Expand All @@ -237,13 +218,16 @@
</executions>
</plugin>
<plugin>
<!-- multi module project - stage site -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<executions>
<execution>
<inherited>false</inherited>
<id>default-site</id>
<phase>site</phase>
<goals>
<goal>attach-descriptor</goal>
<goal>site</goal>
<goal>stage</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 46385c6

Please sign in to comment.