Skip to content

Commit

Permalink
release version v0.5.31
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 2, 2024
1 parent 466bee3 commit a0bc3a1
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion autograder-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>autograder-parent</artifactId>
<groupId>de.firemage.autograder</groupId>
<version>0.5.30</version>
<version>0.5.31</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion autograder-cmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>autograder-parent</artifactId>
<groupId>de.firemage.autograder</groupId>
<version>0.5.30</version>
<version>0.5.31</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion autograder-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>autograder-parent</artifactId>
<groupId>de.firemage.autograder</groupId>
<version>0.5.30</version>
<version>0.5.31</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion autograder-event/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>autograder-parent</artifactId>
<groupId>de.firemage.autograder</groupId>
<version>0.5.30</version>
<version>0.5.31</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion autograder-executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>autograder-parent</artifactId>
<groupId>de.firemage.autograder</groupId>
<version>0.5.30</version>
<version>0.5.31</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion autograder-span/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>autograder-parent</artifactId>
<groupId>de.firemage.autograder</groupId>
<version>0.5.30</version>
<version>0.5.31</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion autograder-treeg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>autograder-parent</artifactId>
<groupId>de.firemage.autograder</groupId>
<version>0.5.30</version>
<version>0.5.31</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>de.firemage.autograder</groupId>
<artifactId>autograder-parent</artifactId>
<packaging>pom</packaging>
<version>0.5.30</version>
<version>0.5.31</version>
<name>Autograder</name>
<description>Automatic assessment of student code submissions</description>
<url>https://github.com/Feuermagier/autograder</url>
Expand Down Expand Up @@ -84,37 +84,37 @@
<dependency>
<groupId>de.firemage.autograder</groupId>
<artifactId>autograder-event</artifactId>
<version>0.5.30</version>
<version>0.5.31</version>
</dependency>
<dependency>
<groupId>de.firemage.autograder</groupId>
<artifactId>autograder-agent</artifactId>
<version>0.5.30</version>
<version>0.5.31</version>
</dependency>
<dependency>
<groupId>de.firemage.autograder</groupId>
<artifactId>autograder-executor</artifactId>
<version>0.5.30</version>
<version>0.5.31</version>
</dependency>
<dependency>
<groupId>de.firemage.autograder</groupId>
<artifactId>autograder-core</artifactId>
<version>0.5.30</version>
<version>0.5.31</version>
</dependency>
<dependency>
<groupId>de.firemage.autograder</groupId>
<artifactId>autograder-cmd</artifactId>
<version>0.5.30</version>
<version>0.5.31</version>
</dependency>
<dependency>
<groupId>de.firemage.autograder</groupId>
<artifactId>autograder-treeg</artifactId>
<version>0.5.30</version>
<version>0.5.31</version>
</dependency>
<dependency>
<groupId>de.firemage.autograder</groupId>
<artifactId>autograder-span</artifactId>
<version>0.5.30</version>
<version>0.5.31</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit a0bc3a1

Please sign in to comment.