Skip to content

Commit

Permalink
chore: prepare sorald-0.7.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
algomaster99 committed Oct 21, 2022
1 parent c67cbd8 commit 7f8d38e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sorald/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>sorald</artifactId>
<version>0.7.2-SNAPSHOT</version>
<version>0.7.2</version>
<packaging>maven-plugin</packaging>

<name>Sorald</name>
Expand Down Expand Up @@ -393,7 +393,7 @@
<connection>scm:git:https://github.com/SpoonLabs/sorald.git</connection>
<developerConnection>scm:git:ssh://github.com/SpoonLabs/sorald.git</developerConnection>
<url>https://github.com/SpoonLabs/sorald</url>
<tag>HEAD</tag>
<tag>sorald-0.7.2</tag>
</scm>

<distributionManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin>
<groupId>se.kth.castor</groupId>
<artifactId>sorald</artifactId>
<version>0.7.2-SNAPSHOT</version>
<version>0.7.2</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 7f8d38e

Please sign in to comment.