Skip to content

Commit

Permalink
Updating snapshot version number
Browse files Browse the repository at this point in the history
  • Loading branch information
august782 committed Nov 18, 2024
1 parent 76fa1f5 commit e7d1f24
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>edu.illinois.cs</groupId>
<artifactId>testrunner</artifactId>
<version>1.3</version>
<version>1.4-SNAPSHOT</version>

<modules>
<module>testrunner-core-plugin</module>
Expand Down
2 changes: 1 addition & 1 deletion testrunner-core-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>edu.illinois.cs</groupId>
<artifactId>testrunner</artifactId>
<version>1.3</version>
<version>1.4-SNAPSHOT</version>
</parent>

<artifactId>testrunner-core-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testrunner-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>edu.illinois.cs</groupId>
<artifactId>testrunner</artifactId>
<version>1.3</version>
<version>1.4-SNAPSHOT</version>
</parent>

<artifactId>testrunner-gradle-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testrunner-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>edu.illinois.cs</groupId>
<artifactId>testrunner</artifactId>
<version>1.3</version>
<version>1.4-SNAPSHOT</version>
</parent>

<artifactId>testrunner-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testrunner-running/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>edu.illinois.cs</groupId>
<artifactId>testrunner</artifactId>
<version>1.3</version>
<version>1.4-SNAPSHOT</version>
</parent>

<artifactId>testrunner-running</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testrunner-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>edu.illinois.cs</groupId>
<artifactId>testrunner</artifactId>
<version>1.3</version>
<version>1.4-SNAPSHOT</version>
</parent>

<artifactId>testrunner-testing</artifactId>
Expand Down

0 comments on commit e7d1f24

Please sign in to comment.