Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksiiKuzminov committed Aug 14, 2024
1 parent 2b67798 commit 2cfa0f9
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 15 deletions.
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.5-SNAPSHOT</version>
<version>1.5.5</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.5-SNAPSHOT</version>
<version>1.5.5</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.5-SNAPSHOT</version>
<version>1.5.5</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.5-SNAPSHOT</version>
<version>1.5.5</version>
</parent>

<name>folio-integration-kong</name>
Expand Down
7 changes: 3 additions & 4 deletions folio-permission-utils/pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.folio</groupId>
<artifactId>applications-poc-tools</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.5</version>
</parent>

<artifactId>folio-permission-utils</artifactId>
<name>folio-permission-utils</name>
<description/>
<description />

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
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.5-SNAPSHOT</version>
<version>1.5.5</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.5-SNAPSHOT</version>
<version>1.5.5</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.5-SNAPSHOT</version>
<version>1.5.5</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.5-SNAPSHOT</version>
<version>1.5.5</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.5-SNAPSHOT</version>
<version>1.5.5</version>
</parent>

<artifactId>folio-tls-utils</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.5-SNAPSHOT</version>
<version>1.5.5</version>
<description>Library with general purpose classes to help with FOLIO backend development and testing</description>
<packaging>pom</packaging>

Expand Down Expand Up @@ -328,6 +328,6 @@
<url>https://github.com/folio-org/applications-poc-tools</url>
<connection>scm:git:git://github.com:folio-org/applications-poc-tools.git</connection>
<developerConnection>scm:git:[email protected]:folio-org/applications-poc-tools.git</developerConnection>
<tag>v1.2.0</tag>
<tag>v1.5.5</tag>
</scm>
</project>

0 comments on commit 2cfa0f9

Please sign in to comment.