Skip to content

Commit e1d8076

Browse files
authored
Version change to prepare for a next release 2.7.16 (#2149)
Signed-off-by: Radek Felcman <[email protected]>
1 parent 53511fd commit e1d8076

File tree

86 files changed

+661
-661
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+661
-661
lines changed

about.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<html xmlns="http://www.w3.org/1999/xhtml">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
6-
<title>About EclipseLink 2.7.15</title>
6+
<title>About EclipseLink 2.7.16</title>
77
</head>
88
<body lang="EN-US">
9-
<h1>EclipseLink 2.7.15</h1>
10-
<p>Target Date - TBD 2022</p>
9+
<h1>EclipseLink 2.7.16</h1>
10+
<p>Target Date - TBD 2024</p>
1111
<h2>About</h2>
1212
<p>The <a href="http://www.eclipse.org/eclipselink">EclipseLink</a> project's
1313
goal is to provide a complete persistence framework that is both comprehensive
@@ -22,7 +22,7 @@ <h2>About</h2>
2222
<p>For tips on getting started with EclipseLink, please see the following resources:
2323
</p>
2424
<ul>
25-
<li> <a href="http://www.eclipse.org/eclipselink/releases/2.7.php">EclipseLink 2.7.15 Release Notes</a></li>
25+
<li> <a href="http://www.eclipse.org/eclipselink/releases/2.7.php">EclipseLink 2.7.16 Release Notes</a></li>
2626
<li> <a href="http://www.eclipse.org/eclipselink/documentation">Documentation</a></li>
2727
<li> <a href="http://wiki.eclipse.org/EclipseLink/Examples">Examples and How To</a></li>
2828
</ul>

antbuild.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2008, 2023 Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2008, 2024 Oracle and/or its affiliates. All rights reserved.
33
#
44
# This program and the accompanying materials are made available under the
55
# terms of the Eclipse Public License v. 2.0 which is available at
@@ -38,7 +38,7 @@ eclipselink.log.level=info
3838
# They may, however, be overridden in parent scripts
3939
# Static Definitions
4040
# -----------------------------------
41-
release.version=2.7.15
41+
release.version=2.7.16
4242

4343
build.dir=build
4444
classes.dir=classes

autobuild.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2008, 2023 Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2008, 2024 Oracle and/or its affiliates. All rights reserved.
33
#
44
# This program and the accompanying materials are made available under the
55
# terms of the Eclipse Public License v. 2.0 which is available at
@@ -11,7 +11,7 @@
1111
#
1212

1313
# build.type should be set to an appropriate value for Milestone Builds {ie. "M4") and be blank for Release Builds
14-
release.version=2.7.15
14+
release.version=2.7.16
1515

1616
#These are "default" values. They should already be set by the time this file is loaded
1717
# ie. do NOT depend upon the fact that they will be at runtime as they are defined here.

buildsystem/org.eclipse.persistence.parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2018, 2023 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0 which is available at
@@ -20,7 +20,7 @@
2020
<name>EclipseLink Parent</name>
2121
<groupId>org.eclipse.persistence</groupId>
2222
<artifactId>org.eclipse.persistence.parent</artifactId>
23-
<version>2.7.15-SNAPSHOT</version>
23+
<version>2.7.16-SNAPSHOT</version>
2424
<packaging>pom</packaging>
2525

2626
<scm>
@@ -41,7 +41,7 @@
4141
<junit4-version>4.13.2</junit4-version>
4242
<!-- maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format> Seems it must be in settings.xml -->
4343
<!-- PROJECT Properties -->
44-
<release.version>2.7.15</release.version>
44+
<release.version>2.7.16</release.version>
4545
<!-- build.qualifier>v${maven.build.timestamp}</build.qualifier -->
4646
<!-- forceContextQualifier>${build.qualifier}</forceContextQualifier -->
4747
<build.type>SNAPSHOT</build.type>

buildsystem/org.eclipse.persistence.parent/resource/about.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<html xmlns="http://www.w3.org/1999/xhtml">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
6-
<title>About EclipseLink 2.7.15</title>
6+
<title>About EclipseLink 2.7.16</title>
77
</head>
88
<body lang="EN-US">
9-
<h1>EclipseLink 2.7.15</h1>
10-
<p>Target Date - TBD 2022</p>
9+
<h1>EclipseLink 2.7.16</h1>
10+
<p>Target Date - TBD 2024</p>
1111
<h2>About</h2>
1212
<p>The <a href="http://www.eclipse.org/eclipselink">EclipseLink</a> project's
1313
goal is to provide a complete persistence framework that is both comprehensive
@@ -22,7 +22,7 @@ <h2>About</h2>
2222
<p>For tips on getting started with EclipseLink, please see the following resources:
2323
</p>
2424
<ul>
25-
<li> <a href="http://www.eclipse.org/eclipselink/releases/2.7.php">EclipseLink 2.7.15 Release Notes</a></li>
25+
<li> <a href="http://www.eclipse.org/eclipselink/releases/2.7.php">EclipseLink 2.7.16 Release Notes</a></li>
2626
<li> <a href="http://www.eclipse.org/eclipselink/documentation">Documentation</a></li>
2727
<li> <a href="http://wiki.eclipse.org/EclipseLink/Examples">Examples and How To</a></li>
2828
</ul>

buildsystem/org.eclipse.persistence.parent/resource/readme.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<HTML xmlns="http://www.w3.org/1999/xhtml">
44
<HEAD>
55
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
6-
<TITLE>EclipseLink 2.7.15 Readme</TITLE>
6+
<TITLE>EclipseLink 2.7.16 Readme</TITLE>
77
</HEAD>
88
<BODY>
99
<DIV class=Section0>
10-
<P style="TEXT-ALIGN: center" align=center><B>EclipseLink 2.7.15 Read Me</B> </P>
10+
<P style="TEXT-ALIGN: center" align=center><B>EclipseLink 2.7.16 Read Me</B> </P>
1111
<P><EM><FONT size=-1>TBD, 2020</FONT></EM></P>
1212
<P>The <A href="http://www.eclipse.org/eclipselink">EclipseLink</A> project's
1313
goal is to provide a complete persistence framework that is both comprehensive
@@ -22,7 +22,7 @@
2222
resources:
2323
<UL>
2424
<LI><A href="http://www.eclipse.org/eclipselink">EclipseLink Home Page</A>
25-
<LI> <A href="http://www.eclipse.org/eclipselink/releases/2.7.php">EclipseLink 2.7.15 Release Notes</A></LI>
25+
<LI> <A href="http://www.eclipse.org/eclipselink/releases/2.7.php">EclipseLink 2.7.16 Release Notes</A></LI>
2626
<LI><A href="http://www.eclipse.org/eclipselink/documentation/">EclipseLink Documentation Center </A>
2727
<LI><A href="http://wiki.eclipse.org/EclipseLink/Examples">Examples and How To Documents</A> </LI></UL>
2828
</BODY></HTML>

dbws/eclipselink.dbws.test/antbuild.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
33
#
44
# This program and the accompanying materials are made available under the
55
# terms of the Eclipse Public License v. 2.0 which is available at
@@ -39,7 +39,7 @@ javac.version=1.8
3939
# They may, however, be overridden in parent scripts
4040
# Static Definitions
4141
# -----------------------------------
42-
release.version=2.7.15
42+
release.version=2.7.16
4343

4444
src.dir=src
4545
classes.dir=classes

dbws/org.eclipse.persistence.dbws/META-INF/MANIFEST.MF

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
Manifest-Version: 1.0
2-
Export-Package: org.eclipse.persistence.dbws;version="2.7.15",
3-
org.eclipse.persistence.internal.dbws;version="2.7.15",
4-
org.eclipse.persistence.internal.xr;version="2.7.15",
5-
org.eclipse.persistence.internal.xr.sxf;version="2.7.15",
6-
org.eclipse.persistence.jpa.rs;version="2.7.15",
7-
org.eclipse.persistence.jpa.rs.annotations;version="2.7.15",
8-
org.eclipse.persistence.jpa.rs.eventlistener;version="2.7.15",
9-
org.eclipse.persistence.jpa.rs.exceptions;version="2.7.15",
10-
org.eclipse.persistence.jpa.rs.features;version="2.7.15",
11-
org.eclipse.persistence.jpa.rs.features.core.selflinks;version="2.7.15",
12-
org.eclipse.persistence.jpa.rs.features.fieldsfiltering;version="2.7.15",
13-
org.eclipse.persistence.jpa.rs.features.paging;version="2.7.15",
14-
org.eclipse.persistence.jpa.rs.logging;version="2.7.15",
15-
org.eclipse.persistence.jpa.rs.logging.i18n;version="2.7.15",
16-
org.eclipse.persistence.jpa.rs.resources;version="2.7.15",
17-
org.eclipse.persistence.jpa.rs.resources.unversioned;version="2.7.15",
18-
org.eclipse.persistence.jpa.rs.resources.common;version="2.7.15",
19-
org.eclipse.persistence.jpa.rs.util;version="2.7.15",
20-
org.eclipse.persistence.jpa.rs.util.list;version="2.7.15",
21-
org.eclipse.persistence.jpa.rs.util.metadatasources;version="2.7.15",
22-
org.eclipse.persistence.jpa.rs.util.xmladapters;version="2.7.15"
2+
Export-Package: org.eclipse.persistence.dbws;version="2.7.16",
3+
org.eclipse.persistence.internal.dbws;version="2.7.16",
4+
org.eclipse.persistence.internal.xr;version="2.7.16",
5+
org.eclipse.persistence.internal.xr.sxf;version="2.7.16",
6+
org.eclipse.persistence.jpa.rs;version="2.7.16",
7+
org.eclipse.persistence.jpa.rs.annotations;version="2.7.16",
8+
org.eclipse.persistence.jpa.rs.eventlistener;version="2.7.16",
9+
org.eclipse.persistence.jpa.rs.exceptions;version="2.7.16",
10+
org.eclipse.persistence.jpa.rs.features;version="2.7.16",
11+
org.eclipse.persistence.jpa.rs.features.core.selflinks;version="2.7.16",
12+
org.eclipse.persistence.jpa.rs.features.fieldsfiltering;version="2.7.16",
13+
org.eclipse.persistence.jpa.rs.features.paging;version="2.7.16",
14+
org.eclipse.persistence.jpa.rs.logging;version="2.7.16",
15+
org.eclipse.persistence.jpa.rs.logging.i18n;version="2.7.16",
16+
org.eclipse.persistence.jpa.rs.resources;version="2.7.16",
17+
org.eclipse.persistence.jpa.rs.resources.unversioned;version="2.7.16",
18+
org.eclipse.persistence.jpa.rs.resources.common;version="2.7.16",
19+
org.eclipse.persistence.jpa.rs.util;version="2.7.16",
20+
org.eclipse.persistence.jpa.rs.util.list;version="2.7.16",
21+
org.eclipse.persistence.jpa.rs.util.metadatasources;version="2.7.16",
22+
org.eclipse.persistence.jpa.rs.util.xmladapters;version="2.7.16"
2323
Bundle-ClassPath: .
2424
Bundle-Name: EclipseLink DBWS
2525
Created-By: 1.6.0_21 (Sun Microsystems Inc.)
2626
Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version>=1.8))"
2727
HK2-Bundle-Name: org.eclipse.persistence:org.eclipse.persistence.dbws
28-
Require-Bundle: org.eclipse.persistence.core;bundle-version="2.7.15",
28+
Require-Bundle: org.eclipse.persistence.core;bundle-version="2.7.16",
2929
org.eclipse.persistence.asm;bundle-version="9.7.0",
30-
org.eclipse.persistence.jpa;bundle-version="2.7.15",
31-
org.eclipse.persistence.moxy;bundle-version="2.7.15"
30+
org.eclipse.persistence.jpa;bundle-version="2.7.16",
31+
org.eclipse.persistence.moxy;bundle-version="2.7.16"
3232
Bundle-Vendor: Eclipse.org - EclipseLink Project
33-
Bundle-Version: 2.7.15.qualifier
33+
Bundle-Version: 2.7.16.qualifier
3434
Bundle-ManifestVersion: 2
3535
Import-Package: javax.activation;resolution:=optional,
3636
javax.naming;resolution:=optional,

dbws/org.eclipse.persistence.dbws/antbuild.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
33
#
44
# This program and the accompanying materials are made available under the
55
# terms of the Eclipse Public License v. 2.0 which is available at
@@ -26,7 +26,7 @@ javac.version=1.8
2626
# They may, however, be overridden in parent scripts
2727
# Static Definitions
2828
# -----------------------------------
29-
release.version=2.7.15
29+
release.version=2.7.16
3030

3131
src.dir=src
3232
classes.dir=classes

dbws/org.eclipse.persistence.dbws/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0 which is available at
@@ -20,13 +20,13 @@
2020
<name>EclipseLink DBWS</name>
2121
<groupId>org.eclipse.persistence</groupId>
2222
<artifactId>org.eclipse.persistence.dbws</artifactId>
23-
<version>2.7.15-SNAPSHOT</version>
23+
<version>2.7.16-SNAPSHOT</version>
2424
<packaging>eclipse-plugin</packaging>
2525

2626
<parent>
2727
<artifactId>org.eclipse.persistence.parent</artifactId>
2828
<groupId>org.eclipse.persistence</groupId>
29-
<version>2.7.15-SNAPSHOT</version>
29+
<version>2.7.16-SNAPSHOT</version>
3030
<relativePath>../../buildsystem/org.eclipse.persistence.parent/pom.xml</relativePath>
3131
</parent>
3232

0 commit comments

Comments
 (0)