REPO-4331: Internal release (#55)

* REPO-4331: Add remaining transformers - internal release
This commit is contained in:
eknizat
2019-06-12 18:21:07 +01:00
committed by GitHub
parent c5dfbc410f
commit 895f3901ea
35 changed files with 2559 additions and 11 deletions

View File

@@ -4,12 +4,12 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId>
<version>2.1.1-CUSTOM-SNAPSHOT</version>
<version>2.1.0-CUSTOM2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>alfresco-transformer-base</artifactId>
<version>2.1.1-CUSTOM-SNAPSHOT</version>
<version>2.1.0-CUSTOM2-SNAPSHOT</version>
<dependencies>
<dependency>
@@ -70,7 +70,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.2</version>
<executions>
<execution>
<goals>
@@ -82,3 +82,4 @@
</plugins>
</build>
</project>

View File

@@ -24,6 +24,7 @@ logging:
org.alfresco.transformer.AlfrescoPdfRendererController: debug
org.alfresco.transformer.ImageMagickController: debug
org.alfresco.transformer.TikaController: debug
org.alfresco.transformer.MiscellaneousTransformersController: debug
fileStoreUrl: ${FILE_STORE_URL:http://localhost:8099/alfresco/api/-default-/private/sfs/versions/1/file}