Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash committed Oct 27, 2022
1 parent 956e464 commit b99baa5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -13,7 +9,7 @@
</parent>
<groupId>org.folio</groupId>
<artifactId>mod-calendar</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>
<name>mod-calendar</name>
<description>FOLIO calendar module for service point openings</description>
Expand All @@ -30,7 +26,7 @@
<developerConnection>
scm:git:[email protected]:folio-org/${project.artifactId}.git
</developerConnection>
<tag>HEAD</tag>
<tag>v2.0.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit b99baa5

Please sign in to comment.