Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Commit e12ee5e

Browse files
committed
add mvnw, fix dep versions
1 parent 8fe5a01 commit e12ee5e

5 files changed

Lines changed: 324 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ bin/
1414
rebel.xml
1515
/javadoc/
1616

17+
!.mvn/wrapper/maven-wrapper.jar
18+
!**/src/main/**/target/
19+
!**/src/test/**/target/
20+
1721
### IntelliJ IDEA ###
1822
.idea
1923
*.iws

.mvn/wrapper/maven-wrapper.jar

57.4 KB
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip
2+
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar

mvnw

Lines changed: 316 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.github.XDean</groupId>
2525
<artifactId>auto-message</artifactId>
26-
<version>0.1.6-SNAPSHOT</version>
26+
<version>0.1.6</version>
2727
<scope>provided</scope>
2828
</dependency>
2929
<dependency>
@@ -99,6 +99,7 @@
9999
<plugin>
100100
<groupId>org.springframework.boot</groupId>
101101
<artifactId>spring-boot-maven-plugin</artifactId>
102+
<version>2.2.7.RELEASE</version>
102103
<configuration>
103104
<executable>true</executable>
104105
</configuration>

0 commit comments

Comments
 (0)