Skip to content

Commit 51eb123

Browse files
committed
Bump version
1 parent bd0004f commit 51eb123

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To add this project as a dependency to your project, add the following to your p
3434
<dependency>
3535
<groupId>com.github.Despical</groupId>
3636
<artifactId>CommandFramework</artifactId>
37-
<version>1.5.1</version>
37+
<version>1.5.11</version>
3838
</dependency>
3939
```
4040

@@ -46,7 +46,7 @@ repositories {
4646
```
4747
```groovy
4848
dependencies {
49-
implementation 'com.github.Despical:CommandFramework:1.5.1'
49+
implementation 'com.github.Despical:CommandFramework:1.5.11'
5050
}
5151
```
5252

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>me.despical</groupId>
66
<artifactId>command-framework</artifactId>
7-
<version>1.5.1</version>
7+
<version>1.5.11</version>
88

99
<name>Command Framework</name>
1010
<inceptionYear>2020</inceptionYear>
@@ -150,8 +150,6 @@
150150
<artifactId>maven-surefire-plugin</artifactId>
151151
<version>3.0.0-M7</version>
152152
<configuration>
153-
<skipTests>true</skipTests> <!-- JitPack can not detect JDK version for testing -->
154-
<skip>true</skip> <!-- JitPack can not detect JDK version for testing -->
155153
<systemPropertyVariables>
156154
<java.version>17</java.version>
157155
</systemPropertyVariables>

0 commit comments

Comments
 (0)