Skip to content

Commit

Permalink
[Quarkus 3] Updated rewrite data
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Aug 15, 2023
1 parent 946dbbf commit 232910a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .ci/environments/quarkus-3/patches/0001_before_sh.patch
Original file line number Diff line number Diff line change
Expand Up @@ -548,15 +548,15 @@ index ab4b803d0f..09bf47e0d9 100644
</dependency>
<dependency>
diff --git a/kogito-build/kogito-kie-bom/pom.xml b/kogito-build/kogito-kie-bom/pom.xml
index 9dc0e254e3..3be5b07f1e 100644
index 5e1c48c982..29dfa25959 100644
--- a/kogito-build/kogito-kie-bom/pom.xml
+++ b/kogito-build/kogito-kie-bom/pom.xml
@@ -18,7 +18,7 @@
</description>

<properties>
- <version.org.kie>8.43.0-SNAPSHOT</version.org.kie>
+ <version.org.kie>9.43.0-SNAPSHOT</version.org.kie>
- <version.org.kie>8.44.0-SNAPSHOT</version.org.kie>
+ <version.org.kie>9.44.0-SNAPSHOT</version.org.kie>
</properties>

<dependencyManagement>
Expand Down
8 changes: 4 additions & 4 deletions .ci/environments/quarkus-3/quarkus3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ recipeList:
}
- org.openrewrite.maven.ChangePropertyValue: {
key: version.org.kie,
newValue: 9.43.0-SNAPSHOT
newValue: 9.44.0-SNAPSHOT
}
- org.kie.kogito.Quarkus3Migration
- org.kie.ManagedDependencies
Expand Down Expand Up @@ -142,7 +142,8 @@ recipeList:
newArtifactId: infinispan-client-hotrod-jakarta
}
---
displayName: Update Managed Dependencies
description: Update all managed dependencies based on dependency updates from Quarkus.
type: specs.openrewrite.org/v1beta/recipe
recipeList:
- org.openrewrite.maven.ChangeManagedDependencyGroupIdAndArtifactId: {
oldGroupId: javax.activation,
Expand Down Expand Up @@ -527,8 +528,7 @@ recipeList:
newGroupId: org.keycloak,
newArtifactId: keycloak-admin-client-jakarta
}
type: specs.openrewrite.org/v1beta/recipe
description: Update all managed dependencies based on dependency updates from Quarkus.
displayName: Update Managed Dependencies
name: org.kie.ManagedDependencies
---
type: specs.openrewrite.org/v1beta/recipe
Expand Down

0 comments on commit 232910a

Please sign in to comment.