Skip to content

Commit

Permalink
Eclipse Nebula 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lcaron committed Dec 26, 2023
1 parent 07038b9 commit ecf9adc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion releng/org.eclipse.nebula.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.nebula.feature"
label="Nebula Widgets"
version="3.0.0.qualifier"
version="3.1.0.qualifier"
provider-name="Eclipse Nebula">

<description url="http://eclipse.org/nebula">
Expand Down
4 changes: 2 additions & 2 deletions releng/org.eclipse.nebula.feature/pom.xml
Expand Up @@ -19,7 +19,7 @@ Contributors:

<parent>
<groupId>org.eclipse.nebula</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<artifactId>nebula-release</artifactId>
<relativePath>../../releng/org.eclipse.nebula.nebula-release</relativePath>
</parent>
Expand All @@ -29,5 +29,5 @@ Contributors:

<name>Eclipse Nebula Feature</name>

<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</project>
2 changes: 1 addition & 1 deletion releng/org.eclipse.nebula.nebula-release/pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>org.eclipse.nebula</groupId>
<artifactId>nebula-release</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.nebula.updatesite/category.xml
Expand Up @@ -165,7 +165,7 @@
<feature url="features/org.eclipse.nebula.widgets.tablecombo.css.feature_1.0.0.qualifier.jar" id="org.eclipse.nebula.widgets.tablecombo.css.feature" version="1.2.0.qualifier">
<category name="Nebula Release Individual Widgets"/>
</feature>
<feature url="features/org.eclipse.nebula.feature_3.0.0.qualifier.jar" id="org.eclipse.nebula.feature" version="3.0.0.qualifier">
<feature url="features/org.eclipse.nebula.feature_3.1.0.qualifier.jar" id="org.eclipse.nebula.feature" version="3.1.0.qualifier">
<category name="Nebula Release all Widgets and Examples"/>
</feature>
<feature url="features/org.eclipse.nebula.widgets.cdatetime.feature_0.0.0.jar" id="org.eclipse.nebula.widgets.cdatetime.feature" version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.nebula.updatesite/pom.xml
Expand Up @@ -19,7 +19,7 @@ Contributors:

<parent>
<groupId>org.eclipse.nebula</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<artifactId>nebula-release</artifactId>
<relativePath>../../releng/org.eclipse.nebula.nebula-release</relativePath>
</parent>
Expand Down

0 comments on commit ecf9adc

Please sign in to comment.