Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2024.06.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yagee-de committed Dec 18, 2024
1 parent f48e68b commit c8d0d9c
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 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-SNAPSHOT</version>
<version>2024.06.0</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-SNAPSHOT</version>
<version>2024.06.0</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-SNAPSHOT</version>
<version>2024.06.0</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-SNAPSHOT</version>
<version>2024.06.0</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-SNAPSHOT</version>
<version>2024.06.0</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-SNAPSHOT</version>
<version>2024.06.0</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-SNAPSHOT</version>
<version>2024.06.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>mir-wizard</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.mycore</groupId>
<artifactId>mycore-parent</artifactId>
<version>56-SNAPSHOT</version>
<version>56</version>
</parent>
<groupId>org.mycore.mir</groupId>
<artifactId>mir-parent</artifactId>
<version>2024.06.0-SNAPSHOT</version>
<version>2024.06.0</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>2024.06.x</tag>
<tag>v2024.06.0</tag>
</scm>
<properties>
<cargo.container.zipUrlInstaller.downloadDir>${settings.localRepository}/../cargo/containers</cargo.container.zipUrlInstaller.downloadDir>
Expand Down Expand Up @@ -65,7 +65,7 @@
<plugin>
<groupId>org.mycore.plugins</groupId>
<artifactId>solr-runner-maven-plugin</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<configuration>
<solrMirrorURL>${solr-runner.solrMirrorURL}</solrMirrorURL>
<solrVersionString>${solr-runner.solrVersionString}</solrVersionString>
Expand Down

0 comments on commit c8d0d9c

Please sign in to comment.