Skip to content

Commit

Permalink
release version v0.5.40
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 18, 2024
1 parent 1f85b2d commit df68aeb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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.39</version>
<version>0.5.40</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.39</version>
<version>0.5.40</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.39</version>
<version>0.5.40</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.39</version>
<version>0.5.40</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
10 changes: 5 additions & 5 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.39</version>
<version>0.5.40</version>
<name>Autograder</name>
<description>Automatic assessment of student code submissions</description>
<url>https://github.com/Feuermagier/autograder</url>
Expand Down Expand Up @@ -77,22 +77,22 @@
<dependency>
<groupId>de.firemage.autograder</groupId>
<artifactId>autograder-core</artifactId>
<version>0.5.39</version>
<version>0.5.40</version>
</dependency>
<dependency>
<groupId>de.firemage.autograder</groupId>
<artifactId>autograder-cmd</artifactId>
<version>0.5.39</version>
<version>0.5.40</version>
</dependency>
<dependency>
<groupId>de.firemage.autograder</groupId>
<artifactId>autograder-treeg</artifactId>
<version>0.5.39</version>
<version>0.5.40</version>
</dependency>
<dependency>
<groupId>de.firemage.autograder</groupId>
<artifactId>autograder-span</artifactId>
<version>0.5.39</version>
<version>0.5.40</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit df68aeb

Please sign in to comment.