Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Aug 9, 2019
1 parent fcf4362 commit b9f463b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
<?xml version="1.0"?>
<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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-apps-parent</artifactId>
<version>1.9.0</version>
<relativePath/>
<relativePath />
</parent>

<groupId>org.exist-db.xquery</groupId>
<artifactId>semver-xq</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>

<name>semver.xq</name>
<description>XQuery Library for Parsing Semantic Versions</description>
Expand All @@ -36,7 +35,8 @@
<url>https://github.com/eXist-db/semver.xq.git</url>
<connection>scm:git:https://github.com/eXist-db/semver.xq.git</connection>
<developerConnection>scm:git:https://github.com/eXist-db/semver.xq.git</developerConnection>
</scm>
<tag>2.2.0</tag>
</scm>

<issueManagement>
<system>GitHub</system>
Expand Down

0 comments on commit b9f463b

Please sign in to comment.