Skip to content

Commit

Permalink
update to 7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarrazzo committed Aug 20, 2019
1 parent f5758a4 commit 099bdd1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<name>order-management-dmn</name>
<description></description>
<properties>
<ba.version>7.4.0.GA-redhat-00002</ba.version>
<ba.version>7.4.1.GA-redhat-00001</ba.version>
<version.org.kie>7.23.0.Final-redhat-00003</version.org.kie>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
Expand Down Expand Up @@ -81,12 +82,12 @@
<plugin>
<groupId>org.kie</groupId>
<artifactId>kie-maven-plugin</artifactId>
<version>7.23.0.Final-redhat-00002</version>
<version>${version.org.kie}</version>
<extensions>true</extensions>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<version>3.8.1</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
Expand Down

0 comments on commit 099bdd1

Please sign in to comment.