Skip to content

Commit 1c87cdb

Browse files
committed
update version
Signed-off-by: Nicklas Körtge <nicklas.koertge1@ibm.com>
1 parent 14a4a0f commit 1c87cdb

File tree

10 files changed

+26
-26
lines changed

10 files changed

+26
-26
lines changed

common/pom.xml

+1-1
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.4</version>
1010
</parent>
1111

1212
<artifactId>common</artifactId>

engine/pom.xml

+2-2
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.4</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.4</version>
2424
<scope>compile</scope>
2525
</dependency>
2626
</dependencies>

enricher/pom.xml

+2-2
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.4</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.4</version>
2525
<scope>compile</scope>
2626
</dependency>
2727
</dependencies>

java/pom.xml

+5-5
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.4</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.4</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.4</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.4</version>
4141
<scope>compile</scope>
4242
</dependency>
4343
<dependency>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.ibm</groupId>
5757
<artifactId>rules</artifactId>
58-
<version>2.0.0-SNAPSHOT</version>
58+
<version>1.3.4</version>
5959
<scope>compile</scope>
6060
</dependency>
6161
</dependencies>

mapper/pom.xml

+2-2
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.4</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.4</version>
2424
</dependency>
2525
</dependencies>
2626

output/pom.xml

+3-3
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.4</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.4</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.4</version>
3636
<scope>compile</scope>
3737
</dependency>
3838
</dependencies>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<module>rules</module>
2121
</modules>
2222

23-
<version>2.0.0-SNAPSHOT</version>
23+
<version>1.3.4</version>
2424
<name>sonar-cryptography</name>
2525
<organization>
2626
<name>IBM</name>

python/pom.xml

+5-5
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.4</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.4</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.4</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.4</version>
3535
</dependency>
3636

3737
<dependency>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.ibm</groupId>
4545
<artifactId>rules</artifactId>
46-
<version>2.0.0-SNAPSHOT</version>
46+
<version>1.3.4</version>
4747
<scope>compile</scope>
4848
</dependency>
4949
</dependencies>

rules/pom.xml

+2-2
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.4</version>
1010
</parent>
1111

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

sonar-cryptography-plugin/pom.xml

+3-3
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.4</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.4</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.4</version>
3636
<scope>compile</scope>
3737
</dependency>
3838
</dependencies>

0 commit comments

Comments
 (0)