Skip to content

Commit

Permalink
NO-ISSUE: update midstream main build setup with the latest upstream …
Browse files Browse the repository at this point in the history
…changes (#57)

* Apply updates from apache#2635

* Updates from
apache#2455

* Updates from apache#2376

* Fixed wrong value for SONATAFLOW_MANAGEMENT_CONSOLE_WEBAPP__sonataflowEnvMode
  • Loading branch information
fantonangeli authored Oct 25, 2024
1 parent 7b82050 commit 703ea53
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 0 additions & 2 deletions packages/maven-base/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ setupMavenConfigFile(
`
-Drevision=${env.mavenBase.version}
-Dmaven.repo.local.tail=${buildTailFromPackageJsonDependencies()}
-Dquarkus.platform.version=${env.quarkusPlatform.version}
-Dversion.org.kie.kogito=${env.kogitoRuntime.version}
`
);

Expand Down
2 changes: 1 addition & 1 deletion packages/sonataflow-management-console-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<KIE_TOOLS_BUILD__runTests>false</KIE_TOOLS_BUILD__runTests>
<KIE_TOOLS_BUILD__runIntegrationTests>false</KIE_TOOLS_BUILD__runIntegrationTests>
<SONATAFLOW_MANAGEMENT_CONSOLE_WEBAPP__sonataflowEnvMode
>true</SONATAFLOW_MANAGEMENT_CONSOLE_WEBAPP__sonataflowEnvMode>
>PROD</SONATAFLOW_MANAGEMENT_CONSOLE_WEBAPP__sonataflowEnvMode>
</environmentVariables>
</configuration>
</execution>
Expand Down
1 change: 0 additions & 1 deletion packages/sonataflow-quarkus-devui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

<groupId>org.apache.kie.sonataflow</groupId>
<artifactId>sonataflow-quarkus-devui-parent</artifactId>
<version>${revision}</version>

<name>KIE Tools :: SonataFlow Quarkus Dev UI Extension</name>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2024-01-16T00:00:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-01-12T00:00:00Z</project.build.outputTimestamp>
<version.maven.artifact.plugin>3.4.1</version.maven.artifact.plugin>
<compiler-plugin.version>3.12.1</compiler-plugin.version>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
<version.resources.plugin>3.2.0</version.resources.plugin>

<version.frontend.plugin>1.15.0</version.frontend.plugin>
<version.node>v20.15.0</version.node>
<version.npm>6.10.3</version.npm>
<version.pnpm>9.3.0</version.pnpm>

<quarkus.platform.version>3.2.10.Final</quarkus.platform.version>
<version.quarkus>3.8.6</version.quarkus>
<version.org.kie.kogito>999-SNAPSHOT</version.org.kie.kogito>
</properties>

Expand All @@ -69,7 +69,7 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bom</artifactId>
<version>${quarkus.platform.version}</version>
<version>${version.quarkus}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 703ea53

Please sign in to comment.