Skip to content

Commit

Permalink
Merge pull request #12 from takari/uppdate-pom
Browse files Browse the repository at this point in the history
Update POM w/ new plugins
  • Loading branch information
cstamas authored Mar 3, 2023
2 parents 8bf8591 + f863bb1 commit f536ceb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<takari.javaSourceVersion>11</takari.javaSourceVersion>
<takari.licenseHeader>http://takari.io/support/license-header.txt</takari.licenseHeader>
<!-- Use new format but leave old property as not to break anyone -->
<takari.lifecycleVersion>2.0.9</takari.lifecycleVersion>
<takari.lifecycleVersion>2.1.0</takari.lifecycleVersion>
<takari.sourceJar>true</takari.sourceJar>
<takari.testJar>false</takari.testJar>
<takari.compilerId>jdt</takari.compilerId>
Expand All @@ -95,7 +95,7 @@
<!-- Release -->
<takari.release.gpg.skip>false</takari.release.gpg.skip>

<surefire.version>3.0.0-M7</surefire.version>
<surefire.version>3.0.0-M8</surefire.version>

<!-- To make project Idea friendly (release used, rest left for sanity) -->
<maven.compiler.release>${takari.javaSourceVersion}</maven.compiler.release>
Expand Down Expand Up @@ -184,7 +184,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<configuration>
<!-- disable accidental use, must use takari-lifecycle -->
<skip>true</skip>
Expand All @@ -198,7 +198,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -213,7 +213,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<configuration>
<!-- disable accidental use, must use takari-lifecycle -->
<skip>true</skip>
Expand Down Expand Up @@ -265,12 +265,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M3</version>
<version>4.0.0-M4</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit f536ceb

Please sign in to comment.