Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BoyBACKS committed Mar 31, 2023
1 parent f08c5dd commit 213871d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.boybacks</groupId>
<artifactId>releaseschecker</artifactId>
<version>1.1</version>
<version>1.2.1</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down Expand Up @@ -35,7 +35,7 @@
<goal>shade</goal>
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<createDependencyReducedPom>true</createDependencyReducedPom>
</configuration>
</execution>
</executions>
Expand All @@ -61,7 +61,7 @@
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
<scope>provided</scope>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 213871d

Please sign in to comment.