Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Sep 27, 2024
1 parent bd0004f commit 51eb123
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To add this project as a dependency to your project, add the following to your p
<dependency>
<groupId>com.github.Despical</groupId>
<artifactId>CommandFramework</artifactId>
<version>1.5.1</version>
<version>1.5.11</version>
</dependency>
```

Expand All @@ -46,7 +46,7 @@ repositories {
```
```groovy
dependencies {
implementation 'com.github.Despical:CommandFramework:1.5.1'
implementation 'com.github.Despical:CommandFramework:1.5.11'
}
```

Expand Down
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.despical</groupId>
<artifactId>command-framework</artifactId>
<version>1.5.1</version>
<version>1.5.11</version>

<name>Command Framework</name>
<inceptionYear>2020</inceptionYear>
Expand Down Expand Up @@ -150,8 +150,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<configuration>
<skipTests>true</skipTests> <!-- JitPack can not detect JDK version for testing -->
<skip>true</skip> <!-- JitPack can not detect JDK version for testing -->
<systemPropertyVariables>
<java.version>17</java.version>
</systemPropertyVariables>
Expand Down

0 comments on commit 51eb123

Please sign in to comment.