Skip to content

Commit

Permalink
MARP-1061 Update readme file & update to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ntqdinh-axonivy authored Sep 11, 2024
1 parent 25624d9 commit 640df9f
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docuware-connector-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.docuware</groupId>
<artifactId>docuware-connector-demo</artifactId>
<version>10.0.14-SNAPSHOT</version>
<version>10.0.22-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion docuware-connector-openapi/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.docuware.connector.docuware</groupId>
<artifactId>docuware-openapi</artifactId>
<version>10.0.14-SNAPSHOT</version>
<version>10.0.22-SNAPSHOT</version>
<properties>
<maven.compiler.release>11</maven.compiler.release>
</properties>
Expand Down
21 changes: 19 additions & 2 deletions docuware-connector-product/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.axonivy.connector.docuware</groupId>
<artifactId>docuware-connector-product</artifactId>
<version>10.0.14-SNAPSHOT</version>
<version>10.0.22-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -31,9 +31,26 @@
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<phase>generate-sources</phase>
<configuration>
<skip>${skip-readme}</skip>
<target>
<copy todir="${project.build.directory}">
<fileset dir="../../" includes="doc/**" />
</copy>
<copy file="README.md" tofile="${project.build.directory}/README.md" />
<loadfile property="variables.yaml" srcFile="${variables.yaml.file}" encoding="UTF-8" failonerror="false" />
<replace file="${project.build.directory}/README.md" token="@variables.yaml@" value="${variables.yaml}" />
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
<execution>
<id>include.openapi</id>
<phase>prepare-package</phase>
Expand Down
8 changes: 7 additions & 1 deletion docuware-connector-product/zip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@
<includes>
<include>product.json</include>
<include>openapi.*</include>
<include>README.md</include>
<include>**/*.png</include>
</includes>
</fileSet>
<fileSet>
<directory>target</directory>
<outputDirectory>/</outputDirectory>
<includes>
<include>README.md</include>
</includes>
</fileSet>
</fileSets>
</assembly>
2 changes: 1 addition & 1 deletion docuware-connector-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.docuware</groupId>
<artifactId>docuware-connector-test</artifactId>
<version>10.0.14-SNAPSHOT</version>
<version>10.0.22-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion docuware-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.docuware</groupId>
<artifactId>docuware-connector</artifactId>
<version>10.0.14-SNAPSHOT</version>
<version>10.0.22-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.axonivy.connector.docuware</groupId>
<name>docuware-connector</name>
<artifactId>docuware-connector-modules</artifactId>
<version>10.0.14-SNAPSHOT</version>
<version>10.0.22-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 640df9f

Please sign in to comment.