Skip to content

Commit 291e0f2

Browse files
authored
Merge pull request quarkusio#36309 from gsmet/mvnw-3.9.3
Use consistent versions of Maven for Maven wrapper and mvnd
2 parents 5889d37 + 916ba58 commit 291e0f2

File tree

4 files changed

+207
-305
lines changed

4 files changed

+207
-305
lines changed

.mvn/wrapper/MavenWrapperDownloader.java

Lines changed: 0 additions & 98 deletions
This file was deleted.

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.8/apache-maven-3.8.8-bin.zip
18-
distributionSha256Sum=2e181515ce8ae14b7a904c40bb4794831f5fd1d9641107a13b916af15af4001a
17+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.3/apache-maven-3.9.3-bin.zip
1918
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar

.sdkmanrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Enable auto-env through the sdkman_auto_env config
22
# Add key=value pairs of SDKs to use below
33
java=11.0.19-tem
4+
mvnd=1.0-m7-m39

0 commit comments

Comments
 (0)