Skip to content

Commit

Permalink
chore: release sorald-api and sorald-parent (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
algomaster99 authored Oct 17, 2022
1 parent 573af47 commit 6c537e2
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.2-SNAPSHOT</version>
<version>0.0.2</version>
<packaging>pom</packaging>

<name>Sorald-parent</name>
Expand Down
4 changes: 2 additions & 2 deletions sorald-api/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.2-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>../</relativePath>
</parent>

<artifactId>sorald-api</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
<packaging>jar</packaging>
<name>Sorald-API</name>
<description>An automatic repair system for static code analysis warnings from Sonar Java.</description>
Expand Down
4 changes: 2 additions & 2 deletions sorald/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</version>
<version>0.0.2</version>
<relativePath>../</relativePath>
</parent>

Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>se.kth.castor</groupId>
<artifactId>sorald-api</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
<dependency>
<groupId>org.sonarsource.sonarlint.core</groupId>
Expand Down

0 comments on commit 6c537e2

Please sign in to comment.