Skip to content

Commit

Permalink
[all] Release 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Filigran-Automation committed Oct 15, 2024
1 parent 07a7dc2 commit 90d8f85
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions openbas-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.openbas</groupId>
<artifactId>openbas-platform</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
</parent>

<artifactId>openbas-api</artifactId>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>io.openbas</groupId>
<artifactId>openbas-framework</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
</dependency>
<dependency>
<groupId>com.rabbitmq</groupId>
Expand Down
4 changes: 2 additions & 2 deletions openbas-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.openbas</groupId>
<artifactId>openbas-platform</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
</parent>

<artifactId>openbas-framework</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>io.openbas</groupId>
<artifactId>openbas-model</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
</dependency>
<dependency>
<groupId>com.rabbitmq</groupId>
Expand Down
2 changes: 1 addition & 1 deletion openbas-front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openbas-front",
"version": "1.7.2",
"version": "1.7.3",
"private": true,
"main": "src/index.tsx",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion openbas-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.openbas</groupId>
<artifactId>openbas-platform</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
</parent>

<artifactId>openbas-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.openbas</groupId>
<artifactId>openbas-platform</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
<packaging>pom</packaging>

<name>OpenBAS platform</name>
Expand Down

0 comments on commit 90d8f85

Please sign in to comment.