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

Commit 4887365

Browse files
committed
Prepare pom for local release.
1 parent 5637e19 commit 4887365

1 file changed

Lines changed: 31 additions & 40 deletions

File tree

pom.xml

Lines changed: 31 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>com.github.jasminb</groupId>
7+
<parent>
8+
<groupId>org.dataconservancy</groupId>
9+
<artifactId>project-pom</artifactId>
10+
<version>8</version>
11+
</parent>
12+
13+
<groupId>org.dataconservancy.jasminb</groupId>
814
<artifactId>jsonapi-converter</artifactId>
915
<version>0.3-SNAPSHOT</version>
1016

1117
<name>JSONAPI Converter</name>
12-
<description>
13-
JSONAPI-Converter is a library that provides means for integrating with services using JSON API specification.
14-
</description>
18+
<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>
1519
<url>https://github.com/jasminb/jsonapi-converter</url>
1620

1721
<dependencies>
@@ -50,13 +54,6 @@
5054

5155
</dependencies>
5256

53-
<distributionManagement>
54-
<snapshotRepository>
55-
<id>ossrh</id>
56-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
57-
</snapshotRepository>
58-
</distributionManagement>
59-
6057
<build>
6158
<plugins>
6259
<plugin>
@@ -67,6 +64,24 @@
6764
<target>1.7</target>
6865
</configuration>
6966
</plugin>
67+
<plugin>
68+
<groupId>org.apache.maven.plugins</groupId>
69+
<artifactId>maven-javadoc-plugin</artifactId>
70+
<version>2.9.1</version>
71+
<configuration>
72+
<additionalparam>-Xdoclint:none</additionalparam>
73+
</configuration>
74+
</plugin>
75+
<plugin>
76+
<groupId>org.apache.maven.plugins</groupId>
77+
<artifactId>maven-release-plugin</artifactId>
78+
<version>2.5.3</version>
79+
</plugin>
80+
<plugin>
81+
<groupId>org.apache.maven.plugins</groupId>
82+
<artifactId>maven-deploy-plugin</artifactId>
83+
<version>2.8.2</version>
84+
</plugin>
7085
</plugins>
7186
</build>
7287

@@ -78,7 +93,7 @@
7893
<plugin>
7994
<groupId>org.apache.maven.plugins</groupId>
8095
<artifactId>maven-source-plugin</artifactId>
81-
<version>2.2.1</version>
96+
<version>3.0.1</version>
8297
<executions>
8398
<execution>
8499
<id>attach-sources</id>
@@ -104,31 +119,6 @@
104119
</execution>
105120
</executions>
106121
</plugin>
107-
<plugin>
108-
<groupId>org.sonatype.plugins</groupId>
109-
<artifactId>nexus-staging-maven-plugin</artifactId>
110-
<version>1.6.7</version>
111-
<extensions>true</extensions>
112-
<configuration>
113-
<serverId>ossrh</serverId>
114-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
115-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
116-
</configuration>
117-
</plugin>
118-
<plugin>
119-
<groupId>org.apache.maven.plugins</groupId>
120-
<artifactId>maven-gpg-plugin</artifactId>
121-
<version>1.5</version>
122-
<executions>
123-
<execution>
124-
<id>sign-artifacts</id>
125-
<phase>verify</phase>
126-
<goals>
127-
<goal>sign</goal>
128-
</goals>
129-
</execution>
130-
</executions>
131-
</plugin>
132122
</plugins>
133123
</build>
134124
</profile>
@@ -142,9 +132,10 @@
142132
</licenses>
143133

144134
<scm>
145-
<connection>scm:git:https://github.com/jasminb/jsonapi-converter</connection>
146-
<developerConnection>scm:git:ssh://git@github.com:jasminb/jsonapi-converter.git</developerConnection>
147-
<url>https://github.com/jasminb/jsonapi-converter</url>
135+
<connection>scm:git:https://github.com/DataConservancy/jsonapi-converter.git</connection>
136+
<developerConnection>scm:git:https://github.com/DataConservancy/jsonapi-converter.git</developerConnection>
137+
<url>https://github.com/DataConservancy/jsonapi-converter</url>
138+
<tag>HEAD</tag>
148139
</scm>
149140

150141
<developers>

0 commit comments

Comments
 (0)