Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
yagee-de committed Dec 18, 2024
1 parent c8d0d9c commit eb2061a
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion mir-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mycore.mir</groupId>
<artifactId>mir-parent</artifactId>
<version>2024.06.0</version>
<version>2024.06.1-SNAPSHOT</version>
</parent>
<artifactId>mir-cli</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mir-common-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mycore.mir</groupId>
<artifactId>mir-parent</artifactId>
<version>2024.06.0</version>
<version>2024.06.1-SNAPSHOT</version>
</parent>
<artifactId>mir-common-resources</artifactId>
<name>MIR: Common Resources</name>
Expand Down
2 changes: 1 addition & 1 deletion mir-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mycore.mir</groupId>
<artifactId>mir-parent</artifactId>
<version>2024.06.0</version>
<version>2024.06.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>mir-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mir-layout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mycore.mir</groupId>
<artifactId>mir-parent</artifactId>
<version>2024.06.0</version>
<version>2024.06.1-SNAPSHOT</version>
</parent>
<artifactId>mir-layout</artifactId>
<name>MIR: Layout</name>
Expand Down
2 changes: 1 addition & 1 deletion mir-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mycore.mir</groupId>
<artifactId>mir-parent</artifactId>
<version>2024.06.0</version>
<version>2024.06.1-SNAPSHOT</version>
</parent>
<artifactId>mir-module</artifactId>
<name>MIR: Application Module</name>
Expand Down
2 changes: 1 addition & 1 deletion mir-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mycore.mir</groupId>
<artifactId>mir-parent</artifactId>
<version>2024.06.0</version>
<version>2024.06.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>mir-webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mir-wizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mycore.mir</groupId>
<artifactId>mir-parent</artifactId>
<version>2024.06.0</version>
<version>2024.06.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>mir-wizard</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.mycore.mir</groupId>
<artifactId>mir-parent</artifactId>
<version>2024.06.0</version>
<version>2024.06.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>MIR</name>
<description>MyCoRe/MODS Institutional Repository</description>
Expand All @@ -22,7 +22,7 @@
<connection>scm:git:https://github.com/MyCoRe-Org/mir.git</connection>
<developerConnection>scm:git:https://github.com/MyCoRe-Org/mir.git</developerConnection>
<url>https://github.com/MyCoRe-Org/mir/tree/main</url>
<tag>v2024.06.0</tag>
<tag>2024.06.x</tag>
</scm>
<properties>
<cargo.container.zipUrlInstaller.downloadDir>${settings.localRepository}/../cargo/containers</cargo.container.zipUrlInstaller.downloadDir>
Expand All @@ -37,13 +37,13 @@
<cargo.tomcat.ajp.port>8292</cargo.tomcat.ajp.port>
<cargo.tomcat.connector.maxHttpHeaderSize>8192</cargo.tomcat.connector.maxHttpHeaderSize>
<cargo.version>1.10.15</cargo.version>
<changelog.since>2024-06-14</changelog.since>
<changelog.since>2024-12-18</changelog.since>
<!-- until snapshot matches released version (required for 'mvn changes:changes-check') -->
<changes.version>2024.06.0</changes.version>
<changes.version>2024.06.1</changes.version>
<java.target.version>21</java.target.version>
<jetty.version>12.0.14</jetty.version>
<maven.compiler.arg>-Werror</maven.compiler.arg>
<mycore.version>2024.06.0</mycore.version>
<mycore.version>2024.06.1-SNAPSHOT</mycore.version>
<pmd.failOnViolation>true</pmd.failOnViolation>
<pmd.version>7.7.0</pmd.version>
<selenium.version>4.23.0</selenium.version>
Expand Down

0 comments on commit eb2061a

Please sign in to comment.