mirror of
https://github.com/bmlong137/maven-tiles
synced 2025-09-10 14:11:08 +00:00
Updated dependencies and Maven 4 version
Change-Id: I394db6eb4ba2985d68ec98905e99411419046def
This commit is contained in:
2
.github/workflows/java8_m4.yml
vendored
2
.github/workflows/java8_m4.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
java-version: 8
|
||||
- name: Switch To Maven 4
|
||||
run: |
|
||||
echo "distributionUrl=https://dlcdn.apache.org/maven/maven-4/4.0.0-alpha-5/binaries/apache-maven-4.0.0-alpha-5-bin.zip" > .mvn/wrapper/maven-wrapper.properties
|
||||
echo "distributionUrl=https://dlcdn.apache.org/maven/maven-4/4.0.0-alpha-7/binaries/apache-maven-4.0.0-alpha-7-bin.zip" > .mvn/wrapper/maven-wrapper.properties
|
||||
echo "wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar" >> .mvn/wrapper/maven-wrapper.properties
|
||||
- name: Build with Maven
|
||||
run: ./mvnw --batch-mode --update-snapshots install -Prun-its
|
||||
|
4
pom.xml
4
pom.xml
@@ -50,7 +50,7 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<mavenVersion>3.8.4</mavenVersion>
|
||||
<groovyVersion>4.0.12</groovyVersion>
|
||||
<groovyVersion>4.0.14</groovyVersion>
|
||||
<repaint.release>dev</repaint.release>
|
||||
</properties>
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.plugin-tools</groupId>
|
||||
<artifactId>maven-plugin-annotations</artifactId>
|
||||
<version>3.8.2</version>
|
||||
<version>3.9.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
Reference in New Issue
Block a user