Skip to content

Commit 3eefcb1

Browse files
committed
[maven-release-plugin] prepare release 3.0.0
1 parent 9aa4644 commit 3eefcb1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
<?xml version="1.0"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>org.exist-db</groupId>
98
<artifactId>exist-apps-parent</artifactId>
109
<version>1.1</version>
11-
<relativePath/>
10+
<relativePath />
1211
</parent>
1312

1413
<groupId>org.exist-db</groupId>
1514
<artifactId>exist-documentation</artifactId>
16-
<version>3.0.0-SNAPSHOT</version>
15+
<version>3.0.0</version>
1716

1817
<name>eXist-db Documentation</name>
1918
<description>Documentation package for eXist-db</description>
@@ -37,7 +36,8 @@
3736
<url>https://www.github.com/exist-db/documentation.git</url>
3837
<connection>scm:git:https://www.github.com/exist-db/documentation.git</connection>
3938
<developerConnection>scm:git:https://www.github.com/exist-db/documentation.git</developerConnection>
40-
</scm>
39+
<tag>3.0.0</tag>
40+
</scm>
4141
<issueManagement>
4242
<system>GitHub</system>
4343
<url>https://github.com/eXist-db/documentation/issues</url>

0 commit comments

Comments
 (0)