Skip to content

Commit

Permalink
Reformat POMs (#1702) (#1703)
Browse files Browse the repository at this point in the history
Co-authored-by: Cristiano Nicolai <[email protected]>
  • Loading branch information
github-actions[bot] and cristianonicolai committed Jun 21, 2023
1 parent f2eac8e commit 5c6df69
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>serverless-workflow-custom-rpc-deployment</artifactId>
<name>Kogito Example:: Serverless Workflow Custom RPC:: deployment</name>
<name>Kogito Example :: Serverless Workflow Custom RPC :: Deployment</name>
<description>Custom addon to add custom rpc support</description>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>serverless-workflow-custom-rpc</artifactId>
<name>Kogito Example:: Serverless Workflow Custom RPC :: Runtime</name>
<name>Kogito Example :: Serverless Workflow Custom RPC :: Runtime</name>
<description>Runtime counterpart for custom rpc type</description>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>serverless-workflow-greeting-rpc-quarkus</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Kogito Example :: Serverless Workflow grpc example</name>
<name>Kogito Example :: Serverless Workflow gRPC example</name>
<modules>
<module>serverless-workflow-greeting-client-rpc-quarkus</module>
<module>serverless-workflow-greeting-server-rpc-quarkus</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>serverless-workflow-greeting-client-rpc-quarkus</artifactId>
<name>Kogito Example :: Serverless Workflow Greeting :: gRPC Client:: Quarkus</name>
<name>Kogito Example :: Serverless Workflow Greeting :: gRPC Client :: Quarkus</name>
<description>Kogito Serverless Workflow Example that test a simple gRPC service - Quarkus</description>
<properties>
<quarkus-plugin.version>2.16.7.Final</quarkus-plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>serverless-workflow-greeting-server-rpc-quarkus</artifactId>
<name>Kogito Example :: Serverless Workflow Greeting :: gRPC Server:: Quarkus</name>
<name>Kogito Example :: Serverless Workflow Greeting :: gRPC Server :: Quarkus</name>
<description>Kogito Serverless Workflow Example that defines a simple gRPC service - Quarkus</description>
<properties>
<version.compiler.plugin>3.8.1</version.compiler.plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Kogito Examples :: Serverless Workflow Loan Broker Showcase :: Aggregator</name>
<name>Kogito Example :: Serverless Workflow Loan Broker Showcase :: Aggregator</name>
<artifactId>serverless-workflow-loanbroker-showcase-aggregator</artifactId>
<properties>
<skipITs>true</skipITs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>1.0-SNAPSHOT</version>
</parent>

<name>Kogito Examples :: Serverless Workflow Loan Broker Showcase :: UI</name>
<name>Kogito Example :: Serverless Workflow Loan Broker Showcase :: UI</name>
<artifactId>serverless-workflow-loanbroker-showcase-ui</artifactId>
<properties>
<version.org.webjars.bootstrap>5.1.3</version.org.webjars.bootstrap>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>fake-stock-service</artifactId>
<parent>
<artifactId>serverless-workflow-stock-profit</artifactId>
<groupId>org.kie.kogito.examples</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>fake-stock-service</artifactId>
<name>Kogito Example :: Serverless Workflow Stock Profit :: Mock Stock Service</name>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-stock-profit</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Kogito Example :: Serverless Workflow Stock Profit :: Quarkus</name>
<name>Kogito Example :: Serverless Workflow Stock Profit</name>
<packaging>pom</packaging>
<modules>
<module>stock-profit</module>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>real-stock-service</artifactId>
<parent>
<artifactId>serverless-workflow-stock-profit</artifactId>
<groupId>org.kie.kogito.examples</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>real-stock-service</artifactId>
<name>Kogito Example :: Serverless Workflow Stock Profit :: Stock Service</name>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>stock-portfolio-service</artifactId>
<parent>
<artifactId>serverless-workflow-stock-profit</artifactId>
<groupId>org.kie.kogito.examples</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>stock-portfolio-service</artifactId>
<name>Kogito Example :: Serverless Workflow Stock Profit :: Portfolio Service</name>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>stock-profit</artifactId>
<parent>
<artifactId>serverless-workflow-stock-profit</artifactId>
<groupId>org.kie.kogito.examples</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>stock-profit</artifactId>
<name>Kogito Example :: Serverless Workflow Stock Profit :: Quarkus</name>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
Expand Down

0 comments on commit 5c6df69

Please sign in to comment.