Skip to content

Commit

Permalink
NO-ISSUE: apache transfer leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Jul 25, 2024
1 parent b0b1957 commit 8e9ae3a
Show file tree
Hide file tree
Showing 17 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
script {
// load `pr_check.groovy` file from kogito-pipelines:main
dir('kogito-pipelines') {
checkout(githubscm.resolveRepository('incubator-kie-kogito-pipelines', 'apache', 'main', false, 'kie-ci')) // TODO to change back to kiegroup:main
checkout(githubscm.resolveRepository('incubator-kie-kogito-pipelines', 'apache', 'main', false, 'kie-ci'))
pr_check_script = load 'dsl/scripts/pr_check.groovy'
}
}
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Run the https://www.optaplanner.org/[OptaPlanner] quickstarts now:
+
[source, shell]
----
$ git clone https://github.com/kiegroup/optaplanner-quickstarts.git
$ cd optaplanner-quickstarts
$ git clone https://github.com/apache/incubator-kie-optaplanner-quickstarts.git
$ cd incubator-kie-optaplanner-quickstarts
$ ./runQuickstartsFromSource.sh
----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ On Windows:
Run the quickstarts in IDE
----------------------------

Please refer to https://github.com/kiegroup/optaplanner-quickstarts/blob/stable/README.adoc.
Please refer to https://github.com/apache/incubator-kie-optaplanner-quickstarts/blob/stable/README.adoc.

Run the examples
----------------
Expand Down Expand Up @@ -56,7 +56,7 @@ Sources
-------

But to build from sources, pull the sources with git:
https://github.com/kiegroup/optaplanner
https://github.com/apache/incubator-kie-optaplanner

Backwards compatibility
-----------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</a>
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="https://github.com/kiegroup/optaplanner-quickstarts" target="_blank">Source code</a>
<a class="nav-link" href="https://github.com/apache/incubator-kie-optaplanner-quickstarts" target="_blank">Source code</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.optaplanner.org/learn/documentation.html" target="_blank">Documentation</a>
Expand Down
4 changes: 2 additions & 2 deletions hello-world/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Assign lessons to timeslots and rooms to produce a better schedule for teachers
+
[source, shell]
----
$ git clone https://github.com/kiegroup/optaplanner-quickstarts.git
$ git clone https://github.com/apache/incubator-kie-optaplanner-quickstarts.git
...
$ cd optaplanner-quickstarts/hello-world
$ cd incubator-kie-optaplanner-quickstarts/hello-world
----

. Start the application with Maven:
Expand Down
4 changes: 2 additions & 2 deletions technology/java-activemq-quarkus/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ The quickstart consists of two modules:
+
[source, shell]
----
$ git clone https://github.com/kiegroup/optaplanner-quickstarts.git
$ git clone https://github.com/apache/incubator-kie-optaplanner-quickstarts.git
...
$ cd optaplanner-quickstarts/technology/java-activemq-quarkus
$ cd incubator-kie-optaplanner-quickstarts/technology/java-activemq-quarkus
----

. Build the project:
Expand Down
4 changes: 2 additions & 2 deletions technology/java-spring-boot/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ image::../../build/quickstarts-showcase/src/main/resources/META-INF/resources/sc
+
[source, shell]
----
$ git clone https://github.com/kiegroup/optaplanner-quickstarts.git
$ git clone https://github.com/apache/incubator-kie-optaplanner-quickstarts.git
...
$ cd optaplanner-quickstarts/technology/java-spring-boot
$ cd incubator-kie-optaplanner-quickstarts/technology/java-spring-boot
----

. Start the application with Maven:
Expand Down
6 changes: 3 additions & 3 deletions technology/kotlin-quarkus/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ image::../../build/quickstarts-showcase/src/main/resources/META-INF/resources/sc
+
[source, shell]
----
$ git clone https://github.com/kiegroup/optaplanner-quickstarts.git
$ git clone https://github.com/apache/incubator-kie-optaplanner-quickstarts.git
...
$ cd optaplanner-quickstarts/technology/kotlin-quarkus
$ cd incubator-kie-optaplanner-quickstarts/technology/kotlin-quarkus
----

. Start the application with Maven:
Expand Down Expand Up @@ -92,7 +92,7 @@ To deploy the application on OpenShift:
. In the OpenShift web console, verify that the top left combobox is set to _Developer_ (not _Administrator_).
. In the menu, select *Add* to create an application.
. Under *Git Repository*, click *Import from Git* and fill in these parameters:
.. Set *Git Repo URL* to `https://github.com/kiegroup/optaplanner-quickstarts`
.. Set *Git Repo URL* to `https://github.com/apache/incubator-kie-optaplanner-quickstarts`
.. Under _Show advanced Git options_, set *Context dir* to `/technology/kotlin-quarkus`
.. Press the *Create* button.
. In the _Topology_ view, there is a new deployment:
Expand Down
2 changes: 1 addition & 1 deletion technology/kubernetes/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Follow the https://keda.sh/docs/deploy/[documentation] to install the KEDA opera

==== Deploy the OptaPlanner Operator

Follow the https://github.com/kiegroup/optaplanner/tree/main/optaplanner-operator#deploy-the-optaplanner-operator[README] to install the OptaPlanner operator.
Follow the https://github.com/apache/incubator-kie-optaplanner/tree/main/optaplanner-operator#deploy-the-optaplanner-operator[README] to install the OptaPlanner operator.

==== Deploy the Demo App

Expand Down
6 changes: 3 additions & 3 deletions use-cases/call-center/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ image::../../build/quickstarts-showcase/src/main/resources/META-INF/resources/sc
+
[source, shell]
----
$ git clone https://github.com/kiegroup/optaplanner-quickstarts.git
$ git clone https://github.com/apache/incubator-kie-optaplanner-quickstarts.git
...
$ cd optaplanner-quickstarts/use-cases/call-center
$ cd incubator-kie-optaplanner-quickstarts/use-cases/call-center
----

. Start the application with Maven:
Expand Down Expand Up @@ -87,7 +87,7 @@ To deploy the application on OpenShift:
. In the OpenShift web console, verify that the top left combobox is set to _Developer_ (not _Administrator_).
. In the menu, select *Add* to create an application.
. Under *Git Repository*, click *Import from Git* and fill in these parameters:
.. Set *Git Repo URL* to `https://github.com/kiegroup/optaplanner-quickstarts`
.. Set *Git Repo URL* to `https://github.com/apache/incubator-kie-optaplanner-quickstarts`
.. Under _Show advanced Git options_, set *Context dir* to `/use-cases/call-center`
.. Press the *Create* button.
. In the _Topology_ view, there is a new deployment:
Expand Down
6 changes: 3 additions & 3 deletions use-cases/employee-scheduling/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ image::../../build/quickstarts-showcase/src/main/resources/META-INF/resources/sc
+
[source, shell]
----
$ git clone https://github.com/kiegroup/optaplanner-quickstarts.git
$ git clone https://github.com/apache/incubator-kie-optaplanner-quickstarts.git
...
$ cd optaplanner-quickstarts/use-cases/employee-scheduling
$ cd incubator-kie-optaplanner-quickstarts/use-cases/employee-scheduling
----

. Start the application with Maven:
Expand Down Expand Up @@ -87,7 +87,7 @@ To deploy the application on OpenShift:
. In the OpenShift web console, verify that the top left combobox is set to _Developer_ (not _Administrator_).
. In the menu, select *Add* to create an application.
. Under *Git Repository*, click *Import from Git* and fill in these parameters:
.. Set *Git Repo URL* to `https://github.com/kiegroup/optaplanner-quickstarts`
.. Set *Git Repo URL* to `https://github.com/apache/incubator-kie-optaplanner-quickstarts`
.. Under _Show advanced Git options_, set *Context dir* to `/use-cases/employee-scheduling`
.. Press the *Create* button.
. In the _Topology_ view, there is a new deployment:
Expand Down
6 changes: 3 additions & 3 deletions use-cases/facility-location/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ image::../../build/quickstarts-showcase/src/main/resources/META-INF/resources/sc
+
[source, shell]
----
$ git clone https://github.com/kiegroup/optaplanner-quickstarts.git
$ git clone https://github.com/apache/incubator-kie-optaplanner-quickstarts.git
...
$ cd optaplanner-quickstarts/use-cases/facility-location
$ cd incubator-kie-optaplanner-quickstarts/use-cases/facility-location
----

. Start the application with Maven:
Expand Down Expand Up @@ -87,7 +87,7 @@ To deploy the application on OpenShift:
. In the OpenShift web console, verify that the top left combobox is set to _Developer_ (not _Administrator_).
. In the menu, select *Add* to create an application.
. Under *Git Repository*, click *Import from Git* and fill in these parameters:
.. Set *Git Repo URL* to `https://github.com/kiegroup/optaplanner-quickstarts`
.. Set *Git Repo URL* to `https://github.com/apache/incubator-kie-optaplanner-quickstarts`
.. Under _Show advanced Git options_, set *Context dir* to `/use-cases/facility-location`
.. Press the *Create* button.
. In the _Topology_ view, there is a new deployment:
Expand Down
6 changes: 3 additions & 3 deletions use-cases/maintenance-scheduling/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ image::../../build/quickstarts-showcase/src/main/resources/META-INF/resources/sc
+
[source, shell]
----
$ git clone https://github.com/kiegroup/optaplanner-quickstarts.git
$ git clone https://github.com/apache/incubator-kie-optaplanner-quickstarts.git
...
$ cd optaplanner-quickstarts/use-cases/maintenance-scheduling
$ cd incubator-kie-optaplanner-quickstarts/use-cases/maintenance-scheduling
----

. Start the application with Maven:
Expand Down Expand Up @@ -87,7 +87,7 @@ To deploy the application on OpenShift:
. In the OpenShift web console, verify that the top left combobox is set to _Developer_ (not _Administrator_).
. In the menu, select *Add* to create an application.
. Under *Git Repository*, click *Import from Git* and fill in these parameters:
.. Set *Git Repo URL* to `https://github.com/kiegroup/optaplanner-quickstarts`
.. Set *Git Repo URL* to `https://github.com/apache/incubator-kie-optaplanner-quickstarts`
.. Under _Show advanced Git options_, set *Context dir* to `/use-cases/maintenance-scheduling`
.. Press the *Create* button.
. In the _Topology_ view, there is a new deployment:
Expand Down
6 changes: 3 additions & 3 deletions use-cases/order-picking/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ image::../../build/quickstarts-showcase/src/main/resources/META-INF/resources/sc
+
[source, shell]
----
$ git clone https://github.com/kiegroup/optaplanner-quickstarts.git
$ git clone https://github.com/apache/incubator-kie-optaplanner-quickstarts.git
...
$ cd optaplanner-quickstarts/use-cases/order-picking
$ cd incubator-kie-optaplanner-quickstarts/use-cases/order-picking
----

. Start the application with Maven:
Expand Down Expand Up @@ -87,7 +87,7 @@ To deploy the application on OpenShift:
. In the OpenShift web console, verify that the top left combobox is set to _Developer_ (not _Administrator_).
. In the menu, select *Add* to create an application.
. Under *Git Repository*, click *Import from Git* and fill in these parameters:
.. Set *Git Repo URL* to `https://github.com/kiegroup/optaplanner-quickstarts`
.. Set *Git Repo URL* to `https://github.com/apache/incubator-kie-optaplanner-quickstarts`
.. Under _Show advanced Git options_, set *Context dir* to `/use-cases/order-picking`
.. Press the *Create* button.
. In the _Topology_ view, there is a new deployment:
Expand Down
6 changes: 3 additions & 3 deletions use-cases/school-timetabling/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ image::../../build/quickstarts-showcase/src/main/resources/META-INF/resources/sc
+
[source, shell]
----
$ git clone https://github.com/kiegroup/optaplanner-quickstarts.git
$ git clone https://github.com/apache/incubator-kie-optaplanner-quickstarts.git
...
$ cd optaplanner-quickstarts/use-cases/school-timetabling
$ cd incubator-kie-optaplanner-quickstarts/use-cases/school-timetabling
----

. Start the application with Maven:
Expand Down Expand Up @@ -108,7 +108,7 @@ To deploy the application on OpenShift:
. In the OpenShift web console, verify that the top left combobox is set to _Developer_ (not _Administrator_).
. In the menu, select *Add* to create an application.
. Under *Git Repository*, click *Import from Git* and fill in these parameters:
.. Set *Git Repo URL* to `https://github.com/kiegroup/optaplanner-quickstarts`
.. Set *Git Repo URL* to `https://github.com/apache/incubator-kie-optaplanner-quickstarts`
.. Under _Show advanced Git options_, set *Context dir* to `/use-cases/school-timetabling`
.. Press the *Create* button.
. In the _Topology_ view, there is a new deployment:
Expand Down
6 changes: 3 additions & 3 deletions use-cases/vaccination-scheduling/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ image::../../build/quickstarts-showcase/src/main/resources/META-INF/resources/sc
+
[source, shell]
----
$ git clone https://github.com/kiegroup/optaplanner-quickstarts.git
$ git clone https://github.com/apache/incubator-kie-optaplanner-quickstarts.git
...
$ cd optaplanner-quickstarts/use-cases/vaccination-scheduling
$ cd incubator-kie-optaplanner-quickstarts/use-cases/vaccination-scheduling
----

. Start the application with Maven:
Expand Down Expand Up @@ -87,7 +87,7 @@ To deploy the application on OpenShift:
. In the OpenShift web console, verify that the top left combobox is set to _Developer_ (not _Administrator_).
. In the menu, select *Add* to create an application.
. Under *Git Repository*, click *Import from Git* and fill in these parameters:
.. Set *Git Repo URL* to `https://github.com/kiegroup/optaplanner-quickstarts`
.. Set *Git Repo URL* to `https://github.com/apache/incubator-kie-optaplanner-quickstarts`
.. Under _Show advanced Git options_, set *Context dir* to `/use-cases/vaccination-scheduling`
.. Press the *Create* button.
. In the _Topology_ view, there is a new deployment:
Expand Down
6 changes: 3 additions & 3 deletions use-cases/vehicle-routing/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ image::../../build/quickstarts-showcase/src/main/resources/META-INF/resources/sc
+
[source, shell]
----
$ git clone https://github.com/kiegroup/optaplanner-quickstarts.git
$ git clone https://github.com/apache/incubator-kie-optaplanner-quickstarts.git
...
$ cd optaplanner-quickstarts/use-cases/vehicle-routing
$ cd incubator-kie-optaplanner-quickstarts/use-cases/vehicle-routing
----

. Start the application with Maven:
Expand Down Expand Up @@ -87,7 +87,7 @@ To deploy the application on OpenShift:
. In the OpenShift web console, verify that the top left combobox is set to _Developer_ (not _Administrator_).
. In the menu, select *Add* to create an application.
. Under *Git Repository*, click *Import from Git* and fill in these parameters:
.. Set *Git Repo URL* to `https://github.com/kiegroup/optaplanner-quickstarts`
.. Set *Git Repo URL* to `https://github.com/apache/incubator-kie-optaplanner-quickstarts`
.. Under _Show advanced Git options_, set *Context dir* to `/use-cases/vehicle-routing`
.. Press the *Create* button.
. In the _Topology_ view, there is a new deployment:
Expand Down

0 comments on commit 8e9ae3a

Please sign in to comment.