Skip to content

Commit

Permalink
version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-grofcik committed Jun 8, 2022
1 parent 57ba6f8 commit c763896
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions 01-project/01-first-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.crp.training</groupId>
<artifactId>01.01-first-app</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>

<parent>
<artifactId>crp-flowable-training</artifactId>
<groupId>org.crp.training</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions 01-project/02-spring-boot-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>crp-flowable-training</artifactId>
<groupId>org.crp.training</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.crp.training</groupId>
<artifactId>01.02-spring-boot-app</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>01.02-spring-boot-app</name>
<description>Flowable training project</description>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions 02-test/01-spring-boot-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>crp-flowable-training</artifactId>
<groupId>org.crp.training</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.crp.training</groupId>
<artifactId>02.01-spring-boot-test</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>02.01-spring-boot-test</name>
<description>Flowable training project</description>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions 02-test/02-sonarqube-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>crp-flowable-training</artifactId>
<groupId>org.crp.training</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.crp.training</groupId>
<artifactId>02.02-sonarqube-test-coverage</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>02.02 Sonarqube test coverage</name>
<description>Flowable training project</description>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions 03-start-usertask-end/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>crp-flowable-training</artifactId>
<groupId>org.crp.training</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.crp.training</groupId>
<artifactId>03-start-usertask-end</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>03-start-usertask-end</name>
<description>Flowable training project</description>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions 04-servicetask/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>crp-flowable-training</artifactId>
<groupId>org.crp.training</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.crp.training</groupId>
<artifactId>04-servicetask</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>04-servicetask</name>
<description>Flowable training project</description>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions 05-gateways/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>crp-flowable-training</artifactId>
<groupId>org.crp.training</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.crp.training</groupId>
<artifactId>05-gateways</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>05-gateways</name>
<description>Flowable training project</description>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions 06-listeners/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>crp-flowable-training</artifactId>
<groupId>org.crp.training</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.crp.training</groupId>
<artifactId>06-listeners</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>06-listeners</name>
<description>Flowable training project</description>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions 07-timers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>crp-flowable-training</artifactId>
<groupId>org.crp.training</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.crp.training</groupId>
<artifactId>07-timers</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>07-timers</name>
<description>Flowable training project</description>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions 08-signals-and-messages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>crp-flowable-training</artifactId>
<groupId>org.crp.training</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.crp.training</groupId>
<artifactId>08-signals-and-messages</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>08-signals-and-messages</name>
<description>Flowable training project</description>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions 09-parsing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>crp-flowable-training</artifactId>
<groupId>org.crp.training</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.crp.training</groupId>
<artifactId>09-parsing</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>09-parsing</name>
<description>Flowable training project</description>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions 10-behavior-factory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>crp-flowable-training</artifactId>
<groupId>org.crp.training</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.crp.training</groupId>
<artifactId>10-behavior-factory</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>10-behavior-factory</name>
<description>Flowable training project</description>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions 11-queries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>crp-flowable-training</artifactId>
<groupId>org.crp.training</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.crp.training</groupId>
<artifactId>11-queries</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>11-queries</name>
<description>Flowable training project</description>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions 12-migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>crp-flowable-training</artifactId>
<groupId>org.crp.training</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.crp.training</groupId>
<artifactId>12-migration</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>12-migration</name>
<description>Flowable training project</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.crp.training</groupId>
<artifactId>crp-flowable-training</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>crp-flowable-training</name>

Expand Down

0 comments on commit c763896

Please sign in to comment.