Skip to content

Commit

Permalink
Version change to prepare for a next release 2.7.16 (#2149)
Browse files Browse the repository at this point in the history
Signed-off-by: Radek Felcman <[email protected]>
  • Loading branch information
rfelcman committed May 22, 2024
1 parent 53511fd commit e1d8076
Show file tree
Hide file tree
Showing 86 changed files with 661 additions and 661 deletions.
8 changes: 4 additions & 4 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>About EclipseLink 2.7.15</title>
<title>About EclipseLink 2.7.16</title>
</head>
<body lang="EN-US">
<h1>EclipseLink 2.7.15</h1>
<p>Target Date - TBD 2022</p>
<h1>EclipseLink 2.7.16</h1>
<p>Target Date - TBD 2024</p>
<h2>About</h2>
<p>The <a href="http://www.eclipse.org/eclipselink">EclipseLink</a> project's
goal is to provide a complete persistence framework that is both comprehensive
Expand All @@ -22,7 +22,7 @@ <h2>About</h2>
<p>For tips on getting started with EclipseLink, please see the following resources:
</p>
<ul>
<li> <a href="http://www.eclipse.org/eclipselink/releases/2.7.php">EclipseLink 2.7.15 Release Notes</a></li>
<li> <a href="http://www.eclipse.org/eclipselink/releases/2.7.php">EclipseLink 2.7.16 Release Notes</a></li>
<li> <a href="http://www.eclipse.org/eclipselink/documentation">Documentation</a></li>
<li> <a href="http://wiki.eclipse.org/EclipseLink/Examples">Examples and How To</a></li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions antbuild.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2008, 2023 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2008, 2024 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0 which is available at
Expand Down Expand Up @@ -38,7 +38,7 @@ eclipselink.log.level=info
# They may, however, be overridden in parent scripts
# Static Definitions
# -----------------------------------
release.version=2.7.15
release.version=2.7.16

build.dir=build
classes.dir=classes
Expand Down
4 changes: 2 additions & 2 deletions autobuild.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2008, 2023 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2008, 2024 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0 which is available at
Expand All @@ -11,7 +11,7 @@
#

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

#These are "default" values. They should already be set by the time this file is loaded
# ie. do NOT depend upon the fact that they will be at runtime as they are defined here.
Expand Down
6 changes: 3 additions & 3 deletions buildsystem/org.eclipse.persistence.parent/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018, 2023 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
Expand All @@ -20,7 +20,7 @@
<name>EclipseLink Parent</name>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.parent</artifactId>
<version>2.7.15-SNAPSHOT</version>
<version>2.7.16-SNAPSHOT</version>
<packaging>pom</packaging>

<scm>
Expand All @@ -41,7 +41,7 @@
<junit4-version>4.13.2</junit4-version>
<!-- maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format> Seems it must be in settings.xml -->
<!-- PROJECT Properties -->
<release.version>2.7.15</release.version>
<release.version>2.7.16</release.version>
<!-- build.qualifier>v${maven.build.timestamp}</build.qualifier -->
<!-- forceContextQualifier>${build.qualifier}</forceContextQualifier -->
<build.type>SNAPSHOT</build.type>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>About EclipseLink 2.7.15</title>
<title>About EclipseLink 2.7.16</title>
</head>
<body lang="EN-US">
<h1>EclipseLink 2.7.15</h1>
<p>Target Date - TBD 2022</p>
<h1>EclipseLink 2.7.16</h1>
<p>Target Date - TBD 2024</p>
<h2>About</h2>
<p>The <a href="http://www.eclipse.org/eclipselink">EclipseLink</a> project's
goal is to provide a complete persistence framework that is both comprehensive
Expand All @@ -22,7 +22,7 @@ <h2>About</h2>
<p>For tips on getting started with EclipseLink, please see the following resources:
</p>
<ul>
<li> <a href="http://www.eclipse.org/eclipselink/releases/2.7.php">EclipseLink 2.7.15 Release Notes</a></li>
<li> <a href="http://www.eclipse.org/eclipselink/releases/2.7.php">EclipseLink 2.7.16 Release Notes</a></li>
<li> <a href="http://www.eclipse.org/eclipselink/documentation">Documentation</a></li>
<li> <a href="http://wiki.eclipse.org/EclipseLink/Examples">Examples and How To</a></li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<HTML xmlns="http://www.w3.org/1999/xhtml">
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<TITLE>EclipseLink 2.7.15 Readme</TITLE>
<TITLE>EclipseLink 2.7.16 Readme</TITLE>
</HEAD>
<BODY>
<DIV class=Section0>
<P style="TEXT-ALIGN: center" align=center><B>EclipseLink 2.7.15 Read Me</B> </P>
<P style="TEXT-ALIGN: center" align=center><B>EclipseLink 2.7.16 Read Me</B> </P>
<P><EM><FONT size=-1>TBD, 2020</FONT></EM></P>
<P>The <A href="http://www.eclipse.org/eclipselink">EclipseLink</A> project's
goal is to provide a complete persistence framework that is both comprehensive
Expand All @@ -22,7 +22,7 @@
resources:
<UL>
<LI><A href="http://www.eclipse.org/eclipselink">EclipseLink Home Page</A>
<LI> <A href="http://www.eclipse.org/eclipselink/releases/2.7.php">EclipseLink 2.7.15 Release Notes</A></LI>
<LI> <A href="http://www.eclipse.org/eclipselink/releases/2.7.php">EclipseLink 2.7.16 Release Notes</A></LI>
<LI><A href="http://www.eclipse.org/eclipselink/documentation/">EclipseLink Documentation Center </A>
<LI><A href="http://wiki.eclipse.org/EclipseLink/Examples">Examples and How To Documents</A> </LI></UL>
</BODY></HTML>
4 changes: 2 additions & 2 deletions dbws/eclipselink.dbws.test/antbuild.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0 which is available at
Expand Down Expand Up @@ -39,7 +39,7 @@ javac.version=1.8
# They may, however, be overridden in parent scripts
# Static Definitions
# -----------------------------------
release.version=2.7.15
release.version=2.7.16

src.dir=src
classes.dir=classes
Expand Down
50 changes: 25 additions & 25 deletions dbws/org.eclipse.persistence.dbws/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
Manifest-Version: 1.0
Export-Package: org.eclipse.persistence.dbws;version="2.7.15",
org.eclipse.persistence.internal.dbws;version="2.7.15",
org.eclipse.persistence.internal.xr;version="2.7.15",
org.eclipse.persistence.internal.xr.sxf;version="2.7.15",
org.eclipse.persistence.jpa.rs;version="2.7.15",
org.eclipse.persistence.jpa.rs.annotations;version="2.7.15",
org.eclipse.persistence.jpa.rs.eventlistener;version="2.7.15",
org.eclipse.persistence.jpa.rs.exceptions;version="2.7.15",
org.eclipse.persistence.jpa.rs.features;version="2.7.15",
org.eclipse.persistence.jpa.rs.features.core.selflinks;version="2.7.15",
org.eclipse.persistence.jpa.rs.features.fieldsfiltering;version="2.7.15",
org.eclipse.persistence.jpa.rs.features.paging;version="2.7.15",
org.eclipse.persistence.jpa.rs.logging;version="2.7.15",
org.eclipse.persistence.jpa.rs.logging.i18n;version="2.7.15",
org.eclipse.persistence.jpa.rs.resources;version="2.7.15",
org.eclipse.persistence.jpa.rs.resources.unversioned;version="2.7.15",
org.eclipse.persistence.jpa.rs.resources.common;version="2.7.15",
org.eclipse.persistence.jpa.rs.util;version="2.7.15",
org.eclipse.persistence.jpa.rs.util.list;version="2.7.15",
org.eclipse.persistence.jpa.rs.util.metadatasources;version="2.7.15",
org.eclipse.persistence.jpa.rs.util.xmladapters;version="2.7.15"
Export-Package: org.eclipse.persistence.dbws;version="2.7.16",
org.eclipse.persistence.internal.dbws;version="2.7.16",
org.eclipse.persistence.internal.xr;version="2.7.16",
org.eclipse.persistence.internal.xr.sxf;version="2.7.16",
org.eclipse.persistence.jpa.rs;version="2.7.16",
org.eclipse.persistence.jpa.rs.annotations;version="2.7.16",
org.eclipse.persistence.jpa.rs.eventlistener;version="2.7.16",
org.eclipse.persistence.jpa.rs.exceptions;version="2.7.16",
org.eclipse.persistence.jpa.rs.features;version="2.7.16",
org.eclipse.persistence.jpa.rs.features.core.selflinks;version="2.7.16",
org.eclipse.persistence.jpa.rs.features.fieldsfiltering;version="2.7.16",
org.eclipse.persistence.jpa.rs.features.paging;version="2.7.16",
org.eclipse.persistence.jpa.rs.logging;version="2.7.16",
org.eclipse.persistence.jpa.rs.logging.i18n;version="2.7.16",
org.eclipse.persistence.jpa.rs.resources;version="2.7.16",
org.eclipse.persistence.jpa.rs.resources.unversioned;version="2.7.16",
org.eclipse.persistence.jpa.rs.resources.common;version="2.7.16",
org.eclipse.persistence.jpa.rs.util;version="2.7.16",
org.eclipse.persistence.jpa.rs.util.list;version="2.7.16",
org.eclipse.persistence.jpa.rs.util.metadatasources;version="2.7.16",
org.eclipse.persistence.jpa.rs.util.xmladapters;version="2.7.16"
Bundle-ClassPath: .
Bundle-Name: EclipseLink DBWS
Created-By: 1.6.0_21 (Sun Microsystems Inc.)
Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version>=1.8))"
HK2-Bundle-Name: org.eclipse.persistence:org.eclipse.persistence.dbws
Require-Bundle: org.eclipse.persistence.core;bundle-version="2.7.15",
Require-Bundle: org.eclipse.persistence.core;bundle-version="2.7.16",
org.eclipse.persistence.asm;bundle-version="9.7.0",
org.eclipse.persistence.jpa;bundle-version="2.7.15",
org.eclipse.persistence.moxy;bundle-version="2.7.15"
org.eclipse.persistence.jpa;bundle-version="2.7.16",
org.eclipse.persistence.moxy;bundle-version="2.7.16"
Bundle-Vendor: Eclipse.org - EclipseLink Project
Bundle-Version: 2.7.15.qualifier
Bundle-Version: 2.7.16.qualifier
Bundle-ManifestVersion: 2
Import-Package: javax.activation;resolution:=optional,
javax.naming;resolution:=optional,
Expand Down
4 changes: 2 additions & 2 deletions dbws/org.eclipse.persistence.dbws/antbuild.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0 which is available at
Expand All @@ -26,7 +26,7 @@ javac.version=1.8
# They may, however, be overridden in parent scripts
# Static Definitions
# -----------------------------------
release.version=2.7.15
release.version=2.7.16

src.dir=src
classes.dir=classes
Expand Down
6 changes: 3 additions & 3 deletions dbws/org.eclipse.persistence.dbws/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
Expand All @@ -20,13 +20,13 @@
<name>EclipseLink DBWS</name>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.dbws</artifactId>
<version>2.7.15-SNAPSHOT</version>
<version>2.7.16-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<parent>
<artifactId>org.eclipse.persistence.parent</artifactId>
<groupId>org.eclipse.persistence</groupId>
<version>2.7.15-SNAPSHOT</version>
<version>2.7.16-SNAPSHOT</version>
<relativePath>../../buildsystem/org.eclipse.persistence.parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions features/antbuild.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
Copyright (c) 2007, 2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2007, 2024 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
Expand Down Expand Up @@ -133,7 +133,7 @@
<taskdef name="selectbundle" classname="${custom.selectbundle.task.class}" classpath="${custom.tasks.lib}"/>

<!-- Defaults of Pre-Set variables -->
<property name="release.version" value="2.7.15"/>
<property name="release.version" value="2.7.16"/>
<property name="version.qualifier" value="qualifier"/>
<property name="version.string" value="${release.version}.${version.qualifier}"/>
<property name="eclipselink.install.prefix" value="eclipselink"/>
Expand Down
4 changes: 2 additions & 2 deletions foundation/eclipselink.core.test/antbuild.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0 which is available at
Expand All @@ -12,7 +12,7 @@

custom=true
# Edit this if/when the release number changes
release.version=2.7.15
release.version=2.7.16

# Edit these properties to point to your local jars.
eclipselink.jar=eclipselink.jar
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0 which is available at
Expand All @@ -12,7 +12,7 @@

custom=true
# Edit this if/when the release number changes
release.version=2.7.15
release.version=2.7.16

# Edit this property to "true" to enable debug attributes like lines, variables and source-filename
javac.debug=true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0 which is available at
Expand All @@ -12,7 +12,7 @@

custom=true
# Edit this if/when the release number changes
release.version=2.7.15
release.version=2.7.16

# Edit this property to "true" to enable debug attributes like lines, variables and source-filename
javac.debug=true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0 which is available at
Expand All @@ -12,7 +12,7 @@

custom=true
# Edit this if/when the release number changes
release.version=2.7.15
release.version=2.7.16

# Edit this property to "true" to enable debug attributes like lines, variables and source-filename
javac.debug=true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0 which is available at
Expand All @@ -12,7 +12,7 @@

custom=true
# Edit this if/when the release number changes
release.version=2.7.15
release.version=2.7.16

# Edit this property to "true" to enable debug attributes like lines, variables and source-filename
javac.debug=true
Expand Down
4 changes: 2 additions & 2 deletions foundation/eclipselink.extension.test/antbuild.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2016, 2020 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2024 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0 which is available at
Expand All @@ -15,7 +15,7 @@

custom=true
# Edit this if/when the release number changes
release.version=2.7.15
release.version=2.7.16

# Edit this property to "true" to enable debug attributes like lines, variables and source-filename
javac.debug=true
Expand Down
Loading

0 comments on commit e1d8076

Please sign in to comment.