forked from pool/dom4j
This commit is contained in:
parent
4f4b26de0d
commit
ae0dd12ba8
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/dom4j/dom4j.git</param>
|
<param name="url">https://github.com/dom4j/dom4j.git</param>
|
||||||
<param name="revision">version-2.0.3</param>
|
<param name="revision">version-2.1.4</param>
|
||||||
<param name="match-tag">version-*</param>
|
<param name="match-tag">version-*</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">version-(.*)</param>
|
<param name="versionrewrite-pattern">version-(.*)</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2befe87fb264f5f04fa420414d5b35d2d3bc90937312078142021210e2633c12
|
|
||||||
size 396540
|
|
@ -1,77 +1,77 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
<!-- This module was also published with a richer model, Gradle metadata, -->
|
<!-- This module was also published with a richer model, Gradle metadata, -->
|
||||||
<!-- which should be used instead. Do not delete the following line which -->
|
<!-- which should be used instead. Do not delete the following line which -->
|
||||||
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
|
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
|
||||||
<!-- that they should prefer consuming it instead. -->
|
<!-- that they should prefer consuming it instead. -->
|
||||||
<!-- do_not_remove: published-with-gradle-metadata -->
|
<!-- do_not_remove: published-with-gradle-metadata -->
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.dom4j</groupId>
|
<groupId>org.dom4j</groupId>
|
||||||
<artifactId>dom4j</artifactId>
|
<artifactId>dom4j</artifactId>
|
||||||
<version>2.0.3</version>
|
<version>2.1.4</version>
|
||||||
<name>dom4j</name>
|
<name>dom4j</name>
|
||||||
<description>flexible XML framework for Java</description>
|
<description>flexible XML framework for Java</description>
|
||||||
<url>http://dom4j.github.io/</url>
|
<url>http://dom4j.github.io/</url>
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>BSD 3-clause New License</name>
|
<name>Plexus</name>
|
||||||
<url>https://github.com/dom4j/dom4j/blob/master/LICENSE</url>
|
<url>https://github.com/dom4j/dom4j/blob/master/LICENSE</url>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<name>Filip Jirsák</name>
|
<name>Filip Jirsák</name>
|
||||||
<email>filip@jirsak.org</email>
|
<email>filip@jirsak.org</email>
|
||||||
<url>https://github.com/FilipJirsak</url>
|
<url>https://github.com/FilipJirsak</url>
|
||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:git@github.com:dom4j/dom4j.git</connection>
|
<connection>scm:git:git@github.com:dom4j/dom4j.git</connection>
|
||||||
<developerConnection>scm:git:git@github.com:dom4j/dom4j.git</developerConnection>
|
<developerConnection>scm:git:git@github.com:dom4j/dom4j.git</developerConnection>
|
||||||
<url>git@github.com:dom4j/dom4j.git</url>
|
<url>git@github.com:dom4j/dom4j.git</url>
|
||||||
</scm>
|
</scm>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>jaxen</groupId>
|
<groupId>jaxen</groupId>
|
||||||
<artifactId>jaxen</artifactId>
|
<artifactId>jaxen</artifactId>
|
||||||
<version>1.1.6</version>
|
<version>1.1.6</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.xml.stream</groupId>
|
<groupId>javax.xml.stream</groupId>
|
||||||
<artifactId>stax-api</artifactId>
|
<artifactId>stax-api</artifactId>
|
||||||
<version>1.0-2</version>
|
<version>1.0-2</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.java.dev.msv</groupId>
|
<groupId>net.java.dev.msv</groupId>
|
||||||
<artifactId>xsdlib</artifactId>
|
<artifactId>xsdlib</artifactId>
|
||||||
<version>2013.6.1</version>
|
<version>2013.6.1</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.xml.bind</groupId>
|
<groupId>javax.xml.bind</groupId>
|
||||||
<artifactId>jaxb-api</artifactId>
|
<artifactId>jaxb-api</artifactId>
|
||||||
<version>2.2.12</version>
|
<version>2.2.12</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>pull-parser</groupId>
|
<groupId>pull-parser</groupId>
|
||||||
<artifactId>pull-parser</artifactId>
|
<artifactId>pull-parser</artifactId>
|
||||||
<version>2</version>
|
<version>2.1.10</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>xpp3</groupId>
|
<groupId>xpp3</groupId>
|
||||||
<artifactId>xpp3</artifactId>
|
<artifactId>xpp3</artifactId>
|
||||||
<version>1.1.4c</version>
|
<version>1.1.4c</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
BIN
dom4j-2.1.4.tar.xz
(Stored with Git LFS)
Normal file
BIN
dom4j-2.1.4.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<property name="project.groupId" value="org.dom4j"/>
|
<property name="project.groupId" value="org.dom4j"/>
|
||||||
<property name="project.artifactId" value="dom4j"/>
|
<property name="project.artifactId" value="dom4j"/>
|
||||||
<property name="project.version" value="2.0.3"/>
|
<property name="project.version" value="2.1.4"/>
|
||||||
|
|
||||||
<property name="compiler.source" value="1.8"/>
|
<property name="compiler.source" value="1.8"/>
|
||||||
<property name="compiler.target" value="${compiler.source}"/>
|
<property name="compiler.target" value="${compiler.source}"/>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dom4j
|
Name: dom4j
|
||||||
Version: 2.0.3
|
Version: 2.1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Open Source XML framework for Java
|
Summary: Open Source XML framework for Java
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user