Skip to content

Commit

Permalink
[ci skip] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
rwm committed Jul 3, 2023
1 parent aba44bd commit ff74c3e
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions broker-admin-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.aktin</groupId>
<artifactId>broker</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.aktin</groupId>
<artifactId>broker-admin</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.enterprise</groupId>
Expand All @@ -39,12 +39,12 @@
<dependency>
<groupId>org.aktin</groupId>
<artifactId>broker-auth-local</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.aktin</groupId>
<artifactId>broker-auth-openid</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>

</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions broker-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.aktin</groupId>
<artifactId>broker</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</parent>
<properties>
<jetty.version>9.4.51.v20230217</jetty.version>
Expand Down Expand Up @@ -80,26 +80,26 @@
<dependency>
<groupId>org.aktin</groupId>
<artifactId>broker-server</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.aktin</groupId>
<artifactId>broker-client</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<!-- authentication for testing -->
<dependency>
<groupId>org.aktin</groupId>
<artifactId>broker-auth-local</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.aktin</groupId>
<artifactId>broker-auth-openid</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion broker-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.aktin</groupId>
<artifactId>broker</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</parent>

<build>
Expand Down
6 changes: 3 additions & 3 deletions broker-auth-local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.aktin</groupId>
<artifactId>broker</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down Expand Up @@ -41,12 +41,12 @@
<dependency>
<groupId>org.aktin</groupId>
<artifactId>broker-api</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.aktin</groupId>
<artifactId>broker-server</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>

<!--
Expand Down
6 changes: 3 additions & 3 deletions broker-auth-openid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.aktin</groupId>
<artifactId>broker</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down Expand Up @@ -48,12 +48,12 @@
<dependency>
<groupId>org.aktin</groupId>
<artifactId>broker-api</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.aktin</groupId>
<artifactId>broker-client</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions broker-client-auth-keycloak/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.aktin</groupId>
<artifactId>broker</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</parent>

<properties>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.aktin</groupId>
<artifactId>broker-client</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
Expand Down
4 changes: 2 additions & 2 deletions broker-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.aktin</groupId>
<artifactId>broker</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</parent>

<properties>
Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>org.aktin</groupId>
<artifactId>broker-api</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>
<!-- jaxb implementation -->
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions broker-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.aktin</groupId>
<artifactId>broker</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</parent>
<properties>
<java.util.logging.config.file>src/test/resources/logging.properties</java.util.logging.config.file>
Expand Down Expand Up @@ -105,12 +105,12 @@
<dependency>
<groupId>org.aktin</groupId>
<artifactId>broker-api</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.aktin</groupId>
<artifactId>broker-client</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.aktin</groupId>
<artifactId>broker</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>

<name>AKTIN : Broker</name>
<description>AKTIN Search Broker</description>
Expand Down

0 comments on commit ff74c3e

Please sign in to comment.