Skip to content

Commit

Permalink
release 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenPj committed Feb 7, 2022
1 parent f318a4c commit b4580d4
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions activiti-app-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<parent>
<groupId>org.alfresco.activiti</groupId>
<artifactId>aps-project</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</parent>

<properties>
<httpclient5.version>5.1.3</httpclient5.version>
</properties>
Expand Down Expand Up @@ -117,4 +117,4 @@
</plugins>
</build>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ public class FourEyesAppIT {
protected static final String BASE_PATH_PROTOCOL = "http";
protected static final String BASE_PATH_HOSTNAME = "localhost";
protected static final int BASE_PATH_PORT = 8080;
protected static final String appZipFile = "aps-extensions-jar-2.0.4-App.zip";

protected static final String appZipFile = "aps-extensions-jar-2.0.5-App.zip";

protected static final String ACTIVITI_APP_BASE_PATH = BASE_PATH_PROTOCOL + "://" + BASE_PATH_HOSTNAME + ":"
+ BASE_PATH_PORT;

protected static final String PRIVATE_ENDPOINT = ACTIVITI_APP_BASE_PATH + "/enterprise/my-api-endpoint";
protected static final String PUBLIC_ENDPOINT = ACTIVITI_APP_BASE_PATH + "/rest/my-rest-endpoint";

Expand All @@ -81,7 +81,7 @@ public void initApiClient() {
@Order(2)
public void testFourEyesApp() {
System.out.println("--- /Start - Four Eyes App - Integration Test ---");

// Importing the Four Eyes App in APS
IntegrationTestUtils.importApp(appZipFile, ACTIVITI_APP_USERNAME, ACTIVITI_APP_PASSWORD, BASE_PATH_PROTOCOL,
BASE_PATH_HOSTNAME, BASE_PATH_PORT);
Expand Down
4 changes: 2 additions & 2 deletions activiti-app-overlay-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco.activiti</groupId>
<artifactId>aps-project</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</parent>

<properties>
Expand Down Expand Up @@ -362,7 +362,7 @@
<activeByDefault>false</activeByDefault>
<os>
<arch>aarch64</arch>
</os>
</os>
</activation>
<properties>
<docker-maven-plugin.skip.save>true</docker-maven-plugin.skip.save>
Expand Down
2 changes: 1 addition & 1 deletion activiti-app-overlay-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco.activiti</groupId>
<artifactId>aps-project</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions activiti-app-swagger-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco.activiti</groupId>
<artifactId>aps-project</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</parent>

<properties>
Expand Down Expand Up @@ -181,4 +181,4 @@
</plugins>
</build>

</project>
</project>
4 changes: 2 additions & 2 deletions aps-extensions-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco.activiti</groupId>
<artifactId>aps-project</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</parent>

<dependencyManagement>
Expand Down Expand Up @@ -225,7 +225,7 @@
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors>
<!-- if you have special character issues, this is an option to play
<!-- if you have special character issues, this is an option to play
with. not required in most cases -->
<!-- <archiverConfig> <encoding>UTF-8</encoding> </archiverConfig> -->
</configuration>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<!-- Copyright 2021 Piergiorgio Lucidi Licensed under the Apache License,
Version 2.0 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
OR CONDITIONS OF ANY KIND, either express or implied. See the License for
<!-- Copyright 2021 Piergiorgio Lucidi Licensed under the Apache License,
Version 2.0 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
OR CONDITIONS OF ANY KIND, either express or implied. See the License for
the specific language governing permissions and limitations under the License. -->
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.alfresco.activiti</groupId>
<artifactId>aps-project</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<packaging>pom</packaging>
<name>APS - SDK Project</name>

Expand Down

0 comments on commit b4580d4

Please sign in to comment.