Skip to content

Commit

Permalink
[maven-release-plugin] prepare release agrest-parent-5.0-M20
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Aug 31, 2024
1 parent 048b298 commit c82e153
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions agrest-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.agrest</groupId>
<artifactId>agrest-parent</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0-M20</version>
</parent>

<artifactId>agrest-annotations</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0-M20</version>
<packaging>jar</packaging>
<name>agrest-annotations: model annotations</name>
<description>
Expand Down
4 changes: 2 additions & 2 deletions agrest-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(e.g. "bootique-bom"). As a result have to duplicate certain distribution-related sections.
-->
<groupId>io.agrest</groupId>
<version>5.0-SNAPSHOT</version>
<version>5.0-M20</version>
<artifactId>agrest-bom</artifactId>
<packaging>pom</packaging>
<name>agrest-bom: Bill of Materials w/all public modules</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<connection>scm:git:https://github.com/agrestio/agrest</connection>
<developerConnection>scm:git:ssh://git@github.com/agrestio/agrest</developerConnection>
<url>https://github.com/agrestio/agrest</url>
<tag>agrest-parent-5.0.M4</tag>
<tag>agrest-parent-5.0-M20</tag>
</scm>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions agrest-cayenne/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.agrest</groupId>
<artifactId>agrest-parent</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0-M20</version>
</parent>

<artifactId>agrest-cayenne</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0-M20</version>
<name>agrest-cayenne: Cayenne backend for Agrest</name>
<description>Cayenne backend for Agrest</description>

Expand Down
4 changes: 2 additions & 2 deletions agrest-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.agrest</groupId>
<artifactId>agrest-parent</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0-M20</version>
</parent>

<artifactId>agrest-engine</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0-M20</version>
<name>agrest-engine: core server engine</name>
<description>Core Agrest server engine</description>

Expand Down
2 changes: 1 addition & 1 deletion agrest-java17-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.agrest</groupId>
<artifactId>agrest-parent</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0-M20</version>
</parent>

<artifactId>agrest-java17-tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions agrest-jaxrs2-openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.agrest</groupId>
<artifactId>agrest-parent</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0-M20</version>
</parent>

<artifactId>agrest-jaxrs2-openapi</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0-M20</version>
<name>agrest-jaxrs2-openapi: OpenAPI3/Swagger for JAX-RS 2 Agrest</name>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions agrest-jaxrs2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.agrest</groupId>
<artifactId>agrest-parent</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0-M20</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>agrest-jaxrs2</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0-M20</version>
<name>agrest-jaxrs2: JAX-RS 2 interface for Agrest</name>
<description>JAX-RS 2 interface for Agrest</description>

Expand Down
4 changes: 2 additions & 2 deletions agrest-jaxrs3-openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.agrest</groupId>
<artifactId>agrest-parent</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0-M20</version>
</parent>

<artifactId>agrest-jaxrs3-openapi</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0-M20</version>
<name>agrest-jaxrs3-openapi: OpenAPI3/Swagger for JAX-RS 3 Agrest</name>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions agrest-jaxrs3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.agrest</groupId>
<artifactId>agrest-parent</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0-M20</version>
</parent>

<artifactId>agrest-jaxrs3</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0-M20</version>
<name>agrest-jaxrs3: JAX-RS 3 interface for Agrest</name>
<description>JAX-RS 3 interface for Agrest</description>

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

<groupId>io.agrest</groupId>
<artifactId>agrest-parent</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0-M20</version>

<name>agrest: parent POM of all modules</name>
<description>Agrest is a Model-driven RESTful data services framework. This is the parent POM of all Agrest
Expand Down Expand Up @@ -68,7 +68,7 @@
<connection>scm:git:https://github.com/agrestio/agrest</connection>
<developerConnection>scm:git:ssh://git@github.com/agrestio/agrest</developerConnection>
<url>https://github.com/agrestio/agrest</url>
<tag>agrest-parent-5.0.M4</tag>
<tag>agrest-parent-5.0-M20</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit c82e153

Please sign in to comment.