Skip to content

Commit

Permalink
Merge pull request #501 from naver/feature/bump-up-maven-wrapper
Browse files Browse the repository at this point in the history
Bump up maven wrapper to 3.6.3

Reviewed by : geunwoo
  • Loading branch information
songeunwoo authored Jan 30, 2020
2 parents feae918 + 366f406 commit 65da7f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.3.3/apache-maven-3.3.3-bin.zip
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,10 @@
<url>https://naver.github.io/ngrinder</url>
</organization>
<repositories>
<repository>
<id>maven-repo</id>
<name>Official Repository</name>
<url>http://repo1.maven.org/maven2</url>
</repository>
<repository>
<id>springsource-repo</id>
<name>SpringSource Repository</name>
<url>http://repo.springsource.org/release</url>
<url>https://repo.springsource.org/release</url>
</repository>
<repository>
<id>repository.jboss.org-public</id>
Expand All @@ -52,7 +47,7 @@
<repository>
<id>scm-manager.repo</id>
<name>scm-manager.repo</name>
<url>http://maven.scm-manager.org/nexus/content/repositories/releases</url>
<url>https://maven.scm-manager.org/nexus/content/repositories/releases</url>
</repository>
</repositories>

Expand Down

0 comments on commit 65da7f8

Please sign in to comment.