Skip to content

Commit 278c13b

Browse files
committed
update version
Signed-off-by: Nicklas Körtge <nicklas.koertge1@ibm.com>
1 parent 4aaf8b9 commit 278c13b

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
lines changed

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.ibm</groupId>
88
<artifactId>sonar-cryptography</artifactId>
9-
<version>2.0.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111

1212
<artifactId>common</artifactId>

engine/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.ibm</groupId>
88
<artifactId>sonar-cryptography</artifactId>
9-
<version>2.0.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111

1212
<artifactId>engine</artifactId>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.ibm</groupId>
2222
<artifactId>common</artifactId>
23-
<version>2.0.0-SNAPSHOT</version>
23+
<version>1.3.0</version>
2424
<scope>compile</scope>
2525
</dependency>
2626
</dependencies>

enricher/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.ibm</groupId>
88
<artifactId>sonar-cryptography</artifactId>
9-
<version>2.0.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111

1212
<artifactId>enricher</artifactId>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>com.ibm</groupId>
2323
<artifactId>mapper</artifactId>
24-
<version>2.0.0-SNAPSHOT</version>
24+
<version>1.3.0</version>
2525
<scope>compile</scope>
2626
</dependency>
2727
</dependencies>

java/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.ibm</groupId>
88
<artifactId>sonar-cryptography</artifactId>
9-
<version>2.0.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111

1212
<artifactId>java</artifactId>
@@ -21,12 +21,12 @@
2121
<dependency>
2222
<groupId>com.ibm</groupId>
2323
<artifactId>engine</artifactId>
24-
<version>2.0.0-SNAPSHOT</version>
24+
<version>1.3.0</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>com.ibm</groupId>
2828
<artifactId>output</artifactId>
29-
<version>2.0.0-SNAPSHOT</version>
29+
<version>1.3.0</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.sonarsource.java</groupId>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.ibm</groupId>
3939
<artifactId>enricher</artifactId>
40-
<version>2.0.0-SNAPSHOT</version>
40+
<version>1.3.0</version>
4141
<scope>compile</scope>
4242
</dependency>
4343
<dependency>

mapper/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.ibm</groupId>
88
<artifactId>sonar-cryptography</artifactId>
9-
<version>2.0.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111

1212
<artifactId>mapper</artifactId>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.ibm</groupId>
2222
<artifactId>engine</artifactId>
23-
<version>2.0.0-SNAPSHOT</version>
23+
<version>1.3.0</version>
2424
</dependency>
2525
</dependencies>
2626

output/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.ibm</groupId>
88
<artifactId>sonar-cryptography</artifactId>
9-
<version>2.0.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111

1212
<artifactId>output</artifactId>
@@ -26,13 +26,13 @@
2626
<dependency>
2727
<groupId>com.ibm</groupId>
2828
<artifactId>mapper</artifactId>
29-
<version>2.0.0-SNAPSHOT</version>
29+
<version>1.3.0</version>
3030
<scope>compile</scope>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.ibm</groupId>
3434
<artifactId>engine</artifactId>
35-
<version>2.0.0-SNAPSHOT</version>
35+
<version>1.3.0</version>
3636
<scope>compile</scope>
3737
</dependency>
3838
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<module>sonar-cryptography-plugin</module>
2020
</modules>
2121

22-
<version>2.0.0-SNAPSHOT</version>
22+
<version>1.3.0</version>
2323
<name>sonar-cryptography</name>
2424
<organization>
2525
<name>IBM</name>

python/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.ibm</groupId>
88
<artifactId>sonar-cryptography</artifactId>
9-
<version>2.0.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111

1212
<artifactId>python</artifactId>
@@ -21,17 +21,17 @@
2121
<dependency>
2222
<groupId>com.ibm</groupId>
2323
<artifactId>engine</artifactId>
24-
<version>2.0.0-SNAPSHOT</version>
24+
<version>1.3.0</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>com.ibm</groupId>
2828
<artifactId>output</artifactId>
29-
<version>2.0.0-SNAPSHOT</version>
29+
<version>1.3.0</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>com.ibm</groupId>
3333
<artifactId>enricher</artifactId>
34-
<version>2.0.0-SNAPSHOT</version>
34+
<version>1.3.0</version>
3535
</dependency>
3636

3737
<dependency>

sonar-cryptography-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.ibm</groupId>
88
<artifactId>sonar-cryptography</artifactId>
9-
<version>2.0.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111

1212
<artifactId>sonar-cryptography-plugin</artifactId>
@@ -26,13 +26,13 @@
2626
<dependency>
2727
<groupId>com.ibm</groupId>
2828
<artifactId>java</artifactId>
29-
<version>2.0.0-SNAPSHOT</version>
29+
<version>1.3.0</version>
3030
<scope>compile</scope>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.ibm</groupId>
3434
<artifactId>python</artifactId>
35-
<version>2.0.0-SNAPSHOT</version>
35+
<version>1.3.0</version>
3636
<scope>compile</scope>
3737
</dependency>
3838
</dependencies>

0 commit comments

Comments
 (0)