Skip to content

Commit

Permalink
chore: prepare release Sorald 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Aman Sharma <[email protected]>
  • Loading branch information
algomaster99 committed May 24, 2022
1 parent 2791603 commit 0d98f3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>se.kth.castor</groupId>
<artifactId>sorald-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>pom</packaging>

<name>Sorald-parent</name>
Expand Down
2 changes: 1 addition & 1 deletion sorald-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>se.kth.castor</groupId>
<artifactId>sorald-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions sorald/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>se.kth.castor</groupId>
<artifactId>sorald-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<relativePath>../</relativePath>
</parent>

<artifactId>sorald</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.5.0</version>

<name>Sorald</name>
<description>An automatic repair system for static code analysis warnings from Sonar Java.</description>
Expand Down Expand Up @@ -305,7 +305,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.5.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 0d98f3c

Please sign in to comment.