Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
fhd committed Oct 26, 2014
1 parent 69c3149 commit e258828
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
@@ -1,3 +1,6 @@
1.1.0
=====

1.0.0 (2014-10-26)
==================
* Added support for Gepetto's new module editor.
Expand Down
2 changes: 1 addition & 1 deletion com.github.eclipsecolortheme.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.github.eclipsecolortheme.feature"
label="Eclipse Color Theme"
version="1.0.0.qualifier"
version="1.1.0.qualifier"
provider-name="GitHub">

<description url="http://github.com/eclipse-color-theme/eclipse-color-theme">
Expand Down
2 changes: 1 addition & 1 deletion com.github.eclipsecolortheme.feature/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>eclipsecolortheme</artifactId>
<groupId>com.github</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion com.github.eclipsecolortheme.test/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse Color Theme Test
Bundle-SymbolicName: com.github.eclipsecolortheme.test
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: GitHub
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: com.github.eclipsecolortheme;bundle-version="0.9.0",
Expand Down
4 changes: 2 additions & 2 deletions com.github.eclipsecolortheme.test/pom.xml
Expand Up @@ -3,11 +3,11 @@
<parent>
<artifactId>eclipsecolortheme</artifactId>
<groupId>com.github</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>com.github.eclipsecolortheme.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</project>
2 changes: 1 addition & 1 deletion com.github.eclipsecolortheme.updatesite/category.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/com.github.eclipsecolortheme.feature_1.0.0.qualifier.jar" id="com.github.eclipsecolortheme.feature" version="1.0.0.qualifier">
<feature url="features/com.github.eclipsecolortheme.feature_1.1.0.qualifier.jar" id="com.github.eclipsecolortheme.feature" version="1.1.0.qualifier">
<category name="com.github.eclipsecolortheme"/>
</feature>
<category-def name="com.github.eclipsecolortheme" label="Eclipse Color Theme"/>
Expand Down
2 changes: 1 addition & 1 deletion com.github.eclipsecolortheme.updatesite/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>eclipsecolortheme</artifactId>
<groupId>com.github</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion com.github.eclipsecolortheme/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse Color Theme
Bundle-SymbolicName: com.github.eclipsecolortheme;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.1.0.qualifier
Bundle-Activator: com.github.eclipsecolortheme.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion com.github.eclipsecolortheme/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>eclipsecolortheme</artifactId>
<groupId>com.github</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github</groupId>
<artifactId>eclipsecolortheme</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>

<modules>
<module>com.github.eclipsecolortheme</module>
Expand Down

0 comments on commit e258828

Please sign in to comment.