diff --git a/alfresco-docker-alfresco-pdf-renderer/pom.xml b/alfresco-docker-alfresco-pdf-renderer/pom.xml index fcf75f4d..92d9a120 100644 --- a/alfresco-docker-alfresco-pdf-renderer/pom.xml +++ b/alfresco-docker-alfresco-pdf-renderer/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-transform-core - 2.1.0-RC2-SNAPSHOT + 2.1.0-RC3-SNAPSHOT ../pom.xml diff --git a/alfresco-docker-imagemagick/pom.xml b/alfresco-docker-imagemagick/pom.xml index 878ecc57..13bdc7d5 100644 --- a/alfresco-docker-imagemagick/pom.xml +++ b/alfresco-docker-imagemagick/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-transform-core - 2.1.0-RC2-SNAPSHOT + 2.1.0-RC3-SNAPSHOT ../pom.xml diff --git a/alfresco-docker-libreoffice/pom.xml b/alfresco-docker-libreoffice/pom.xml index 505caf94..d50ea996 100644 --- a/alfresco-docker-libreoffice/pom.xml +++ b/alfresco-docker-libreoffice/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-transform-core - 2.1.0-RC2-SNAPSHOT + 2.1.0-RC3-SNAPSHOT ../pom.xml diff --git a/alfresco-docker-tika/pom.xml b/alfresco-docker-tika/pom.xml index 03e565c6..8160a061 100644 --- a/alfresco-docker-tika/pom.xml +++ b/alfresco-docker-tika/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-transform-core - 2.1.0-RC2-SNAPSHOT + 2.1.0-RC3-SNAPSHOT ../pom.xml diff --git a/alfresco-docker-tika/src/main/resources/engine_config.json b/alfresco-docker-tika/src/main/resources/engine_config.json index b747015f..ddf79787 100644 --- a/alfresco-docker-tika/src/main/resources/engine_config.json +++ b/alfresco-docker-tika/src/main/resources/engine_config.json @@ -319,7 +319,7 @@ {"sourceMediaType": "application/vnd.oasis.opendocument.spreadsheet", "targetMediaType": "application/xhtml+xml"}, {"sourceMediaType": "application/vnd.oasis.opendocument.spreadsheet", "targetMediaType": "text/xml"}, - {"sourceMediaType": "application/vnd.oasis.opendocument.text", "targetMediaType": "text/html"}, + {"sourceMediaType": "application/vnd.oasis.opendocument.text", "priority": 55, "targetMediaType": "text/html"}, {"sourceMediaType": "application/vnd.oasis.opendocument.text", "targetMediaType": "text/plain"}, {"sourceMediaType": "application/vnd.oasis.opendocument.text", "targetMediaType": "application/xhtml+xml"}, {"sourceMediaType": "application/vnd.oasis.opendocument.text", "targetMediaType": "text/xml"}, @@ -339,12 +339,12 @@ {"sourceMediaType": "application/vnd.oasis.opendocument.presentation-template", "targetMediaType": "application/xhtml+xml"}, {"sourceMediaType": "application/vnd.oasis.opendocument.presentation-template", "targetMediaType": "text/xml"}, - {"sourceMediaType": "application/vnd.oasis.opendocument.spreadsheet-template", "targetMediaType": "text/html"}, + {"sourceMediaType": "application/vnd.oasis.opendocument.spreadsheet-template", "priority": 55, "targetMediaType": "text/html"}, {"sourceMediaType": "application/vnd.oasis.opendocument.spreadsheet-template", "targetMediaType": "text/plain"}, {"sourceMediaType": "application/vnd.oasis.opendocument.spreadsheet-template", "targetMediaType": "application/xhtml+xml"}, {"sourceMediaType": "application/vnd.oasis.opendocument.spreadsheet-template", "targetMediaType": "text/xml"}, - {"sourceMediaType": "application/vnd.oasis.opendocument.text-template", "targetMediaType": "text/html"}, + {"sourceMediaType": "application/vnd.oasis.opendocument.text-template", "priority": 55, "targetMediaType": "text/html"}, {"sourceMediaType": "application/vnd.oasis.opendocument.text-template", "targetMediaType": "text/plain"}, {"sourceMediaType": "application/vnd.oasis.opendocument.text-template", "targetMediaType": "application/xhtml+xml"}, {"sourceMediaType": "application/vnd.oasis.opendocument.text-template", "targetMediaType": "text/xml"}, @@ -408,7 +408,7 @@ {"sourceMediaType": "application/rss+xml", "targetMediaType": "application/xhtml+xml"}, {"sourceMediaType": "application/rss+xml", "targetMediaType": "text/xml"}, - {"sourceMediaType": "application/rtf", "targetMediaType": "text/html"}, + {"sourceMediaType": "application/rtf", "priority": 55, "targetMediaType": "text/html"}, {"sourceMediaType": "application/rtf", "targetMediaType": "text/plain"}, {"sourceMediaType": "application/rtf", "targetMediaType": "application/xhtml+xml"}, {"sourceMediaType": "application/rtf", "targetMediaType": "text/xml"}, @@ -423,7 +423,7 @@ {"sourceMediaType": "application/vnd.openxmlformats-officedocument.presentationml.slide", "targetMediaType": "application/xhtml+xml"}, {"sourceMediaType": "application/vnd.openxmlformats-officedocument.presentationml.slide", "targetMediaType": "text/xml"}, - {"sourceMediaType": "application/vnd.sun.xml.writer", "targetMediaType": "text/html"}, + {"sourceMediaType": "application/vnd.sun.xml.writer", "priority": 55, "targetMediaType": "text/html"}, {"sourceMediaType": "application/vnd.sun.xml.writer", "targetMediaType": "text/plain"}, {"sourceMediaType": "application/vnd.sun.xml.writer", "targetMediaType": "application/xhtml+xml"}, {"sourceMediaType": "application/vnd.sun.xml.writer", "targetMediaType": "text/xml"}, diff --git a/alfresco-docker-transform-misc/pom.xml b/alfresco-docker-transform-misc/pom.xml index 844cfd73..dc11fb00 100644 --- a/alfresco-docker-transform-misc/pom.xml +++ b/alfresco-docker-transform-misc/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-transform-core - 2.1.0-RC2-SNAPSHOT + 2.1.0-RC3-SNAPSHOT ../pom.xml diff --git a/alfresco-transformer-base/pom.xml b/alfresco-transformer-base/pom.xml index 42dd9f59..ad52b6bb 100644 --- a/alfresco-transformer-base/pom.xml +++ b/alfresco-transformer-base/pom.xml @@ -4,12 +4,12 @@ org.alfresco alfresco-transform-core - 2.1.0-RC2-SNAPSHOT + 2.1.0-RC3-SNAPSHOT ../pom.xml alfresco-transformer-base - 2.1.0-RC2-SNAPSHOT + 2.1.0-RC3-SNAPSHOT diff --git a/pom.xml b/pom.xml index 6fc40de3..ce559e46 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.alfresco alfresco-transform-core - 2.1.0-RC2-SNAPSHOT + 2.1.0-RC3-SNAPSHOT pom