Skip to content

Commit

Permalink
FISH-604 Add upgraded eclipselink without FISH-405
Browse files Browse the repository at this point in the history
  • Loading branch information
Cousjava committed Oct 7, 2020
1 parent c783a00 commit 59ee0ca
Show file tree
Hide file tree
Showing 229 changed files with 1,849 additions and 110 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<versions>
<version>2.1.1</version>
</versions>
<lastUpdated>20201006092049</lastUpdated>
<lastUpdated>20201007162123</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion org/eclipse/persistence/commonj.sdo/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<versions>
<version>2.1.1</version>
</versions>
<lastUpdated>20201006092049</lastUpdated>
<lastUpdated>20201007162123</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion org/eclipse/persistence/commonj.sdo/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4c95a8e6c4e780c5c083d24ddeaaaa10
0ab332c6fcb83a72a16184848ad22bb4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f620d41aff1705419d02aae1c6f2f18b98d60dfd
09700b8e74bc35b5792091e4baea2bbb4ba41cbf
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ece81f52cfbb1266216fa0e1e22a6d77
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c072378d5f01abd03652083baccbe3335557a822
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
239b147af385b06a7ac6b0b4236ccf2f
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2fa798eeddae706eea6c12895d8e2b139340f9d6
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<!--

Copyright (c) 2007, 2018 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
http://www.eclipse.org/legal/epl-2.0,
or the Eclipse Distribution License v. 1.0 which is available at
http://www.eclipse.org/org/documents/edl-v10.php.

SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause

-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.5</version>
</parent>

<groupId>org.eclipse.persistence</groupId>
<artifactId>eclipselink</artifactId>
<version>2.7.7.payara-p2</version>
<packaging>jar</packaging>
<name>EclipseLink (non-OSGi)</name>
<description>EclipseLink build based upon Git transaction a302645853</description>
<url>http://www.eclipse.org/eclipselink</url>

<organization>
<name>Eclipse.org - EclipseLink Project</name>
<url>http://www.eclipse.org/eclipselink</url>
</organization>

<issueManagement>
<system>bugzilla</system>
<url>https://bugs.eclipse.org/bugs</url>
</issueManagement>

<inceptionYear>2007</inceptionYear>

<mailingLists>
<mailingList>
<name>EclipseLink Developer List</name>
<post>eclipselink-dev@eclipse.org</post>
<archive>http://dev.eclipse.org/mhonarc/lists/eclipselink-dev</archive>
</mailingList>
<mailingList>
<name>EclipseLink User List</name>
<post>eclipselink-users@eclipse.org</post>
<archive>http://dev.eclipse.org/mhonarc/lists/eclipselink-users</archive>
</mailingList>
</mailingLists>

<licenses>
<license>
<name>Eclipse Public License v. 2.0</name>
<url>http://www.eclipse.org/legal/epl-v20.html</url>
<distribution>repo</distribution>
<comments>Standard Eclipse License</comments>
</license>
<license>
<name>Eclipse Distribution License v. 1.0</name>
<url>http://www.eclipse.org/org/documents/edl-v10.php</url>
<distribution>repo</distribution>
<comments>Standard Eclipse Distribution License</comments>
</license>
</licenses>

<scm>
<connection>scm:git:https://github.com/eclipse-ee4j/eclipselink.git</connection>
<url>https://github.com/eclipse-ee4j/eclipselink.git</url>
</scm>

<developers>
<developer>
<id>PeterKrogh</id>
<name>Peter Krogh</name>
<email>peter.krogh@oracle.com</email>
<organization>Eclipse.org - EclipseLink Project</organization>
<organizationUrl>http://www.eclipse.org/eclipselink</organizationUrl>
<roles>
<role>Project Manager</role>
<role>Developer</role>
</roles>
<timezone>-5</timezone>
</developer>
</developers>
<dependencies><dependency><groupId>org.eclipse.persistence</groupId><artifactId>javax.persistence</artifactId><version>2.1.1</version><type>jar</type><scope>compile</scope><optional>false</optional></dependency><dependency><groupId>org.eclipse.persistence</groupId><artifactId>commonj.sdo</artifactId><version>2.1.1</version><type>jar</type><scope>compile</scope><optional>false</optional></dependency></dependencies>
</project>



Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
53200e3f4a236c783d0dbd1c7126f125
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4cc7724317394ce377dd9ffac7064b1d38ac264b
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?><metadata>
<groupId>org.eclipse.persistence</groupId>
<artifactId>eclipselink</artifactId>
<version>2.6.8.payara-p2</version>
<version>2.7.7.payara-p2</version>
<versioning>
<versions>
<version>2.6.8.payara-p2</version>
<version>2.7.7.payara-p2</version>
</versions>
<lastUpdated>20201006092050</lastUpdated>
<lastUpdated>20201007162123</lastUpdated>
</versioning>
</metadata>
3 changes: 2 additions & 1 deletion org/eclipse/persistence/eclipselink/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<version>2.7.6.payara-p1</version>
<version>2.7.7.payara-p1</version>
<version>2.6.8.payara-p2</version>
<version>2.7.7.payara-p2</version>
</versions>
<lastUpdated>20201006092050</lastUpdated>
<lastUpdated>20201007162123</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion org/eclipse/persistence/eclipselink/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6ce2b40c3f3de4a07dbcee4b16e0461c
397a96e343bbac6a4465d1ee6f76b43c
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1d5a025d0f5f1534b88edd308f8fdd002b81e988
3fac799387b80230ebe644de95f6e685d3b6a467
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<versions>
<version>2.1.1</version>
</versions>
<lastUpdated>20201006092048</lastUpdated>
<lastUpdated>20201007162122</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<versions>
<version>2.1.1</version>
</versions>
<lastUpdated>20201006092048</lastUpdated>
<lastUpdated>20201007162122</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
77c7672726c3065c742bc933592577cb
b3ddeab5d8d10073ede97cd67eeece80
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c7f86a57ed390b15eae2e8e912eeef4cfc92181e
2806d95de98259aaa977c00b3838e56ab064e119
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dff3f611480e926ed499736ac71258ec
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c1b5f4cd1d0f0608e1229e9d9b55c3d0af65b5ae
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eddee7a4fc3b25f0909173a21a81af82
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
78712ed5187194106a5563f3de0539bed69ed8e5
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<!--

Copyright (c) 2007, 2018 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
http://www.eclipse.org/legal/epl-2.0,
or the Eclipse Distribution License v. 1.0 which is available at
http://www.eclipse.org/org/documents/edl-v10.php.

SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause

-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.5</version>
</parent>

<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.antlr</artifactId>
<version>2.7.7.payara-p2</version>
<packaging>jar</packaging>
<name>EclipseLink ANTLR</name>
<description>EclipseLink build based upon Git transaction a302645853</description>
<url>http://www.eclipse.org/eclipselink</url>

<organization>
<name>Eclipse.org - EclipseLink Project</name>
<url>http://www.eclipse.org/eclipselink</url>
</organization>

<issueManagement>
<system>bugzilla</system>
<url>https://bugs.eclipse.org/bugs</url>
</issueManagement>

<inceptionYear>2007</inceptionYear>

<mailingLists>
<mailingList>
<name>EclipseLink Developer List</name>
<post>eclipselink-dev@eclipse.org</post>
<archive>http://dev.eclipse.org/mhonarc/lists/eclipselink-dev</archive>
</mailingList>
<mailingList>
<name>EclipseLink User List</name>
<post>eclipselink-users@eclipse.org</post>
<archive>http://dev.eclipse.org/mhonarc/lists/eclipselink-users</archive>
</mailingList>
</mailingLists>

<licenses>
<license>
<name>Eclipse Public License v. 2.0</name>
<url>http://www.eclipse.org/legal/epl-v20.html</url>
<distribution>repo</distribution>
<comments>Standard Eclipse License</comments>
</license>
<license>
<name>Eclipse Distribution License v. 1.0</name>
<url>http://www.eclipse.org/org/documents/edl-v10.php</url>
<distribution>repo</distribution>
<comments>Standard Eclipse Distribution License</comments>
</license>
</licenses>

<scm>
<connection>scm:git:https://github.com/eclipse-ee4j/eclipselink.git</connection>
<url>https://github.com/eclipse-ee4j/eclipselink.git</url>
</scm>

<developers>
<developer>
<id>PeterKrogh</id>
<name>Peter Krogh</name>
<email>peter.krogh@oracle.com</email>
<organization>Eclipse.org - EclipseLink Project</organization>
<organizationUrl>http://www.eclipse.org/eclipselink</organizationUrl>
<roles>
<role>Project Manager</role>
<role>Developer</role>
</roles>
<timezone>-5</timezone>
</developer>
</developers>

</project>



Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cd8645d3858c0470fae566c543d31000
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a9682adcc1a4a9dcc8e06aba068feeccaeaa5134
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?><metadata>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.antlr</artifactId>
<version>2.6.8.payara-p2</version>
<version>2.7.7.payara-p2</version>
<versioning>
<versions>
<version>2.6.8.payara-p2</version>
<version>2.7.7.payara-p2</version>
</versions>
<lastUpdated>20201006092052</lastUpdated>
<lastUpdated>20201007162125</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
<version>2.7.6.payara-p1</version>
<version>2.7.7.payara-p1</version>
<version>2.6.8.payara-p2</version>
<version>2.7.7.payara-p2</version>
</versions>
<lastUpdated>20201006092052</lastUpdated>
<lastUpdated>20201007162125</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
061d5b94b026c503ef92319ca6660abf
4c80a8273c5f9d556647b773ae9db00e
Original file line number Diff line number Diff line change
@@ -1 +1 @@
202b1aa8c8110089d445d9ff2c0751d60232b111
2ccd3b41b88fc73afcabc1b89500edd1411229a5
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
81c14483526a0c41af814e63a164a6c6
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a505d6d84b4d9c25ff1eb0e0f99f3cae0a0018c4
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9f6a102134c6f62d53a68ee3bec13ada
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eea79261168918e4638d11dac47c80557473f56a
Loading

0 comments on commit 59ee0ca

Please sign in to comment.