Skip to content

Commit

Permalink
Merge pull request #1196 from eclipse-passage/1194_baseline
Browse files Browse the repository at this point in the history
Prepare releng for 2.7.0 release #1194
  • Loading branch information
ruspl-afed authored Jan 11, 2023
2 parents 8be50ec + 9f729c1 commit 3437801
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.passage.lbc.base/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.lbc.base
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.passage.lbc.base
Bundle-Version: 1.2.301.qualifier
Bundle-Version: 2.7.0.qualifier
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Copyright: %Bundle-Copyright
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.passage.lbc.fls/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0",
org.eclipse.passage.lbc.jetty;bundle-version="0.0.0"
Bundle-ActivationPolicy: lazy
Provide-Capability: licensing.feature;licensing.feature="org.eclipse.passage.lbc.fls.product";name="Eclipse Passage Floating License Server";version="2.6.0";provider="Eclipse Passage";agreements="licenses/epl-2.0.txt";level="warn"
Provide-Capability: licensing.feature;licensing.feature="org.eclipse.passage.lbc.fls.product";name="Eclipse Passage Floating License Server";version="2.7.0";provider="Eclipse Passage";agreements="licenses/epl-2.0.txt";level="warn"

2 changes: 1 addition & 1 deletion releng/org.eclipse.passage.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<cbi-snapshots-repo.url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</cbi-snapshots-repo.url>

<eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/</eclipserun-repo>
<released.baseline>https://download.eclipse.org/passage/updates/release/2.6.0/</released.baseline>
<released.baseline>https://download.eclipse.org/passage/updates/release/2.6.1/</released.baseline>
<staging.baseline>https://download.eclipse.org/passage/drops/integration/latest/</staging.baseline>

<compare-version-with-baselines.skip>true</compare-version-with-baselines.skip>
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.baseline" sequenceNumber="101">
<target name="org.eclipse.passage.baseline" sequenceNumber="102">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/cbi/updates/license/"/>
Expand Down Expand Up @@ -62,7 +62,7 @@
<unit id="org.eclipse.uml2.sdk.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/passage/updates/release/2.6.0/"/>
<repository location="https://download.eclipse.org/passage/updates/release/2.6.1/"/>
<unit id="org.eclipse.passage.lbc.execute.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.passage.ldc.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.passage.lic.define.feature.feature.group" version="0.0.0"/>
Expand Down

0 comments on commit 3437801

Please sign in to comment.