Skip to content

Commit

Permalink
Merge pull request #16 from takari/updates
Browse files Browse the repository at this point in the history
Changes:
* wrapper to 3.9.6
* takari-lifecycle to 2.1.3
* surefire to 3.2.5
* compiler to 3.12.1
  • Loading branch information
cstamas authored Feb 9, 2024
2 parents d26d5e5 + 157883a commit 0bb9c06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
6 changes: 3 additions & 3 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.1.2</takari.lifecycleVersion>
<takari.lifecycleVersion>2.1.3</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.2.2</surefire.version>
<surefire.version>3.2.5</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 @@ -174,7 +174,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
<configuration>
<!-- disable accidental use, must use takari-lifecycle -->
<skip>true</skip>
Expand Down

0 comments on commit 0bb9c06

Please sign in to comment.