Skip to content

Commit ace69bc

Browse files
committed
Update contrib doc, increment XML UI feature
1 parent 659abb3 commit ace69bc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you're seeing this repository somewhere other than [this GitHub repository](h
88

99
Hints for pull requests:
1010
- You should import the master unit test project from the `web/tests/org.eclipse.wst.sse.unittests/` location in the repository. Try to at least run the unit tests corresponding to the project for which you're proposing changes.
11-
- You can also run the Maven build, supplying using at least Tycho 4.0.1 for the values in `-Dtycho-extras.version=${tychoVersion} -Dtycho.version=${tychoVersion}` and profile `bree-libs` with `-Pbree-libs`.
11+
- You can also run the Maven build with the standard `clean` and `install` goals. Optionally you may specify a Tycho version using `-Dtycho-extras.version=${tychoVersion} -Dtycho.version=${tychoVersion}` (4.0.4 and higher)` and profile `bree-libs` with `-Pbree-libs`.
1212
- Please refer the GitHub issue in your commit message (e.g #1). If you're fixing an old bug [from Bugzilla](https://bugs.eclipse.org/bugs/), start your commit messages first line with the word "bug" and the bug number, e.g. Bug 12345 to refer to bug 12345 to make it more understandable in the eventual git history.
1313

1414
## Eclipse Development Process

xml/features/org.eclipse.wst.xml_sdk.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<feature
1515
id="org.eclipse.wst.xml_sdk.feature"
1616
label="%featureName"
17-
version="3.31.0.qualifier"
17+
version="3.33.0.qualifier"
1818
provider-name="%providerName"
1919
license-feature="org.eclipse.license"
2020
license-feature-version="0.0.0">

xml/features/org.eclipse.wst.xml_sdk.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121

2222
<groupId>org.eclipse.webtools.sourceediting</groupId>
2323
<artifactId>org.eclipse.wst.xml_sdk.feature</artifactId>
24-
<version>3.31.0-SNAPSHOT</version>
24+
<version>3.33.0-SNAPSHOT</version>
2525
<packaging>eclipse-feature</packaging>
2626
</project>

xml/features/org.eclipse.wst.xml_ui.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<feature
1515
id="org.eclipse.wst.xml_ui.feature"
1616
label="%featureName"
17-
version="3.31.0.qualifier"
17+
version="3.33.0.qualifier"
1818
provider-name="%providerName"
1919
plugin="org.eclipse.wst.xml.ui"
2020
license-feature="org.eclipse.license"

xml/features/org.eclipse.wst.xml_ui.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.eclipse.webtools.sourceediting</groupId>
2323
<artifactId>org.eclipse.wst.xml_ui.feature</artifactId>
24-
<version>3.31.0-SNAPSHOT</version>
24+
<version>3.33.0-SNAPSHOT</version>
2525
<packaging>eclipse-feature</packaging>
2626

2727
<build>

0 commit comments

Comments
 (0)