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

Bug 567837 [Passage] prepare 1.1.0 M1 #476

Merged
merged 6 commits into from
Oct 13, 2020
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
[![Eclipse License](https://img.shields.io/badge/license-EPL--2.0-HotPink.svg)](https://github.com/eclipse/passage/blob/master/LICENSE)

###### Latest release
[![Stable release P2](https://img.shields.io/badge/P2%20Components-1.0.0-DeepSkyBlue.svg)](https://download.eclipse.org/passage/updates/release/1.0.0/)
[![Stable release Products](https://img.shields.io/badge/Runnable%20Products-1.0.0-DeepSkyBlue.svg)](https://download.eclipse.org/passage/downloads/release/1.0.0/)
[![Stable release P2](https://img.shields.io/badge/P2%20Components-1.0.1-DeepSkyBlue.svg)](https://download.eclipse.org/passage/updates/release/1.0.1/)
[![Stable release Products](https://img.shields.io/badge/Runnable%20Products-1.0.1-DeepSkyBlue.svg)](https://download.eclipse.org/passage/downloads/release/1.0.1/)

###### Current milestone
[![Current P2](https://img.shields.io/badge/P2%20Components-1.0.1--RC1-Thistle.svg)](https://download.eclipse.org/passage/updates/milestone/1.0.1-RC1/)
[![Current Products](https://img.shields.io/badge/Runnable%20Products-1.0.1--RC1-Thistle.svg)](https://download.eclipse.org/passage/downloads/milestone/1.0.1-RC1/)
[![Current P2](https://img.shields.io/badge/P2%20Components-1.1.0--M1-Thistle.svg)](https://download.eclipse.org/passage/updates/milestone/1.1.0-M1/)
[![Current Products](https://img.shields.io/badge/Runnable%20Products-1.1.0--M1-Thistle.svg)](https://download.eclipse.org/passage/downloads/milestone/1.1.0-M1/)

[Eclipse Passage](https://projects.eclipse.org/projects/technology.passage) helps to verify that the software has sufficient license grants in accordance with the specified licensing requirements.
The Equinox-based implementation includes various validators for the time-limited, node-locked and other types of licenses.
Expand Down
2 changes: 1 addition & 1 deletion bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../releng/org.eclipse.passage.parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.passage.ldc.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.passage.ldc.feature"
label="%featureName"
version="1.0.1.qualifier"
version="1.1.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.passage.ldc"
license-feature="org.eclipse.license"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.passage.lic.compile.feature"
label="%featureName"
version="1.0.1.qualifier"
version="1.1.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.passage.lic.compile.branding"
license-feature="org.eclipse.license"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.passage.lic.define.feature"
label="%featureName"
version="1.0.1.qualifier"
version="1.1.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.passage.lic.define.branding"
license-feature="org.eclipse.license"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.passage.lic.execute.feature"
label="%featureName"
version="1.0.1.qualifier"
version="1.1.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.passage.lic.execute.branding"
license-feature="org.eclipse.license"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.passage.loc.operator.feature"
label="%featureName"
version="1.0.1.qualifier"
version="1.1.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../releng/org.eclipse.passage.parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>./releng/org.eclipse.passage.parent</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Contributors:
ArSysOp - initial API and implementation
-->
<product name="Passage Licensing Data Server" uid="org.eclipse.passage.lbc.server.product" id="org.eclipse.passage.lbc.server.product" application="org.eclipse.passage.lbc.server.application" version="1.0.0.qualifier" useFeatures="true" includeLaunchers="true">
<product name="Passage Licensing Data Server" uid="org.eclipse.passage.lbc.server.product" id="org.eclipse.passage.lbc.server.product" application="org.eclipse.passage.lbc.server.application" version="1.1.0.qualifier" useFeatures="true" includeLaunchers="true">

<configIni use="default">
</configIni>
Expand Down
2 changes: 1 addition & 1 deletion products/org.eclipse.passage.lbc.server.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ xmlns="http://maven.apache.org/POM/4.0.0"
<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.passage.parent</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
ArSysOp - initial API and implementation
-->

<product name="Passage Licensing Operator Workbench" uid="org.eclipse.passage.loc.operator.product" id="org.eclipse.passage.loc.operator.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="1.0.1.qualifier" useFeatures="true" includeLaunchers="true">
<product name="Passage Licensing Operator Workbench" uid="org.eclipse.passage.loc.operator.product" id="org.eclipse.passage.loc.operator.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="1.1.0.qualifier" useFeatures="true" includeLaunchers="true">

<aboutInfo>
</aboutInfo>
Expand Down
2 changes: 1 addition & 1 deletion products/org.eclipse.passage.loc.operator.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.passage.parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.passage.demo.aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.passage.parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.passage.demo.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.passage.parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.passage.lbc.aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.passage.parent</relativePath>
</parent>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.passage.lbc.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.passage.parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.passage.ldc.aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.passage.parent</relativePath>
</parent>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.passage.ldc.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.passage.parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.passage.lic.aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.passage.parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.passage.lic.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.passage.parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.passage.loc.aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.passage.parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.passage.loc.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.passage.parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions releng/org.eclipse.passage.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<prerequisites>
Expand All @@ -44,7 +44,7 @@

<eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.18-I-builds/</eclipserun-repo>
<released.baseline>https://download.eclipse.org/passage/updates/release/1.0.0/ldc/</released.baseline>
<staging.baseline>https://download.eclipse.org/passage/drops/integration/I549/ldc/</staging.baseline>
<staging.baseline>https://download.eclipse.org/passage/drops/integration/I554/ldc/</staging.baseline>

<!-- Declaration of properties that contribute to the arg line for the tycho-surefire-plugin.
The properties are declared empty by default and are overridden by automatic
Expand Down
4 changes: 2 additions & 2 deletions releng/org.eclipse.passage.releng/passage.setup
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,11 @@
<repository
url="https://download.eclipse.org/cbi/updates/license/"/>
<repository
url="https://download.eclipse.org/eclipse/updates/4.18-I-builds/"/>
url="https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M1a-202010120320/"/>
<repository
url="https://download.eclipse.org/ecp/releases/releases_125/1250/"/>
<repository
url="https://download.eclipse.org/modeling/emf/emf/builds/nightly/latest"/>
url="https://download.eclipse.org/modeling/emf/emf/builds/release/latest/"/>
<repository
url="https://download.eclipse.org/tools/orbit/downloads/2020-12"/>
</repositoryList>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Contributors:
ArSysOp - initial API and implementation
-->
<target name="org.eclipse.passage.target" sequenceNumber="90">
<target name="org.eclipse.passage.target" sequenceNumber="91">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
Expand All @@ -22,7 +22,7 @@
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
<unit id="org.eclipse.equinox.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M1a-202010120320/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.ecp.emfforms.runtime.feature.feature.group" version="0.0.0"/>
Expand All @@ -31,7 +31,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/>https://download.eclipse.org/ecp/releases/releases_124/
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/nightly/latest/"/>
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/latest/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="com.fasterxml.jackson.core.jackson-annotations" version="0.0.0"/>
Expand Down Expand Up @@ -59,7 +59,7 @@
<unit id="org.mockito" version="0.0.0"/>
<unit id="org.slf4j.api" version="0.0.0"/>
<unit id="org.slf4j.api.source" version="0.0.0"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2020-09/"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2020-12/"/>
</location>
</locations>
</target>
2 changes: 1 addition & 1 deletion releng/org.eclipse.passage.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.passage.parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../releng/org.eclipse.passage.parent</relativePath>
</parent>

Expand Down