Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
Signed-off-by: Nicklas Körtge <nicklas.koertge1@ibm.com>
  • Loading branch information
n1ckl0sk0rtge committed Sep 19, 2024
1 parent 4aaf8b9 commit 278c13b
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.ibm</groupId>
<artifactId>sonar-cryptography</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.ibm</groupId>
<artifactId>sonar-cryptography</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>engine</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.ibm</groupId>
<artifactId>common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions enricher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.ibm</groupId>
<artifactId>sonar-cryptography</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>enricher</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.ibm</groupId>
<artifactId>mapper</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.ibm</groupId>
<artifactId>sonar-cryptography</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>java</artifactId>
Expand All @@ -21,12 +21,12 @@
<dependency>
<groupId>com.ibm</groupId>
<artifactId>engine</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>com.ibm</groupId>
<artifactId>output</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.sonarsource.java</groupId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>com.ibm</groupId>
<artifactId>enricher</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions mapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.ibm</groupId>
<artifactId>sonar-cryptography</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>mapper</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.ibm</groupId>
<artifactId>engine</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions output/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.ibm</groupId>
<artifactId>sonar-cryptography</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>output</artifactId>
Expand All @@ -26,13 +26,13 @@
<dependency>
<groupId>com.ibm</groupId>
<artifactId>mapper</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.ibm</groupId>
<artifactId>engine</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<module>sonar-cryptography-plugin</module>
</modules>

<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
<name>sonar-cryptography</name>
<organization>
<name>IBM</name>
Expand Down
8 changes: 4 additions & 4 deletions python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.ibm</groupId>
<artifactId>sonar-cryptography</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>python</artifactId>
Expand All @@ -21,17 +21,17 @@
<dependency>
<groupId>com.ibm</groupId>
<artifactId>engine</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>com.ibm</groupId>
<artifactId>output</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>com.ibm</groupId>
<artifactId>enricher</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions sonar-cryptography-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.ibm</groupId>
<artifactId>sonar-cryptography</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>sonar-cryptography-plugin</artifactId>
Expand All @@ -26,13 +26,13 @@
<dependency>
<groupId>com.ibm</groupId>
<artifactId>java</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.ibm</groupId>
<artifactId>python</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 278c13b

Please sign in to comment.