Skip to content

Commit

Permalink
updated to Kogito v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachid Snoussi committed Dec 8, 2020
1 parent dd773af commit 7fd75c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Open [http://localhost:8082](http://localhost:8082) to view it in the browser.

![QLB pre-approval](qlb-ui/docs/qlb-ui-preapproval.png)

> [NOTE]
> [!TIP]
> For detailed instructions on how to deploy and run this demo, please check the instructions available with each module
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
Expand All @@ -13,13 +13,13 @@

<properties>
<path.to.frontend.app>../packages/qlb-react-app</path.to.frontend.app>
<quarkus.version>1.4.1.Final</quarkus.version>
<kogito.version>0.10.1</kogito.version>
<quarkus.version>1.10.0.Final</quarkus.version>
<kogito.version>1.0.0.Final</kogito.version>
<version.node>v11.6.0</version.node>
<version.npm>6.10.3</version.npm>
<version.yarn>v1.19.1</version.yarn>
<frontend.plugin.version>1.9.1</frontend.plugin.version>
<surefire.plugin.version>2.22.1</surefire.plugin.version>
<surefire.plugin.version>2.22.2</surefire.plugin.version>
<compiler.plugin.version>3.8.1</compiler.plugin.version>
<resources.plugin.version>3.1.0</resources.plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 7fd75c4

Please sign in to comment.