Skip to content

Commit

Permalink
[all] Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Filigran-Automation committed May 17, 2024
1 parent 6f9f521 commit 1309f6a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 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.0.1</version>
<version>1.0.2</version>
</parent>

<artifactId>openbas-api</artifactId>
Expand All @@ -31,22 +31,22 @@
<dependency>
<groupId>io.openbas</groupId>
<artifactId>openbas-injector-ovh</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>io.openbas</groupId>
<artifactId>openbas-injector-lade</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>io.openbas</groupId>
<artifactId>openbas-injector-mastodon</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>io.openbas</groupId>
<artifactId>openbas-collector-sentinel</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -56,7 +56,7 @@
<dependency>
<groupId>io.openbas</groupId>
<artifactId>openbas-framework</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.rabbitmq</groupId>
Expand Down
2 changes: 1 addition & 1 deletion openbas-collectors
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.0.1</version>
<version>1.0.2</version>
</parent>

<artifactId>openbas-framework</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>io.openbas</groupId>
<artifactId>openbas-model</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.rabbitmq</groupId>
Expand Down
2 changes: 1 addition & 1 deletion openbas-injectors
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.0.1</version>
<version>1.0.2</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.0.1</version>
<version>1.0.2</version>
<packaging>pom</packaging>

<name>OpenBAS platform</name>
Expand Down

0 comments on commit 1309f6a

Please sign in to comment.