Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Releng for minor release 2.3.0 #1015 #1017

Merged
merged 1 commit into from
Jan 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Require-Bundle: org.eclipse.osgi.services;bundle-version="3.8.0",
org.eclipse.passage.lic.licenses.model;bundle-version="0.0.0",
org.eclipse.passage.lic.oshi;bundle-version="0.0.0"
Service-Component: OSGI-INF/*.xml
Provide-Capability: licensing.feature;licensing.feature="org.eclipse.passage.lbc.fls.product";name="Eclipse Passage Floating License Server";version="2.2.2";provider="Eclipse Passage";level="warn"
Provide-Capability: licensing.feature;licensing.feature="org.eclipse.passage.lbc.fls.product";name="Eclipse Passage Floating License Server";version="2.3.0";provider="Eclipse Passage";level="warn"
2 changes: 1 addition & 1 deletion bundles/org.eclipse.passage.lic.api/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Automatic-Module-Name: org.eclipse.passage.lic.api
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.passage.lic.api
Bundle-Version: 2.2.2.qualifier
Bundle-Version: 2.3.0.qualifier
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Copyright: %Bundle-Copyright
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Properties file for org.eclipse.passage.lic.api
###############################################################################
# Copyright (c) 2018, 2020 ArSysOp and others
# Copyright (c) 2018, 2022 ArSysOp and others
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -14,7 +14,7 @@

Bundle-Name = Passage LIC API
Bundle-Vendor = Eclipse Passage
Bundle-Copyright = Copyright (c) 2018, 2021 ArSysOp and others.\n\
Bundle-Copyright = Copyright (c) 2018, 2022 ArSysOp and others.\n\
\n\
This program and the accompanying materials are made\n\
available under the terms of the Eclipse Public License 2.0\n\
Expand Down
6 changes: 3 additions & 3 deletions bundles/org.eclipse.passage.lic.api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2021 ArSysOp
Copyright (c) 2021, 2022 ArSysOp

This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -19,13 +19,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>org.eclipse.passage.lic.api</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.bundles</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>

</project>
4 changes: 2 additions & 2 deletions bundles/org.eclipse.passage.lic.base/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Manifest-Version: 1.0
Automatic-Module-Name: org.eclipse.passage.lic.base
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.passage.lic.base
Bundle-Version: 2.2.2.qualifier
Bundle-Version: 2.3.0.qualifier
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Copyright: %Bundle-Copyright
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.passage.lic.api;bundle-version="2.2.2";visibility:=reexport,
Require-Bundle: org.eclipse.passage.lic.api;bundle-version="2.3.0";visibility:=reexport,
org.apache.logging.log4j;bundle-version="2.17.0"
Export-Package: org.eclipse.passage.lic.base,
org.eclipse.passage.lic.base.access,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Properties file for org.eclipse.passage.lic.base
###############################################################################
# Copyright (c) 2018, 2021 ArSysOp and others
# Copyright (c) 2018, 2022 ArSysOp and others
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -14,7 +14,7 @@

Bundle-Name = Passage LIC Base
Bundle-Vendor = Eclipse Passage
Bundle-Copyright = Copyright (c) 2018, 2021 ArSysOp and others.\n\
Bundle-Copyright = Copyright (c) 2018, 2022 ArSysOp and others.\n\
\n\
This program and the accompanying materials are made\n\
available under the terms of the Eclipse Public License 2.0\n\
Expand Down
6 changes: 3 additions & 3 deletions bundles/org.eclipse.passage.lic.base/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2021 ArSysOp
Copyright (c) 2021, 2022 ArSysOp

This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -19,13 +19,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>org.eclipse.passage.lic.base</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.bundles</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>

</project>
6 changes: 3 additions & 3 deletions bundles/org.eclipse.passage.lic.bc/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Automatic-Module-Name: org.eclipse.passage.lic.bc
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.passage.lic.bc
Bundle-Version: 1.2.2.qualifier
Bundle-Version: 1.3.0.qualifier
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Copyright: %Bundle-Copyright
Expand All @@ -12,6 +12,6 @@ Require-Bundle: org.bouncycastle.bcpg;bundle-version="1.59.0",
org.bouncycastle.bcpkix;bundle-version="1.59.0",
org.bouncycastle.bcprov;bundle-version="1.59.0",
org.eclipse.osgi.services;bundle-version="0.0.0",
org.eclipse.passage.lic.api;bundle-version="2.2.2",
org.eclipse.passage.lic.base;bundle-version="2.2.2"
org.eclipse.passage.lic.api;bundle-version="2.3.0",
org.eclipse.passage.lic.base;bundle-version="2.3.0"
Export-Package: org.eclipse.passage.lic.bc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Properties file for org.eclipse.passage.lic.bc
###############################################################################
# Copyright (c) 2018, 2021 ArSysOp and others
# Copyright (c) 2018, 2022 ArSysOp and others
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -14,7 +14,7 @@

Bundle-Name = Passage LIC BC
Bundle-Vendor = Eclipse Passage
Bundle-Copyright = Copyright (c) 2018, 2021 ArSysOp and others.\n\
Bundle-Copyright = Copyright (c) 2018, 2022 ArSysOp and others.\n\
\n\
This program and the accompanying materials are made\n\
available under the terms of the Eclipse Public License 2.0\n\
Expand Down
4 changes: 2 additions & 2 deletions bundles/org.eclipse.passage.lic.bc/about.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2020, 2021 ArSysOp and others
# Copyright (c) 2020, 2022 ArSysOp and others
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -20,5 +20,5 @@ blurb=Passage Licensing Integration Components: Bouncy Castle integration \n\
\n\
Version: {featureVersion}\n\
\n\
Copyright (c) 2018, 2021 ArSysOp and others. All rights reserved.\n\
Copyright (c) 2018, 2022 ArSysOp and others. All rights reserved.\n\
Visit http://www.eclipse.org/passage
6 changes: 3 additions & 3 deletions bundles/org.eclipse.passage.lic.bc/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2021 ArSysOp
Copyright (c) 2021, 2022 ArSysOp

This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -19,13 +19,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>org.eclipse.passage.lic.bc</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.bundles</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Automatic-Module-Name: org.eclipse.passage.lic.compile.branding
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.passage.lic.compile.branding
Bundle-Version: 0.1.101.qualifier
Bundle-Version: 2.3.0.qualifier
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Copyright: %Bundle-Copyright
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Properties file for org.eclipse.passage.lic.compile.branding
###############################################################################
# Copyright (c) 2020 ArSysOp and others
# Copyright (c) 2020, 2022 ArSysOp and others
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -14,7 +14,7 @@

Bundle-Name = Passage LIC Compile Branding
Bundle-Vendor = Eclipse Passage
Bundle-Copyright = Copyright (c) 2020 ArSysOp and others.\n\
Bundle-Copyright = Copyright (c) 2020, 2022 ArSysOp and others.\n\
\n\
This program and the accompanying materials are made\n\
available under the terms of the Eclipse Public License 2.0\n\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2020 ArSysOp and others
# Copyright (c) 2020, 2022 ArSysOp and others
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -20,5 +20,5 @@ blurb=Passage Licensing Integration Components: Compile - licensing constraints
\n\
Version: {featureVersion}\n\
\n\
Copyright (c) 2018, 2020 ArSysOp and others. All rights reserved.\n\
Copyright (c) 2018, 2022 ArSysOp and others. All rights reserved.\n\
Visit http://www.eclipse.org/passage
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Automatic-Module-Name: org.eclipse.passage.lic.define.branding
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.passage.lic.define.branding
Bundle-Version: 0.1.101.qualifier
Bundle-Version: 2.3.0.qualifier
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Copyright: %Bundle-Copyright
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2020 ArSysOp and others
# Copyright (c) 2020, 2022 ArSysOp and others
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -20,5 +20,5 @@ blurb=Passage Licensing Integration Components: Define - licensing constraints d
\n\
Version: {featureVersion}\n\
\n\
Copyright (c) 2018, 2020 ArSysOp and others. All rights reserved.\n\
Copyright (c) 2018, 2022 ArSysOp and others. All rights reserved.\n\
Visit http://www.eclipse.org/passage
4 changes: 2 additions & 2 deletions bundles/org.eclipse.passage.lic.emf/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ Manifest-Version: 1.0
Automatic-Module-Name: org.eclipse.passage.lic.emf.edit
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.passage.lic.emf
Bundle-Version: 2.2.2.qualifier
Bundle-Version: 2.3.0.qualifier
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Copyright: %Bundle-Copyright
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.emf.ecore.xmi;bundle-version="0.0.0",
org.eclipse.osgi;bundle-version="0.0.0",
org.eclipse.passage.lic.base;bundle-version="2.2.2"
org.eclipse.passage.lic.base;bundle-version="2.3.0"
Export-Package: org.eclipse.passage.lic.emf,
org.eclipse.passage.lic.emf.meta,
org.eclipse.passage.lic.emf.migration,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Properties file for org.eclipse.passage.lic.emf
###############################################################################
# Copyright (c) 2018, 2021 ArSysOp and others
# Copyright (c) 2018, 2022 ArSysOp and others
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -14,7 +14,7 @@

Bundle-Name = Passage LIC EMF
Bundle-Vendor = Eclipse Passage
Bundle-Copyright = Copyright (c) 2018, 2021 ArSysOp and others.\n\
Bundle-Copyright = Copyright (c) 2018, 2022 ArSysOp and others.\n\
\n\
This program and the accompanying materials are made\n\
available under the terms of the Eclipse Public License 2.0\n\
Expand Down
4 changes: 2 additions & 2 deletions bundles/org.eclipse.passage.lic.emf/about.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2020, 2021 ArSysOp and others
# Copyright (c) 2020, 2022 ArSysOp and others
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -20,5 +20,5 @@ blurb=Passage Licensing Integration Components: EMF API for Licensing metadata\n
\n\
Version: {featureVersion}\n\
\n\
Copyright (c) 2018, 2021 ArSysOp and others. All rights reserved.\n\
Copyright (c) 2018, 2022 ArSysOp and others. All rights reserved.\n\
Visit http://www.eclipse.org/passage
6 changes: 3 additions & 3 deletions bundles/org.eclipse.passage.lic.emf/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2021 ArSysOp
Copyright (c) 2021, 2022 ArSysOp

This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -19,13 +19,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>org.eclipse.passage.lic.emf</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.bundles</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>

</project>
6 changes: 3 additions & 3 deletions bundles/org.eclipse.passage.lic.equinox/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ Manifest-Version: 1.0
Automatic-Module-Name: org.eclipse.passage.lic.equinox
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.passage.lic.equinox
Bundle-Version: 2.2.2.qualifier
Bundle-Version: 2.3.0.qualifier
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Copyright: %Bundle-Copyright
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.osgi;bundle-version="0.0.0";visibility:=reexport,
org.eclipse.osgi.services;bundle-version="0.0.0";visibility:=reexport,
org.eclipse.core.runtime;bundle-version="0.0.0";visibility:=reexport,
org.eclipse.passage.lic.api;bundle-version="2.2.2";visibility:=reexport,
org.eclipse.passage.lic.base;bundle-version="2.2.2";visibility:=reexport,
org.eclipse.passage.lic.api;bundle-version="2.3.0";visibility:=reexport,
org.eclipse.passage.lic.base;bundle-version="2.3.0";visibility:=reexport,
org.apache.logging.log4j;bundle-version="2.17.0"
Export-Package: org.eclipse.passage.lic.equinox,
org.eclipse.passage.lic.equinox.access;x-friends:="org.eclipse.passage.lic.jetty",
Expand Down
4 changes: 2 additions & 2 deletions bundles/org.eclipse.passage.lic.equinox/META-INF/p2.inf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2018, 2021 ArSysOp and others
# Copyright (c) 2018, 2022 ArSysOp and others
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -13,4 +13,4 @@

provides.0.namespace = licensing.management
provides.0.name = equinox
provides.0.version = 2.0.0
provides.0.version = 2.3.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Properties file for org.eclipse.passage.lic.equinox
###############################################################################
# Copyright (c) 2018, 2021 ArSysOp and others
# Copyright (c) 2018, 2022 ArSysOp and others
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -14,7 +14,7 @@

Bundle-Name = Passage LIC Equinox
Bundle-Vendor = Eclipse Passage
Bundle-Copyright = Copyright (c) 2018, 2021 ArSysOp and others.\n\
Bundle-Copyright = Copyright (c) 2018, 2022 ArSysOp and others.\n\
\n\
This program and the accompanying materials are made\n\
available under the terms of the Eclipse Public License 2.0\n\
Expand Down
4 changes: 2 additions & 2 deletions bundles/org.eclipse.passage.lic.equinox/about.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2020, 2021 ArSysOp and others
# Copyright (c) 2020, 2022 ArSysOp and others
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -20,5 +20,5 @@ blurb=Passage Licensing Integration Components: Equinox \n\
\n\
Version: {featureVersion}\n\
\n\
Copyright (c) 2018, 2021 ArSysOp and others. All rights reserved.\n\
Copyright (c) 2018, 2022 ArSysOp and others. All rights reserved.\n\
Visit http://www.eclipse.org/passage
Loading