Skip to content

Commit d40eb3e

Browse files
committed
[maven-release-plugin] prepare release 0.1.0
1 parent 3e507b5 commit d40eb3e

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.8</version>
11-
<relativePath/>
10+
<relativePath />
1211
</parent>
1312

1413
<groupId>com.fusiondb.studio</groupId>
1514
<artifactId>fusion-studio-api</artifactId>
16-
<version>1.0.0-SNAPSHOT</version>
15+
<version>0.1.0</version>
1716

1817
<name>Fusion Studio API</name>
1918
<description>API for Fusion Studio</description>
@@ -36,7 +35,8 @@
3635
<url>https://github.com/evolvedbinary/fusion-studio-api.git</url>
3736
<connection>scm:git:https://github.com/evolvedbinary/fusion-studio-api.git</connection>
3837
<developerConnection>scm:git:https://github.com/evolvedbinary/fusion-studio-api.git</developerConnection>
39-
</scm>
38+
<tag>0.1.0</tag>
39+
</scm>
4040

4141
<issueManagement>
4242
<system>GitHub</system>

0 commit comments

Comments
 (0)