Skip to content

Commit

Permalink
🔖 [maven-release-plugin] prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 2, 2024
1 parent 2fd5b75 commit 3442fe2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions oai-pmh-schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>de.muenchen.oss.oai</groupId>
<artifactId>oai-pmh-spring-boot-starter-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oai-pmh-schema</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>oai-pmh-spring-boot-starter :: oaipmhschema</name>
<url>https://github.com/it-at-m/oai-pmh-spring-boot-starter</url>
<description>OAI-PMH java classes for the Schema</description>
Expand Down Expand Up @@ -76,6 +76,6 @@
<url>https://github.com/it-at-m/oai-pmh-spring-boot-starter</url>
<connection>scm:git:https://github.com/it-at-m/oai-pmh-spring-boot-starter.git</connection>
<developerConnection>scm:git:https://github.com/it-at-m/oai-pmh-spring-boot-starter.git</developerConnection>
<tag>HEAD</tag>
<tag>2.0.0</tag>
</scm>
</project>
8 changes: 4 additions & 4 deletions oai-pmh-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>de.muenchen.oss.oai</groupId>
<artifactId>oai-pmh-spring-boot-starter-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oai-pmh-spring-boot-starter</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>oai-pmh-spring-boot-starter</name>
<url>https://github.com/it-at-m/oai-pmh-spring-boot-starter</url>
<description>Parent POM for OAI-PMH Spring Boot Starter</description>
Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>de.muenchen.oss.oai</groupId>
<artifactId>oai-pmh-schema</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>

</dependencies>
Expand Down Expand Up @@ -113,6 +113,6 @@
<url>https://github.com/it-at-m/oai-pmh-spring-boot-starter</url>
<connection>scm:git:https://github.com/it-at-m/oai-pmh-spring-boot-starter.git</connection>
<developerConnection>scm:git:https://github.com/it-at-m/oai-pmh-spring-boot-starter.git</developerConnection>
<tag>HEAD</tag>
<tag>2.0.0</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>de.muenchen.oss.oai</groupId>
<artifactId>oai-pmh-spring-boot-starter-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>oai-pmh-spring-boot-starter :: parent</name>
<url>https://github.com/it-at-m/oai-pmh-spring-boot-starter</url>
<description>OAI-PMH Spring Boot Starter</description>
Expand Down Expand Up @@ -410,6 +410,6 @@
<url>https://github.com/it-at-m/oai-pmh-spring-boot-starter</url>
<connection>scm:git:https://github.com/it-at-m/oai-pmh-spring-boot-starter.git</connection>
<developerConnection>scm:git:https://github.com/it-at-m/oai-pmh-spring-boot-starter.git</developerConnection>
<tag>HEAD</tag>
<tag>2.0.0</tag>
</scm>
</project>

0 comments on commit 3442fe2

Please sign in to comment.