Skip to content

Commit

Permalink
Bumping version number to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbats committed Mar 14, 2013
1 parent 57fce82 commit 8c17434
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion org.buildroot.cdt.toolchain.build/pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>org.buildroot.cdt.toolchain.parent</groupId>
<artifactId>buildroot-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Buildroot Toolchain</name>
Expand Down
2 changes: 1 addition & 1 deletion org.buildroot.cdt.toolchain.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.buildroot.cdt.toolchain.feature"
label="Buildroot Toolchain"
version="1.0.1.qualifier"
version="2.0.0.qualifier"
provider-name="Buildroot Project">

<description url="https://github.com/mbats/eclipse-buildroot-toolchain-plugin">
Expand Down
4 changes: 2 additions & 2 deletions org.buildroot.cdt.toolchain.feature/pom.xml
Expand Up @@ -8,11 +8,11 @@
<parent>
<groupId>org.buildroot.cdt.toolchain.parent</groupId>
<artifactId>buildroot-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../org.buildroot.cdt.toolchain.build</relativePath>
</parent>

<artifactId>org.buildroot.cdt.toolchain.feature</artifactId>
<packaging>eclipse-feature</packaging>
<version>1.0.1-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</project>
4 changes: 2 additions & 2 deletions org.buildroot.cdt.toolchain.update/pom.xml
Expand Up @@ -8,11 +8,11 @@
<parent>
<groupId>org.buildroot.cdt.toolchain.parent</groupId>
<artifactId>buildroot-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../org.buildroot.cdt.toolchain.build</relativePath>
</parent>

<artifactId>org.buildroot.cdt.toolchain.update</artifactId>
<packaging>eclipse-repository</packaging>
<version>1.0.1-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</project>
2 changes: 1 addition & 1 deletion org.buildroot.cdt.toolchain/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Buildroot Toolchain
Bundle-SymbolicName: org.buildroot.cdt.toolchain;singleton:=true
Bundle-Version: 1.0.1.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-Activator: org.buildroot.cdt.toolchain.BuildrootActivator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
4 changes: 2 additions & 2 deletions org.buildroot.cdt.toolchain/pom.xml
Expand Up @@ -8,13 +8,13 @@
<parent>
<groupId>org.buildroot.cdt.toolchain.parent</groupId>
<artifactId>buildroot-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../org.buildroot.cdt.toolchain.build</relativePath>
</parent>

<artifactId>org.buildroot.cdt.toolchain</artifactId>
<packaging>eclipse-plugin</packaging>
<version>1.0.1-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>


<build>
Expand Down

0 comments on commit 8c17434

Please sign in to comment.