Skip to content

Commit a16c3aa

Browse files
committed
Bump version
1 parent a243e45 commit a16c3aa

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To add this project as a dependency to your project, add the following to your p
3838
<dependency>
3939
<groupId>com.github.Despical</groupId>
4040
<artifactId>CommandFramework</artifactId>
41-
<version>1.4.1</version>
41+
<version>1.4.2</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
```
@@ -51,7 +51,7 @@ repositories {
5151
```
5252
```
5353
dependencies {
54-
implementation 'com.github.Despical:CommandFramework:1.4.1'
54+
implementation 'com.github.Despical:CommandFramework:1.4.2'
5555
}
5656
```
5757

pom.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>me.despical</groupId>
55
<artifactId>command-framework</artifactId>
6-
<version>1.4.1</version>
6+
<version>1.4.2</version>
77

88
<name>Command Framework</name>
99
<inceptionYear>2020</inceptionYear>
@@ -84,13 +84,6 @@
8484
</dependencies>
8585

8686
<build>
87-
<resources>
88-
<resource>
89-
<directory>src/main/resources</directory>
90-
<filtering>true</filtering>
91-
</resource>
92-
</resources>
93-
9487
<plugins>
9588
<plugin>
9689
<groupId>org.apache.maven.plugins</groupId>
@@ -163,5 +156,11 @@
163156
</configuration>
164157
</plugin>
165158
</plugins>
159+
<resources>
160+
<resource>
161+
<directory>src/main/resources</directory>
162+
<filtering>true</filtering>
163+
</resource>
164+
</resources>
166165
</build>
167166
</project>

0 commit comments

Comments
 (0)