blob: a90b8727ec571e7e955c04b9fd74683b4228a261 [file] [log] [blame]
[[starter-apps]]
= Starter Apps
:page-role: -toc
:Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
== Simpleapp Maintenance (JDO and JPA)
When making updates for simpleapp, to the current snapshot:
. make change to `v2-jpa-SNAPSHOT`
. forward port from `v2-jpa-SNAPSHOT` to `v3-jpa-SNAPSHOT`
. merge down from `v2-jpa-SNAPSHOT` to `v2-jdo-SNAPSHOT`
. forward port from `v2-jdo-SNAPSHOT` to `v3-jdo-SNAPSHOT`
. merge down from `v3-jpa-SNAPSHOT` to `v3-jdo-SNAPSHOT` (should be a no-op)
[NOTE]
====
If you do want to update the antora docs and have them updated on-line, then the procedure is to check out the currently released branch and make changes there.
Then we build and copy over to the `apache/causeway-site` repo to publish up to https://causeway.apache.org.
====