Skip to content

Commit

Permalink
update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa-nhg committed Jul 22, 2019
1 parent f1a5d37 commit b27ced2
Show file tree
Hide file tree
Showing 55 changed files with 107 additions and 75 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,35 @@ Now that your workspace is setup, you can start creating your [project and defin
## Model examples

The [ros-model-experiments](https://github.com/ipa-nhg/ros-model-experiments/) reposirory holds some examples o models autogenerated using the tooling and its facilities.

## Update Release versions (only for administrators)

### 1. Update version

Run the command:

```
mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=X.Y.0-SNAPSHOT -f plugins/de.fraunhofer.ipa.ros.parent/
```

This will upgrade the *pom.xml* and *MANIFEST.MF* of all the repositories.

### 2. Synchronize the ROS fetuare

Open the on eclipse the file *de.fraunhofer.ipa.ros.feature/feature.xml* and under *Overview* press the button *Synchronize* and choose the second option*Copy versions from plug-in, feature and fragment manifest*

![alt text](docu/images/sync_feature.png)


Push to this GitHub repository the status

### 3. Export the updated feature

From the menu *File* select *Export* and choose the option *Deployable features* from *Plug-in Development* category. Select the *de.fraunhofer.ipa.ros.feature* Feature and give a path for destination (e.g. ~/Desktop/export)

The resulted folders and files have to be copied to the *updatesite/latest* folder fo the [Update Site server](http://ros-model.seronet-project.de/updatesite/latest/)

### 4. Add a new release on GitHub

Tag the current point of the history with the release number previously given (X.Y.0). Optionally upgrade the [exported files](#3-export-the-updated-feature) as a zip.

Binary file added docu/images/sync_feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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: %pluginName
Bundle-SymbolicName: de.fraunhofer.ipa.componentInterface.edit;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.1.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: componentInterface.provider.ComponentInterfaceEditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
2 changes: 1 addition & 1 deletion plugins/de.fraunhofer.ipa.componentInterface.edit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.ipa.ros</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.componentInterface.edit</artifactId>
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: %pluginName
Bundle-SymbolicName: de.fraunhofer.ipa.componentInterface.editor;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.1.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: componentInterface.presentation.ComponentInterfaceEditorPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.ipa.ros</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.componentInterface.editor</artifactId>
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: de.fraunhofer.ipa.componentInterface.xtext.ide
Bundle-Vendor: Fraunhofer IPA
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.1.0.qualifier
Bundle-SymbolicName: de.fraunhofer.ipa.componentInterface.xtext.ide; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: de.fraunhofer.ipa.componentInterface.xtext,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.fraunhofer.ipa.ros</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.componentInterface.xtext.ide</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: de.fraunhofer.ipa.componentInterface.xtext.tests
Bundle-ManifestVersion: 2
Bundle-Name: de.fraunhofer.ipa.componentInterface.xtext.tests
Bundle-Vendor: Fraunhofer IPA
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.1.0.qualifier
Bundle-SymbolicName: de.fraunhofer.ipa.componentInterface.xtext.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: de.fraunhofer.ipa.componentInterface.xtext,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.ipa.ros</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.componentInterface.xtext.tests</artifactId>
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: de.fraunhofer.ipa.componentInterface.xtext.ui
Bundle-Vendor: Fraunhofer IPA
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.1.0.qualifier
Bundle-SymbolicName: de.fraunhofer.ipa.componentInterface.xtext.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: de.fraunhofer.ipa.componentInterface.xtext,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.fraunhofer.ipa.ros</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.componentInterface.xtext.ui</artifactId>
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: de.fraunhofer.ipa.componentInterface.xtext
Bundle-Vendor: Fraunhofer IPA
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.1.0.qualifier
Bundle-SymbolicName: de.fraunhofer.ipa.componentInterface.xtext; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: de.fraunhofer.ipa.componentInterface,
Expand Down
2 changes: 1 addition & 1 deletion plugins/de.fraunhofer.ipa.componentInterface.xtext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.fraunhofer.ipa.ros</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.componentInterface.xtext</artifactId>
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: %pluginName
Bundle-SymbolicName: de.fraunhofer.ipa.componentInterface;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.1.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/de.fraunhofer.ipa.componentInterface/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.ipa.ros</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.componentInterface</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/de.fraunhofer.ipa.ros.edit/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: %pluginName
Bundle-SymbolicName: de.fraunhofer.ipa.ros.edit;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.1.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: ros.provider.RosEditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
2 changes: 1 addition & 1 deletion plugins/de.fraunhofer.ipa.ros.edit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.ipa.ros</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.ros.edit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/de.fraunhofer.ipa.ros.editor/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: %pluginName
Bundle-SymbolicName: de.fraunhofer.ipa.ros.editor;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.1.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: ros.presentation.RosEditorPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
2 changes: 1 addition & 1 deletion plugins/de.fraunhofer.ipa.ros.editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.ipa.ros</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.ros.editor</artifactId>
Expand Down
46 changes: 23 additions & 23 deletions plugins/de.fraunhofer.ipa.ros.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.fraunhofer.ipa.ros.feature"
label="Ros Feature"
version="1.0.0.qualifier"
version="1.1.0.qualifier"
provider-name="Fraunhofer IPA">

<description url="https://github.com/ipa320/ros-model">
Expand Down Expand Up @@ -52,154 +52,154 @@ POSSIBILITY OF SUCH DAMAGE.
id="de.fraunhofer.ipa.rossystem"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.rossystem.xtext.ide"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.ros.edit"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.componentInterface.edit"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.ros.sirius"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.ros.xtext.ui"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.rossystem.edit"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.rossystem.xtext"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.ros.plugin"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.componentInterface.xtext.ui"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.ros"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.componentInterface"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.componentInterface.xtext"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.rossystem.editor"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.componentInterface.xtext.ide"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.rossystem.xtext.ui"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.componentInterface.editor"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.ros.xtext.ide"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.ros.xtext"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.ros.editor"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.ros.model.spec.check"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.roscode.generator"
download-size="0"
install-size="0"
version="0.0.0"
version="1.1.0.qualifier"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion plugins/de.fraunhofer.ipa.ros.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.ipa.ros</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.ros.feature</artifactId>
Expand Down
Loading

0 comments on commit b27ced2

Please sign in to comment.