mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[releng] Update help-docs-eclipserun-repo in root pom.xml
and: - bump versions of all the docs plug-ins. - improve comment so that next person can do it more easily - change to using https in the URL Change-Id: I62bd970f03e1ce081d4655ddbf6c742be2623acd
This commit is contained in:
parent
f8b2d01109
commit
d3ad918c14
9 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %bundleName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.autotools.docs;singleton:=true
|
||||
Bundle-Version: 2.0.1000.qualifier
|
||||
Bundle-Version: 2.0.1100.qualifier
|
||||
Bundle-Vendor: %provider
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.help,
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>2.0.1000-SNAPSHOT</version>
|
||||
<version>2.0.1100-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.autotools.docs</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %bundleName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.meson.docs;singleton:=true
|
||||
Bundle-Version: 1.0.1000.qualifier
|
||||
Bundle-Version: 1.0.1100.qualifier
|
||||
Bundle-Vendor: %provider
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.help,
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>1.0.1000-SNAPSHOT</version>
|
||||
<version>1.0.1100-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.meson.docs</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.doc.isv; singleton:=true
|
||||
Bundle-Version: 5.4.1100.qualifier
|
||||
Bundle-Version: 5.4.1200.qualifier
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)"
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>5.4.1100-SNAPSHOT</version>
|
||||
<version>5.4.1200-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.doc.isv</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.doc.user; singleton:=true
|
||||
Bundle-Version: 5.4.1000.qualifier
|
||||
Bundle-Version: 5.4.1100.qualifier
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>5.4.1000-SNAPSHOT</version>
|
||||
<version>5.4.1100-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.doc.user</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -41,9 +41,9 @@
|
|||
<sonar.java.source>11</sonar.java.source>
|
||||
<target-platform>cdt</target-platform>
|
||||
|
||||
<!-- When changing this value, consider also bumping the version numbers of all the docs plug-ins so that compare&replace does not
|
||||
replace the the newly built docs because the only change is in the filtered out index/* resources. -->
|
||||
<help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.22-I-builds/</help-docs-eclipserun-repo>
|
||||
<!-- When changing this value, consider also bumping the version numbers of all the docs plug-ins (those with build-doc profile in pom.xml)
|
||||
so that compare&replace does not replace the the newly built docs because the only change is in the filtered out index/* resources. -->
|
||||
<help-docs-eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.23-I-builds/</help-docs-eclipserun-repo>
|
||||
|
||||
<tycho.scmUrl>scm:git:https://git.eclipse.org/r/cdt/org.eclipse.cdt</tycho.scmUrl>
|
||||
<base.test.vmargs>-Xms256m -Xmx512m -ea</base.test.vmargs>
|
||||
|
|
Loading…
Add table
Reference in a new issue