Skip to content

Commit

Permalink
Release 7.0.137
Browse files Browse the repository at this point in the history
  • Loading branch information
jx-activiti-cloud committed Nov 27, 2019
1 parent 852990d commit b662197
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.0.137
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.activiti.examples</groupId>
<artifactId>activiti-examples-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>7.0.137</version>
<packaging>pom</packaging>

<name>Activiti Examples :: Parent</name>
Expand Down
35 changes: 35 additions & 0 deletions pom.xml.versionsBackup
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<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.activiti.examples</groupId>
<artifactId>activiti-examples-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Activiti Examples :: Parent</name>
<description>Activiti Examples :: Parent</description>

<modules>
<module>activiti-api-basic-full-example-bean</module>
<module>activiti-api-basic-full-example-nobean</module>
<module>activiti-api-basic-connector-example</module>
<module>activiti-api-basic-process-example</module>
<module>activiti-api-basic-task-example</module>
<module>activiti-api-spring-integration-example</module>
<module>activiti-api-web-example</module>
</modules>

<repositories>
<repository>
<id>alfresco</id>
<name>Activiti Releases</name>
<url>https://artifacts.alfresco.com/nexus/content/repositories/activiti-releases/</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>

</project>

0 comments on commit b662197

Please sign in to comment.