Updated jdom

This commit is contained in:
Patrick Gotthard 2015-02-07 09:48:08 +01:00
parent 3d525aa978
commit 0b9df0e84a

254
pom.xml
View file

@ -1,21 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<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/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId> <artifactId>rome-parent</artifactId>
<version>1.6.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>rome</artifactId> <artifactId>rome</artifactId>
<version>1.6.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>rome</name> <name>rome</name>
<description>All Roads Lead to ROME. ROME is a set of Atom/RSS Java utilities that make it <description>All Roads Lead to ROME. ROME is a set of Atom/RSS Java utilities that make it
easy to work in Java with most syndication formats. Today it accepts all flavors of RSS easy to work in Java with most syndication formats. Today it accepts all flavors of RSS
(0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0), Atom 0.3 and Atom 1.0 feeds. Rome includes (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0), Atom 0.3 and Atom 1.0 feeds. Rome includes
a set of parsers and generators for the various flavors of feeds, as well as converters a set of parsers and generators for the various flavors of feeds, as well as converters
@ -25,56 +25,56 @@
underlying format. underlying format.
</description> </description>
<url>http://rometools.github.io/rome/</url> <url>http://rometools.github.io/rome/</url>
<scm> <scm>
<connection>scm:git:ssh://github.com/rometools/rome.git</connection> <connection>scm:git:ssh://github.com/rometools/rome.git</connection>
<developerConnection>scm:git:ssh://git@github.com/rometools/rome.git</developerConnection> <developerConnection>scm:git:ssh://git@github.com/rometools/rome.git</developerConnection>
<url>https://github.com/rometools/rome</url> <url>https://github.com/rometools/rome</url>
</scm> </scm>
<developers> <developers>
<developer> <developer>
<name>Alejandro Abdelnur</name> <name>Alejandro Abdelnur</name>
<url>http://blog.sun.com/roller/page/tucu</url> <url>http://blog.sun.com/roller/page/tucu</url>
<timezone>0</timezone> <timezone>0</timezone>
</developer> </developer>
<developer> <developer>
<name>Dave Johnson</name> <name>Dave Johnson</name>
<url>http://rollerweblogger.org/roller</url> <url>http://rollerweblogger.org/roller</url>
<timezone>-5</timezone> <timezone>-5</timezone>
</developer> </developer>
<developer> <developer>
<name>Elaine Chien</name> <name>Elaine Chien</name>
<timezone>0</timezone> <timezone>0</timezone>
</developer> </developer>
<developer> <developer>
<name>Patrick Chanezon</name> <name>Patrick Chanezon</name>
<url>http://www.chanezon.com/pat/weblog</url> <url>http://www.chanezon.com/pat/weblog</url>
<timezone>-9</timezone> <timezone>-9</timezone>
</developer> </developer>
<developer> <developer>
<name>Patrick Gotthard</name> <name>Patrick Gotthard</name>
<url>http://www.patrick-gotthard.de</url> <url>http://www.patrick-gotthard.de</url>
<timezone>+1</timezone> <timezone>+1</timezone>
</developer> </developer>
<developer> <developer>
<name>Robert Cooper</name> <name>Robert Cooper</name>
<email>kebernet@gmail.com</email> <email>kebernet@gmail.com</email>
<url>http://www.screaming-penguin.com</url> <url>http://www.screaming-penguin.com</url>
<timezone>-4</timezone> <timezone>-4</timezone>
</developer> </developer>
<developer> <developer>
<id>farrukhnajmi</id> <id>farrukhnajmi</id>
<name>Farrukh Najmi</name> <name>Farrukh Najmi</name>
<url>http://www.wellfleetsoftware.com/farrukh</url> <url>http://www.wellfleetsoftware.com/farrukh</url>
</developer> </developer>
<developer> <developer>
<id>imk</id> <id>imk</id>
<name>Martin Kurz</name> <name>Martin Kurz</name>
<timezone>Europe/Berlin</timezone> <timezone>Europe/Berlin</timezone>
</developer> </developer>
</developers> </developers>
<repositories> <repositories>
<repository> <repository>
@ -89,73 +89,73 @@
</repository> </repository>
</repositories> </repositories>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<version>2.4</version> <version>2.4</version>
<configuration> <configuration>
<archive> <archive>
<manifest> <manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries> <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest> </manifest>
</archive> </archive>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId> <artifactId>maven-site-plugin</artifactId>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.maven.doxia</groupId> <groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId> <artifactId>doxia-module-markdown</artifactId>
<version>1.5</version> <version>1.5</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.maven.doxia</groupId> <groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-confluence</artifactId> <artifactId>doxia-module-confluence</artifactId>
<version>1.5</version> <version>1.5</version>
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </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>
<configuration> <configuration>
<scmBranch>gh-pages</scmBranch> <scmBranch>gh-pages</scmBranch>
<pubScmUrl>${project.scm.developerConnection}</pubScmUrl> <pubScmUrl>${project.scm.developerConnection}</pubScmUrl>
<content>${project.build.directory}/site</content> <content>${project.build.directory}/site</content>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-utils</artifactId> <artifactId>rome-utils</artifactId>
<version>1.6.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jdom</groupId> <groupId>org.jdom</groupId>
<artifactId>jdom</artifactId> <artifactId>jdom2</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId> <artifactId>slf4j-api</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>ch.qos.logback</groupId> <groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId> <artifactId>logback-classic</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>