Skip to content

Commit

Permalink
[maven-release-plugin] prepare branch REL-5.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
vprodigitaal committed Aug 30, 2024
1 parent 898d624 commit 3a252f0
Show file tree
Hide file tree
Showing 25 changed files with 28 additions and 28 deletions.
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>nl.vpro.shared</groupId>
<artifactId>vpro-shared-parent</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>vpro-shared-parent</name>
Expand Down Expand Up @@ -116,7 +116,7 @@
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>https://github.com/vpro/vpro-shared</url>
<tag>HEAD</tag>
<tag>REL-5.3-SNAPSHOT</tag>
</scm>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions vpro-shared-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>
<artifactId>vpro-shared-bom</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -43,7 +43,7 @@
<connection>scm:git:git://[email protected]/vpro/vpro-shared.git</connection>
<developerConnection>scm:git:[email protected]:vpro/vpro-shared.git</developerConnection>
<url>https://github.com/vpro/vpro-shared</url>
<tag>HEAD</tag>
<tag>REL-5.3-SNAPSHOT</tag>
</scm>


Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-client-resteasy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>
<artifactId>vpro-shared-client-resteasy</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>
<artifactId>vpro-shared-configuration</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-elasticsearch-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>

<artifactId>vpro-shared-elasticsearch-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-elasticsearch-high-level-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>

<artifactId>vpro-shared-elasticsearch-high-level-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>

<artifactId>vpro-shared-elasticsearch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>

<artifactId>vpro-shared-guice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-hibernate-search6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>

<artifactId>vpro-shared-hibernate-search6</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>

<artifactId>vpro-shared-hibernate</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-i18n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>
<artifactId>vpro-shared-i18n</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-jackson2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>

<artifactId>vpro-shared-jackson2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-jcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>

<artifactId>vpro-shared-jcache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-log4j2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>

<artifactId>vpro-shared-log4j2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>

<artifactId>vpro-shared-logging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-monitoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-parent</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>
<artifactId>vpro-shared-monitoring</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>

<artifactId>vpro-shared-persistence</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-rs-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>
<artifactId>vpro-shared-rs-client</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-rs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>
<artifactId>vpro-shared-rs</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions vpro-shared-swagger3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>
<artifactId>vpro-shared-swagger3</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>

<properties>
<swagger.ui.version>5.17.14</swagger.ui.version>
Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>
<artifactId>vpro-shared-test</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>

<artifactId>vpro-shared-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>

<artifactId>vpro-shared-validation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-parent</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>
<artifactId>vpro-shared-web</artifactId>
<description>This modules contains web utils and classes to be shared among other modules.</description>
Expand Down
2 changes: 1 addition & 1 deletion vpro-shared-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vpro-shared-parent</artifactId>
<groupId>nl.vpro.shared</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
</parent>

<artifactId>vpro-shared-xml</artifactId>
Expand Down

0 comments on commit 3a252f0

Please sign in to comment.