Skip to content

Commit 3b7a4d8

Browse files
authored
Merge pull request #1129 from sepe81/feature/Upgrade-maven-to-3.9.9-and-wrapper-to-3.3.2
Upgrade maven to 3.9.9 and wrapper to 3.3.2
2 parents 085f50d + c8ab6ff commit 3b7a4d8

File tree

4 files changed

+325
-424
lines changed

4 files changed

+325
-424
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
*.bat eol=crlf
4+
*.cmd eol=crlf
5+
*.sh eol=lf

.mvn/wrapper/maven-wrapper.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
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.9.6/apache-maven-3.9.6-bin.zip
18-
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
17+
wrapperVersion=3.3.2
18+
distributionType=only-script
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip

0 commit comments

Comments
 (0)