Skip to content

Commit

Permalink
Set version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matejart committed Oct 18, 2017
1 parent 5f2edba commit fa86b25
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion bundles/org.dice.deployments.client/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: DICE Deployment Service Client
Bundle-SymbolicName: org.dice.deployments.client
Bundle-Version: 0.3.2.qualifier
Bundle-Version: 0.3.3.qualifier
Bundle-Vendor: XLAB
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.dice.deployments.client.exception,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: DICE Deployment Service Datastore
Bundle-SymbolicName: org.dice.deployments.datastore;singleton:=true
Bundle-Version: 0.3.2.qualifier
Bundle-Version: 0.3.3.qualifier
Bundle-Vendor: XLAB
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: DICE Deployment Standalone UI
Bundle-SymbolicName: org.dice.deployments.standalone;singleton:=true
Bundle-Version: 0.3.2.qualifier
Bundle-Version: 0.3.3.qualifier
Bundle-Vendor: XLAB
Require-Bundle: org.eclipse.ui,
org.eclipse.ui.cheatsheets
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.dice.deployments.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: DICE Deployment Service UI
Bundle-SymbolicName: org.dice.deployments.ui;singleton:=true
Bundle-Version: 0.3.2.qualifier
Bundle-Version: 0.3.3.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.ui;bundle-version="3.108.0",
org.dice.deployments.datastore;bundle-version="0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.dice.deployments</groupId>
<artifactId>org.dice.deployments.root</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.3-SNAPSHOT</version>
</parent>

<groupId>org.dice.deployments</groupId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.dice.deployments.client.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.dice.deployments.client.feature"
label="DICE Deployment Service Client"
version="0.3.2.qualifier"
version="0.3.3.qualifier"
provider-name="XLAB">

<description url="https://github.com/dice-project/DICE-Deployment-IDE-Plugin">
Expand Down
4 changes: 2 additions & 2 deletions features/org.dice.deployments.datastore.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.dice.deployments.datastore.feature"
label="DICE Deployment Service Datastore"
version="0.3.2.qualifier"
version="0.3.3.qualifier"
provider-name="XLAB">

<description url="https://github.com/dice-project/DICE-Deployment-IDE-Plugin">
Expand Down Expand Up @@ -111,7 +111,7 @@ This Agreement is governed by the laws of the State of New York and the intellec
<import plugin="org.eclipse.jface" version="3.12.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.databinding.observable" version="1.6.0" match="greaterOrEqual"/>
<import plugin="com.google.gson" version="2.2.4" match="greaterOrEqual"/>
<import feature="org.dice.deployments.client.feature" version="0.3.2.qualifier"/>
<import feature="org.dice.deployments.client.feature" version="0.3.3.qualifier"/>
</requires>

<plugin
Expand Down
8 changes: 4 additions & 4 deletions features/org.dice.deployments.standalone.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.dice.deployments.standalone.feature"
label="DICE Deployment Standalone Feature"
version="0.3.2.qualifier"
version="0.3.3.qualifier"
provider-name="XLAB">

<description url="https://github.com/dice-project/DICE-Deployment-IDE-Plugin">
Expand Down Expand Up @@ -106,9 +106,9 @@ This Agreement is governed by the laws of the State of New York and the intellec
<requires>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.ui.cheatsheets"/>
<import feature="org.dice.deployments.client.feature" version="0.3.2.qualifier"/>
<import feature="org.dice.deployments.datastore.feature" version="0.3.2.qualifier"/>
<import feature="org.dice.deployments.ui.feature" version="0.3.2.qualifier"/>
<import feature="org.dice.deployments.client.feature" version="0.3.3.qualifier"/>
<import feature="org.dice.deployments.datastore.feature" version="0.3.3.qualifier"/>
<import feature="org.dice.deployments.ui.feature" version="0.3.3.qualifier"/>
</requires>

<plugin
Expand Down
4 changes: 2 additions & 2 deletions features/org.dice.deployments.ui.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.dice.deployments.ui.feature"
label="DICE Deployment Service UI"
version="0.3.2.qualifier"
version="0.3.3.qualifier"
provider-name="XLAB">

<description url="https://github.com/dice-project/DICE-Deployment-IDE-Plugin">
Expand Down Expand Up @@ -116,7 +116,7 @@ This Agreement is governed by the laws of the State of New York and the intellec
<import plugin="org.eclipse.core.databinding.property" version="1.6.0" match="greaterOrEqual"/>
<import plugin="org.apache.commons.compress" version="1.6.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.cheatsheets"/>
<import feature="org.dice.deployments.datastore.feature" version="0.3.2.qualifier"/>
<import feature="org.dice.deployments.datastore.feature" version="0.3.3.qualifier"/>
</requires>

<plugin
Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.dice.deployments</groupId>
<artifactId>org.dice.deployments.root</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.3-SNAPSHOT</version>
</parent>

<groupId>org.dice.deployments</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.dice.deployments</groupId>
<artifactId>org.dice.deployments.configuration</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.3-SNAPSHOT</version>
<relativePath>./releng/org.dice.deployments.configuration</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion releng/org.dice.deployments.configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>org.dice.deployments</groupId>
<artifactId>org.dice.deployments.configuration</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.3-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions releng/org.dice.deployments.update.ide/category.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.dice.deployments.client.feature_0.3.2.qualifier.jar" id="org.dice.deployments.client.feature" version="0.3.2.qualifier">
<feature url="features/org.dice.deployments.client.feature_0.3.3.qualifier.jar" id="org.dice.deployments.client.feature" version="0.3.3.qualifier">
<category name="org.dice.deployments"/>
</feature>
<feature url="features/org.dice.deployments.datastore.feature_0.3.2.qualifier.jar" id="org.dice.deployments.datastore.feature" version="0.3.2.qualifier">
<feature url="features/org.dice.deployments.datastore.feature_0.3.3.qualifier.jar" id="org.dice.deployments.datastore.feature" version="0.3.3.qualifier">
<category name="org.dice.deployments"/>
</feature>
<feature url="features/org.dice.deployments.ui.feature_0.3.2.qualifier.jar" id="org.dice.deployments.ui.feature" version="0.3.2.qualifier">
<feature url="features/org.dice.deployments.ui.feature_0.3.3.qualifier.jar" id="org.dice.deployments.ui.feature" version="0.3.3.qualifier">
<category name="org.dice.deployments"/>
</feature>
<category-def name="org.dice.deployments" label="DICE Deployment Service"/>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.dice.deployments.update.ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.dice.deployments</groupId>
<artifactId>org.dice.deployments.releng</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.3-SNAPSHOT</version>
</parent>

<artifactId>org.dice.deployments.update.ide</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.dice.deployments.update.standalone/category.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.dice.deployments.standalone.feature_0.3.2.qualifier.jar" id="org.dice.deployments.standalone.feature" version="0.3.2.qualifier">
<feature url="features/org.dice.deployments.standalone.feature_0.3.3.qualifier.jar" id="org.dice.deployments.standalone.feature" version="0.3.3.qualifier">
<category name="org.dice.deployments"/>
</feature>
<category-def name="org.dice.deployments" label="DICE Deployment Service"/>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.dice.deployments.update.standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.dice.deployments</groupId>
<artifactId>org.dice.deployments.releng</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.3-SNAPSHOT</version>
</parent>

<artifactId>org.dice.deployments.update.standalone</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.dice.deployments</groupId>
<artifactId>org.dice.deployments.root</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.3-SNAPSHOT</version>
</parent>

<groupId>org.dice.deployments</groupId>
Expand Down

0 comments on commit fa86b25

Please sign in to comment.