3.0.0-HXP-A1-SNAPSHOT

This commit is contained in:
alandavis
2022-08-08 23:03:23 +01:00
parent f646ed86bd
commit 808636d767
12 changed files with 13 additions and 12 deletions

View File

@@ -7,7 +7,8 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>3.0.0-HXP-A1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<properties>

View File

@@ -8,7 +8,7 @@
<groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.6.1-SNAPSHOT</version>
<version>3.0.0-HXP-A1-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -8,7 +8,7 @@
<groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.6.1-SNAPSHOT</version>
<version>3.0.0-HXP-A1-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -186,7 +186,7 @@ public class TransformControllerAllInOneTest
public void testConfigLatestEndpointReturnsCoreVersionAndDirectAccessUrlOption() throws Exception
{
assertConfig(ENDPOINT_TRANSFORM_CONFIG_LATEST,
"Pdf2Jpg,2.6.1,directAccessUrl,imageOptions\n"
"Pdf2Jpg,"+coreVersion+",directAccessUrl,imageOptions\n"
+ "Pdf2Png,"+coreVersion+",directAccessUrl,imageOptions\n"
+ "TxT2Pdf,"+coreVersion+",directAccessUrl,docOptions\n"
+ "Txt2JpgViaPdf,"+coreVersion+",directAccessUrl,imageOptions\n"

View File

@@ -8,7 +8,7 @@
<groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.6.1-SNAPSHOT</version>
<version>3.0.0-HXP-A1-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -8,7 +8,7 @@
<groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.6.1-SNAPSHOT</version>
<version>3.0.0-HXP-A1-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -8,7 +8,7 @@
<groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.6.1-SNAPSHOT</version>
<version>3.0.0-HXP-A1-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -8,7 +8,7 @@
<groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.6.1-SNAPSHOT</version>
<version>3.0.0-HXP-A1-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -8,7 +8,7 @@
<groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.6.1-SNAPSHOT</version>
<version>3.0.0-HXP-A1-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -8,7 +8,7 @@
<groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.6.1-SNAPSHOT</version>
<version>3.0.0-HXP-A1-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>3.0.0-HXP-A1-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>3.0.0-HXP-A1-SNAPSHOT</version>
<name>Alfresco Transform Core</name>
<packaging>pom</packaging>