Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkurash committed Dec 1, 2024
1 parent e426cbc commit d8562d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions mod-pubsub-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>mod-pubsub</artifactId>
<groupId>org.folio</groupId>
<version>2.15.2-SNAPSHOT</version>
<version>2.15.2</version>
</parent>

<properties>
Expand Down Expand Up @@ -185,7 +185,7 @@
<version>${folio-module-descriptor-validator.version}</version>
<executions>
<execution>
<phase/> <!-- skip execution, run in parent only -->
<phase /> <!-- skip execution, run in parent only -->
</execution>
</executions>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions mod-pubsub-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mod-pubsub</artifactId>
<groupId>org.folio</groupId>
<version>2.15.2-SNAPSHOT</version>
<version>2.15.2</version>
</parent>

<properties>
Expand Down Expand Up @@ -396,7 +396,7 @@
<version>${folio-module-descriptor-validator.version}</version>
<executions>
<execution>
<phase/> <!-- skip execution, run in parent only -->
<phase /> <!-- skip execution, run in parent only -->
</execution>
</executions>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.folio</groupId>
<artifactId>mod-pubsub</artifactId>
<version>2.15.2-SNAPSHOT</version>
<version>2.15.2</version>
<packaging>pom</packaging>

<licenses>
Expand Down Expand Up @@ -268,7 +268,7 @@
<url>https://github.com/folio-org/mod-pubsub</url>
<connection>scm:git:git://github.com/folio-org/mod-pubsub</connection>
<developerConnection>scm:git:[email protected]:folio-org/mod-pubsub.git</developerConnection>
<tag>HEAD</tag>
<tag>v2.15.2</tag>
</scm>

<repositories>
Expand Down

0 comments on commit d8562d0

Please sign in to comment.