Skip to content

Commit

Permalink
Release 1.5.7 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
yauhen-vavilkin authored Sep 24, 2024
1 parent ccd93ed commit 813c200
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 14 deletions.
5 changes: 2 additions & 3 deletions folio-auth-openid/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.folio</groupId>
<artifactId>applications-poc-tools</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.8-SNAPSHOT</version>
</parent>

<name>folio-auth-openid</name>
Expand Down
2 changes: 1 addition & 1 deletion folio-backend-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>applications-poc-tools</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.8-SNAPSHOT</version>
</parent>

<name>folio-backend-common</name>
Expand Down
2 changes: 1 addition & 1 deletion folio-backend-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>applications-poc-tools</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.8-SNAPSHOT</version>
</parent>

<name>folio-backend-testing</name>
Expand Down
2 changes: 1 addition & 1 deletion folio-integration-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>applications-poc-tools</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.8-SNAPSHOT</version>
</parent>

<name>folio-integration-kafka</name>
Expand Down
2 changes: 1 addition & 1 deletion folio-integration-kong/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>applications-poc-tools</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.8-SNAPSHOT</version>
</parent>

<name>folio-integration-kong</name>
Expand Down
2 changes: 1 addition & 1 deletion folio-permission-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>applications-poc-tools</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.8-SNAPSHOT</version>
</parent>

<artifactId>folio-permission-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion folio-secret-store/folio-secret-store-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>folio-secret-store</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.8-SNAPSHOT</version>
</parent>

<name>folio-secret-store-common</name>
Expand Down
2 changes: 1 addition & 1 deletion folio-secret-store/folio-secret-store-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>folio-secret-store</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.8-SNAPSHOT</version>
</parent>

<name>folio-secret-store-starter</name>
Expand Down
2 changes: 1 addition & 1 deletion folio-secret-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>applications-poc-tools</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.8-SNAPSHOT</version>
</parent>

<name>folio-secret-store</name>
Expand Down
2 changes: 1 addition & 1 deletion folio-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>applications-poc-tools</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.8-SNAPSHOT</version>
</parent>

<name>folio-security</name>
Expand Down
2 changes: 1 addition & 1 deletion folio-tls-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>applications-poc-tools</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.8-SNAPSHOT</version>
</parent>

<artifactId>folio-tls-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>applications-poc-tools</name>
<groupId>org.folio</groupId>
<artifactId>applications-poc-tools</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.8-SNAPSHOT</version>
<description>Library with general purpose classes to help with FOLIO backend development and testing</description>
<packaging>pom</packaging>

Expand Down

0 comments on commit 813c200

Please sign in to comment.