This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch STABLE-4.2
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/STABLE-4.2 by this push:
new 290e3ef5f Finalize 4.2.RC2 release
290e3ef5f is described below
commit 290e3ef5f315a524da51470dba4f8a95b16fca64
Author: Nikita Timofeev <[email protected]>
AuthorDate: Mon Dec 5 15:55:42 2022 +0300
Finalize 4.2.RC2 release
---
README.md | 10 +++++-----
RELEASE-NOTES.txt | 9 +++++++++
2 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index fc4eb3957..88729212e 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
Apache Cayenne
==============
-[](https://cayenne.apache.org/download/)
+[](https://cayenne.apache.org/download/)
[](https://github.com/apache/cayenne/actions/workflows/verify-deploy-on-push-4.2.yml)
@@ -73,7 +73,7 @@ Here is example of Cayenne Maven plugin setup that will do it:
<plugin>
<groupId>org.apache.cayenne.plugins</groupId>
<artifactId>cayenne-maven-plugin</artifactId>
- <version>4.2.RC1</version>
+ <version>4.2.RC2</version>
<dependencies>
<dependency>
@@ -116,7 +116,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath group: 'org.apache.cayenne.plugins', name:
'cayenne-gradle-plugin', version: '4.2.RC1'
+ classpath group: 'org.apache.cayenne.plugins', name:
'cayenne-gradle-plugin', version: '4.2.RC2'
classpath 'mysql:mysql-connector-java:8.0.29'
}
}
@@ -157,7 +157,7 @@ gradlew build
<dependency>
<groupId>org.apache.cayenne</groupId>
<artifactId>cayenne-server</artifactId>
- <version>4.2.RC1</version>
+ <version>4.2.RC2</version>
</dependency>
</dependencies>
```
@@ -165,7 +165,7 @@ gradlew build
##### Gradle
```gradle
-compile group: 'org.apache.cayenne', name: 'cayenne-server', version: '4.2.RC1'
+compile group: 'org.apache.cayenne', name: 'cayenne-server', version: '4.2.RC2'
// or, if Gradle plugin is used
compile cayenne.dependency('server')
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 3a77588e5..9be7ae607 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -7,6 +7,15 @@ https://cayenne.apache.org/
To browse individual bug reports check out project issue tracker:
https://issues.apache.org/jira/browse/CAY
+----------------------------------
+Release: 4.2.RC3
+Date:
+----------------------------------
+Changes/New Features:
+
+Bug Fixes:
+
+
----------------------------------
Release: 4.2.RC2
Date: December 1, 2022