Skip to content

Commit

Permalink
Updating to 1.3 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
august782 committed Nov 15, 2024
1 parent fd450b9 commit 76fa1f5
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-SNAPSHOT</version>
<version>1.3</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-SNAPSHOT</version>
<version>1.3</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-SNAPSHOT</version>
<version>1.3</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-SNAPSHOT</version>
<version>1.3</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-SNAPSHOT</version>
<version>1.3</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-SNAPSHOT</version>
<version>1.3</version>
</parent>

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

0 comments on commit 76fa1f5

Please sign in to comment.