Skip to content

Commit

Permalink
incubator-kie-issues#826: Upgrade maven plugin versions inside `kogit…
Browse files Browse the repository at this point in the history
…o-examples` (apache#1852)

* incubator-kie-issues#826: Upgrade maven plugin versions inside `kogito-examples`

* Removed unnecesary `version.jar.plugin`

---------

Co-authored-by: BAMOE CI <[email protected]>
  • Loading branch information
2 people authored and rgdoliveira committed Jan 18, 2024
1 parent a8d0ee1 commit 0e36f0a
Show file tree
Hide file tree
Showing 42 changed files with 313 additions and 1 deletion.
1 change: 1 addition & 0 deletions kogito-quarkus-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<name>Kogito Example :: Quarkus</name>

<properties>
<java.module.name>org.kie.kogito.examples.quarkus</java.module.name>
<!-- Port 0 means dynamic port -->
<tests.quarkus.http.port>0</tests.quarkus.http.port>
<!-- override default to fast-jar packaging for forward-compatibility -->
Expand Down
4 changes: 4 additions & 0 deletions kogito-springboot-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
<packaging>pom</packaging>
<name>Kogito Example :: Spring Boot</name>

<properties>
<java.module.name>org.kie.kogito.examples.springboot</java.module.name>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions serverless-workflow-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>serverless-workflow-examples-parent</module>
<module>serverless-workflow-annotations-description</module>
<module>serverless-workflow-callback-events-over-http-quarkus</module>
<module>serverless-workflow-callback-quarkus</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-annotations-description</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
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>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-callback-events-over-http-quarkus</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-callback-quarkus</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
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>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.acme</groupId>
<artifactId>serverless-workflow-camel-routes</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-compensation-quarkus</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-consuming-events-over-http-quarkus</artifactId>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-correlation-quarkus</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
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>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-custom-function-knative</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-custom-type</artifactId>
<version>1.0-SNAPSHOT</version>
Expand All @@ -31,7 +38,6 @@

<properties>
<version.compiler.plugin>3.8.1</version.compiler.plugin>
<version.jar.plugin>3.1.0</version.jar.plugin>
<quarkus-plugin.version>3.2.9.Final</quarkus-plugin.version>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-data-index-persistence-addon-quarkus</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-data-index-quarkus</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-error-quarkus</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-events-quarkus</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you 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.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Kogito Example :: Serverless Workflow Examples :: Parent</name>

<properties>
<java.module.name>org.kie.kogito.examples.serverless.workflow</java.module.name>
</properties>


</project>
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-expression-quarkus</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-foreach-quarkus</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-functions-events-quarkus</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-functions-quarkus</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-funqy</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-github-showcase</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-greeting-quarkus</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-greeting-rpc-quarkus</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-hello-world</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../serverless-workflow-examples-parent/pom.xml</relativePath>
</parent>

<groupId>org.kie.kogito.examples</groupId>
<name>Kogito Example :: Serverless Workflow Loan Broker Showcase</name>
<version>1.0-SNAPSHOT</version>
Expand Down
Loading

0 comments on commit 0e36f0a

Please sign in to comment.