Skip to content
This repository was archived by the owner on Nov 13, 2019. It is now read-only.

Commit 5424deb

Browse files
committed
[maven-release-plugin] prepare release dataconservancy-local-release-0.3
1 parent 4887365 commit 5424deb

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

pom.xml

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

75
<parent>
@@ -12,7 +10,7 @@
1210

1311
<groupId>org.dataconservancy.jasminb</groupId>
1412
<artifactId>jsonapi-converter</artifactId>
15-
<version>0.3-SNAPSHOT</version>
13+
<version>0.3</version>
1614

1715
<name>JSONAPI Converter</name>
1816
<description>JSONAPI-Converter is a library that provides means for integrating with services using JSON API specification. This is a custom fork of the converter which contains features not found in the mainline code.</description>
@@ -135,7 +133,7 @@
135133
<connection>scm:git:https://github.com/DataConservancy/jsonapi-converter.git</connection>
136134
<developerConnection>scm:git:https://github.com/DataConservancy/jsonapi-converter.git</developerConnection>
137135
<url>https://github.com/DataConservancy/jsonapi-converter</url>
138-
<tag>HEAD</tag>
136+
<tag>dataconservancy-local-release-0.3</tag>
139137
</scm>
140138

141139
<developers>

0 commit comments

Comments
 (0)