Skip to content

Commit

Permalink
Artifacts for eXist 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Jun 26, 2018
1 parent 66681c9 commit 8fc436f
Show file tree
Hide file tree
Showing 83 changed files with 1,849 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -13,7 +13,7 @@ To use the core of eXist in your Maven project, add the dollowing to the `depend
<dependency>
<groupId>org.exist-db</groupId>
<artifactId>exist-core</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
</dependency>
```

Expand Down Expand Up @@ -55,13 +55,13 @@ or if you want to produce a **SNAPSHOT** version:
or if you want to use a specific version name:

```bash
./update.sh --tag 3.5.0
./update.sh --tag 3.6.0
```

2. Migrate the last version of the POMs

```bash
./migrate-pom-versions.sh 3.4.1 3.5.0
./migrate-pom-versions.sh 3.5.0 3.6.0
```

3. Make any changes to the POM files that you need to make (e.g. updating dependency versions)
Expand All @@ -79,7 +79,7 @@ or if you want to use a specific version name:

6. If (5) passes then upload the Artifacts to the remote repo (optional):
```bash
./upload.sh 3.5.0
./upload.sh 3.6.0
```

or if you want to install locally (perhaps because you built a snapshot):
Expand All @@ -96,7 +96,7 @@ or if you want to install locally (perhaps because you built a snapshot):

```bash
git add README.md
git add **3.5.0**
git add **3.6.0**
git commit
git push
```
Expand Down
Binary file not shown.
@@ -0,0 +1 @@
e622eebfea39c4428e1a1aba36c3eb98a7a0baa2
@@ -0,0 +1,44 @@
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>3.6.0</version>
<relativePath>../existdb-parent</relativePath>
</parent>

<artifactId>exist-contentextraction</artifactId>
<packaging>jar</packaging>

<name>exist-contentextraction</name>
<description>eXist NoSQL Database Content Extraction Module</description>

<scm>
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>3.6.0</tag>
</scm>

<dependencies>
<dependency>
<groupId>org.exist-db</groupId>
<artifactId>exist-core</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</dependency>

<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
<version>1.12</version>
</dependency>

</dependencies>

</project>
@@ -0,0 +1 @@
d6ac0e289e7cd37a61a1936e9cab62f0215f6dcb
Binary file not shown.
1 change: 1 addition & 0 deletions org/exist-db/exist-core/3.6.0/exist-core-3.6.0.jar.sha1
@@ -0,0 +1 @@
01a9ffac1023522403f3f170eb5767869db2529b
302 changes: 302 additions & 0 deletions org/exist-db/exist-core/3.6.0/exist-core-3.6.0.pom
@@ -0,0 +1,302 @@
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>3.6.0</version>
<relativePath>../existdb-parent</relativePath>
</parent>

<artifactId>exist-core</artifactId>
<packaging>jar</packaging>

<name>exist-core</name>
<description>eXist NoSQL Database Core</description>

<scm>
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>3.6.0</tag>
</scm>

<dependencies>
<dependency>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
</dependency>

<dependency>
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.1</version>
</dependency>

<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>2.5.5</version>
</dependency>

<dependency>
<groupId>org.jctools</groupId>
<artifactId>jctools-core</artifactId>
<version>2.1.1</version>
</dependency>

<dependency>
<groupId>com.github.krukow</groupId>
<artifactId>clj-ds</artifactId>
<version>0.0.4</version>
</dependency>

<dependency>
<groupId>com.siemens.ct.exi</groupId>
<artifactId>exificient</artifactId>
</dependency>

<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>59.1</version>
</dependency>

<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>

<dependency>
<groupId>org.exist-db.thirdparty.com.thaiopensource</groupId>
<artifactId>jing</artifactId>
<version>20151127</version>
<exclusions>
<exclusion> <!-- conflicts with xerces 2.11.0 dependency on xml-apis version 1.3.6.04 -->
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion> <!-- conflicts -->
<groupId>net.sf.saxon</groupId>
<artifactId>saxon</artifactId>
</exclusion>
<exclusion> <!-- conflicts -->
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.gnu</groupId>
<artifactId>gnu-crypto</artifactId>
<version>2.0.1</version>
</dependency>

<dependency>
<groupId>com.evolvedbinary.j8fu</groupId>
<artifactId>j8fu</artifactId>
</dependency>

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.exist-db.thirdparty.javax.xml.xquery</groupId>
<artifactId>xqjapi</artifactId>
<version>1.0-fr</version>
</dependency>

<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>0.9.94</version>
</dependency>

<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
</dependency>

<dependency>
<groupId>org.exist-db.thirdparty.se.softhouse</groupId>
<artifactId>jargo</artifactId>
</dependency>

<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.11</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.0</version>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>

<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>

<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.6</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jul</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
</dependency>

<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.11.0</version>
</dependency>

<dependency>
<groupId>xml-resolver</groupId>
<artifactId>xml-resolver</artifactId>
<version>1.2</version> <!-- needed at runtime because xercesImpl declares this as optional, but we use a part of Xerces XMLCatalogResolver which requires this -->
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.2</version> <!-- needed an compile time for various dependencies -->
</dependency>

<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>9.6.0-7</version>
<scope>runtime</scope> <!-- You can use either Xalan (XSLT 1.0) or Saxon (XSLT 1.0 and 2.0) with eXist at runtime. Saxon is preferred! -->
</dependency>

<dependency>
<groupId>org.apache.xmlrpc</groupId>
<artifactId>xmlrpc-common</artifactId>
<exclusions>
<exclusion> <!-- conflicts with xerces 2.11.0 dependency on xml-apis version 1.3.6.04 -->
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.xmlrpc</groupId>
<artifactId>xmlrpc-client</artifactId>
<version>${apache.xmlrpc.version}</version>
</dependency>
<dependency>
<groupId>org.apache.xmlrpc</groupId>
<artifactId>xmlrpc-server</artifactId>
<version>${apache.xmlrpc.version}</version>
</dependency>

<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.9.0.RC1</version>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-security</artifactId>
<version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
</dependency>

<dependency>
<groupId>org.exist-db.thirdparty.org.expath</groupId>
<artifactId>pkg-repo</artifactId>
</dependency>

<dependency>
<groupId>com.fifesoft</groupId>
<artifactId>rsyntaxtextarea</artifactId>
<version>2.6.1</version>
</dependency>

<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>2.3.0</version>
</dependency>

<dependency>
<groupId>org.exist-db.thirdparty.org.xmldb</groupId>
<artifactId>xmldb-api</artifactId>
</dependency>

<!-- test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

</project>
1 change: 1 addition & 0 deletions org/exist-db/exist-core/3.6.0/exist-core-3.6.0.pom.sha1
@@ -0,0 +1 @@
ef3a8e2d30007e95baa455949e8c905fa2445a0d
Binary file not shown.

0 comments on commit 8fc436f

Please sign in to comment.