Skip to content

Commit

Permalink
Added support for APS 2.3.7 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenPj committed Mar 28, 2023
1 parent 300c992 commit 3f773a6
Show file tree
Hide file tree
Showing 3 changed files with 17,728 additions and 5 deletions.
25 changes: 21 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[![](https://jitpack.io/v/OpenPj/aps-2x-client.svg)](https://jitpack.io/#OpenPj/aps-2x-client)

# Alfresco Process Services Swagger Client 2.3.6
# Alfresco Process Services Swagger Client 2.3.7

The project generates a Java Swagger client for APS 2.3.6 platform:
The project generates a Java Swagger client for APS 2.x platform:

* Activiti App Swagger Client (`aps-swagger-client`): generate the APS Java Swagger client

# Prerequisites
* OpenJDK 11
* Apache Maven 3.9.0
* Apache Maven 3.9.1

# Quickstart

Expand All @@ -29,13 +29,30 @@ and the dependency using your specific APS 2.x versions:
<dependency>
<groupId>com.github.OpenPj</groupId>
<artifactId>aps-2x-client</artifactId>
<version>2.3.6</version>
<version>2.3.7</version>
</dependency>
```

Full Maven lifecycle command:

* `mvn clean install`

# Supported APS versions
APS 2.x Swagger Client supports the following APS 2.x versions:

* 2.0.0
* 2.0.1
* 2.1.0
* 2.2.0.1
* 2.2.0
* 2.3.0
* 2.3.1
* 2.3.2
* 2.3.3
* 2.3.4
* 2.3.5
* 2.3.6
* 2.3.7

# Enterprise support
Official maintenance and support of this project is delivered by Zia Consulting
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.activiti.swagger.client</groupId>
<artifactId>aps-2x-swagger-client</artifactId>
<version>2.3.6</version>
<version>2.3.7</version>
<packaging>jar</packaging>
<name>APS 2.x Swagger Client</name>

Expand Down
Loading

0 comments on commit 3f773a6

Please sign in to comment.