Skip to content

Commit

Permalink
Set version to 0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Maggi <benoit.maggi@gmail.com>
  • Loading branch information
bmaggi committed Sep 22, 2017
1 parent 55f694f commit 607418c
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion com.github.bmaggi.ecore.yuml.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.github.bmaggi.ecore.yuml.feature"
label="%featureName"
version="0.1.0.qualifier"
version="0.1.0"
provider-name="%providerName">

<description url="%descriptionURL">
Expand Down
2 changes: 1 addition & 1 deletion com.github.bmaggi.ecore.yuml.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>com.github.bmaggi.ecore.yuml</groupId>
<artifactId>com.github.bmaggi.ecore.yuml.parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<artifactId>com.github.bmaggi.ecore.yuml.feature</artifactId>
<packaging>eclipse-feature</packaging>
Expand Down
2 changes: 1 addition & 1 deletion com.github.bmaggi.ecore.yuml.repository/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/com.github.bmaggi.ecore.yuml.feature_0.1.0.qualifier.jar" id="com.github.bmaggi.ecore.yuml.feature" version="0.1.0.qualifier">
<feature url="features/com.github.bmaggi.ecore.yuml.feature_0.1.0.jar" id="com.github.bmaggi.ecore.yuml.feature" version="0.1.0">
<category name="com.github.bmaggi.ecore.yuml.category"/>
</feature>
<feature url="features/com.github.bmaggi.ecore.yuml.feature.source_0.1.0.qualifier.jar" id="com.github.bmaggi.ecore.yuml.feature.source" version="0.1.0.qualifier">
Expand Down
2 changes: 1 addition & 1 deletion com.github.bmaggi.ecore.yuml.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.bmaggi.ecore.yuml</groupId>
<artifactId>com.github.bmaggi.ecore.yuml.parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<artifactId>com.github.bmaggi.ecore.yuml.feature.repository</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
2 changes: 1 addition & 1 deletion com.github.bmaggi.ecore.yuml.targetplatform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.bmaggi.ecore.yuml</groupId>
<artifactId>com.github.bmaggi.ecore.yuml.parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<artifactId>com.github.bmaggi.ecore.yuml.targetplatform</artifactId>
<packaging>eclipse-target-definition</packaging>
Expand Down
2 changes: 1 addition & 1 deletion com.github.bmaggi.ecore.yuml.tests/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: %Bundle-Name
Bundle-SymbolicName: com.github.bmaggi.ecore.yuml.tests
Bundle-Version: 0.1.0.qualifier
Bundle-Version: 0.1.0
Fragment-Host: com.github.bmaggi.ecore.yuml;bundle-version="0.1.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit
Expand Down
2 changes: 1 addition & 1 deletion com.github.bmaggi.ecore.yuml.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>com.github.bmaggi.ecore.yuml</groupId>
<artifactId>com.github.bmaggi.ecore.yuml.parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<artifactId>com.github.bmaggi.ecore.yuml.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion com.github.bmaggi.ecore.yuml.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: %Bundle-Name
Bundle-SymbolicName: com.github.bmaggi.ecore.yuml.ui;singleton:=true
Bundle-Version: 0.1.0.qualifier
Bundle-Version: 0.1.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.emf.ecore;bundle-version="2.12.0",
org.eclipse.core.resources;bundle-version="3.11.0",
Expand Down
2 changes: 1 addition & 1 deletion com.github.bmaggi.ecore.yuml.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>com.github.bmaggi.ecore.yuml</groupId>
<artifactId>com.github.bmaggi.ecore.yuml.parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<artifactId>com.github.bmaggi.ecore.yuml.ui</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion com.github.bmaggi.ecore.yuml/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: %Bundle-Name
Bundle-SymbolicName: com.github.bmaggi.ecore.yuml;singleton:=true
Bundle-Version: 0.1.0.qualifier
Bundle-Version: 0.1.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.emf.ecore;bundle-version="2.12.0",
org.eclipse.core.resources;bundle-version="3.11.0",
Expand Down
2 changes: 1 addition & 1 deletion com.github.bmaggi.ecore.yuml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>com.github.bmaggi.ecore.yuml</groupId>
<artifactId>com.github.bmaggi.ecore.yuml.parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<artifactId>com.github.bmaggi.ecore.yuml</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.bmaggi.ecore.yuml</groupId>
<artifactId>com.github.bmaggi.ecore.yuml.parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>
<modules>
<module>com.github.bmaggi.ecore.yuml</module>
Expand Down

0 comments on commit 607418c

Please sign in to comment.