Skip to content

Commit

Permalink
update pom scope + version
Browse files Browse the repository at this point in the history
  • Loading branch information
c-eg committed Apr 10, 2023
1 parent 3824946 commit e6d7117
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>ShowRenamer</name>
<groupId>uk.co.conoregan.show-renamer</groupId>
<artifactId>show-renamer</artifactId>
<version>0.7.0-ALPHA</version>
<version>0.8.0-ALPHA</version>

<properties>
<maven.compiler.java.version>20</maven.compiler.java.version>
Expand Down Expand Up @@ -60,6 +60,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.2.0</version>
<scope>test</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-shade-plugin -->
Expand Down

0 comments on commit e6d7117

Please sign in to comment.