Skip to content

Commit 1bd9fc1

Browse files
[all] Release 1.15.2
1 parent bbb45e3 commit 1bd9fc1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

openbas-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.openbas</groupId>
88
<artifactId>openbas-platform</artifactId>
9-
<version>1.15.1</version>
9+
<version>1.15.2</version>
1010
</parent>
1111

1212
<artifactId>openbas-api</artifactId>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>io.openbas</groupId>
5050
<artifactId>openbas-framework</artifactId>
51-
<version>1.15.1</version>
51+
<version>1.15.2</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.rabbitmq</groupId>

openbas-framework/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.openbas</groupId>
88
<artifactId>openbas-platform</artifactId>
9-
<version>1.15.1</version>
9+
<version>1.15.2</version>
1010
</parent>
1111

1212
<artifactId>openbas-framework</artifactId>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>io.openbas</groupId>
1919
<artifactId>openbas-model</artifactId>
20-
<version>1.15.1</version>
20+
<version>1.15.2</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>com.rabbitmq</groupId>

openbas-front/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openbas-front",
3-
"version": "1.15.1",
3+
"version": "1.15.2",
44
"private": true,
55
"main": "src/index.tsx",
66
"license": "Apache-2.0",

openbas-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.openbas</groupId>
88
<artifactId>openbas-platform</artifactId>
9-
<version>1.15.1</version>
9+
<version>1.15.2</version>
1010
</parent>
1111

1212
<artifactId>openbas-model</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.openbas</groupId>
1313
<artifactId>openbas-platform</artifactId>
14-
<version>1.15.1</version>
14+
<version>1.15.2</version>
1515
<packaging>pom</packaging>
1616

1717
<name>OpenBAS platform</name>

0 commit comments

Comments
 (0)