Preparing release 1.5.0
Cleaned up POM
This commit is contained in:
parent
998ed44a07
commit
9f65c6bc92
1 changed files with 120 additions and 190 deletions
114
pom.xml
114
pom.xml
|
@ -4,26 +4,30 @@
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>org.sonatype.oss</groupId>
|
||||||
|
<artifactId>oss-parent</artifactId>
|
||||||
|
<version>9</version>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<groupId>com.rometools</groupId>
|
<groupId>com.rometools</groupId>
|
||||||
<artifactId>rome-fetcher</artifactId>
|
<artifactId>rome-fetcher</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>1.5.0-SNAPSHOT</version>
|
||||||
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>rome-fetcher</name>
|
<name>rome-fetcher</name>
|
||||||
|
|
||||||
<description>A well behaved feed fetcher API for ROME</description>
|
<description>A well behaved feed fetcher API for ROME</description>
|
||||||
|
|
||||||
<inceptionYear>2004</inceptionYear>
|
|
||||||
|
|
||||||
<url>http://rometools.github.io/rome-fetcher/</url>
|
<url>http://rometools.github.io/rome-fetcher/</url>
|
||||||
|
|
||||||
<organization>
|
<licenses>
|
||||||
<name>ROME Project</name>
|
<license>
|
||||||
<url>https://github.com/rometools/</url>
|
<name>The Apache Software License, Version 2.0</name>
|
||||||
</organization>
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||||
|
<distribution>repo</distribution>
|
||||||
<issueManagement>
|
</license>
|
||||||
<url>https://github.com/rometools/rome-fetcher/issues</url>
|
</licenses>
|
||||||
</issueManagement>
|
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:git@github.com:rometools/rome-fetcher.git</connection>
|
<connection>scm:git:git@github.com:rometools/rome-fetcher.git</connection>
|
||||||
|
@ -31,23 +35,15 @@
|
||||||
<url>https://github.com/rometools/rome-fetcher/</url>
|
<url>https://github.com/rometools/rome-fetcher/</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<licenses>
|
|
||||||
<license>
|
|
||||||
<name>Apache 2</name>
|
|
||||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
||||||
</license>
|
|
||||||
</licenses>
|
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
|
||||||
<id>kebernet</id>
|
|
||||||
<name>Robert Cooper</name>
|
|
||||||
<email>kebernet@gmail.comM</email>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
<developer>
|
||||||
<name>Nick Lothian</name>
|
<name>Nick Lothian</name>
|
||||||
<url>http://nicklothian.com</url>
|
<url>http://nicklothian.com</url>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<name>Robert Cooper</name>
|
||||||
|
<email>kebernet@gmail.comM</email>
|
||||||
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -55,24 +51,6 @@
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<distributionManagement>
|
|
||||||
<repository>
|
|
||||||
<id>central.staging</id>
|
|
||||||
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
|
|
||||||
</repository>
|
|
||||||
<snapshotRepository>
|
|
||||||
<id>sonatype.snapshots</id>
|
|
||||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
||||||
</snapshotRepository>
|
|
||||||
</distributionManagement>
|
|
||||||
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>sonatype.snapshots</id>
|
|
||||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -84,42 +62,13 @@
|
||||||
<target>1.6</target>
|
<target>1.6</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-source-plugin</artifactId>
|
|
||||||
<version>2.2.1</version>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<goals>
|
|
||||||
<goal>jar</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
|
||||||
<version>2.9.1</version>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<goals>
|
|
||||||
<goal>jar</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-site-plugin</artifactId>
|
|
||||||
<version>3.3</version>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-scm-publish-plugin</artifactId>
|
<artifactId>maven-scm-publish-plugin</artifactId>
|
||||||
<version>1.0-beta-2</version>
|
<version>1.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<scmBranch>gh-pages</scmBranch>
|
<scmBranch>gh-pages</scmBranch>
|
||||||
<pubScmUrl>scm:git:git@github.com:rometools/rome-fetcher.git</pubScmUrl>
|
<pubScmUrl>${project.scm.developerConnection}</pubScmUrl>
|
||||||
<content>${project.build.directory}/site</content>
|
<content>${project.build.directory}/site</content>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
@ -133,25 +82,6 @@
|
||||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||||
<version>2.7</version>
|
<version>2.7</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
|
||||||
<version>2.9.1</version>
|
|
||||||
<reportSets>
|
|
||||||
<reportSet>
|
|
||||||
<reports>
|
|
||||||
<report>javadoc</report>
|
|
||||||
</reports>
|
|
||||||
</reportSet>
|
|
||||||
<reportSet>
|
|
||||||
<id>aggregate</id>
|
|
||||||
<inherited>false</inherited>
|
|
||||||
<reports>
|
|
||||||
<report>aggregate</report>
|
|
||||||
</reports>
|
|
||||||
</reportSet>
|
|
||||||
</reportSets>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</reporting>
|
</reporting>
|
||||||
|
|
||||||
|
@ -159,7 +89,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.rometools</groupId>
|
<groupId>com.rometools</groupId>
|
||||||
<artifactId>rome</artifactId>
|
<artifactId>rome</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>1.5.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>xerces</groupId>
|
<groupId>xerces</groupId>
|
||||||
|
|
Loading…
Reference in a new issue