Skip to content

Commit

Permalink
Bump version to 1.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
caiwei-ebay committed Jul 2, 2014
1 parent 1768a95 commit 186c2e5
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion org.jboss.tools.maven.apt.core/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: org.jboss.tools.maven.apt.core;singleton:=true
Bundle-Version: 1.1.1.qualifier
Bundle-Version: 1.2.0.qualifier
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
Expand Down
2 changes: 1 addition & 1 deletion org.jboss.tools.maven.apt.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.tools.maven.apt</groupId>
<artifactId>org.jboss.tools.maven.apt.parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>org.jboss.tools.maven.apt.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.jboss.tools.maven.apt.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.maven.apt.feature"
label="%featureName"
version="1.1.1.qualifier"
version="1.2.0.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.maven.apt.core">

Expand Down
2 changes: 1 addition & 1 deletion org.jboss.tools.maven.apt.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.jboss.tools.maven.apt</groupId>
<artifactId>org.jboss.tools.maven.apt.parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>org.jboss.tools.maven.apt.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.jboss.tools.maven.apt.site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.jboss.tools.maven.apt</groupId>
<artifactId>org.jboss.tools.maven.apt.parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>org.jboss.tools.maven.apt.site</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.jboss.tools.maven.apt.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: m2e-apt Tests Plug-in
Bundle-SymbolicName: org.jboss.tools.maven.apt.tests
Bundle-Version: 1.1.1.qualifier
Bundle-Version: 1.2.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6, JavaSE-1.7
Require-Bundle: org.eclipse.m2e.tests.common;bundle-version="[1.0.0,2.0)",
org.junit;bundle-version="3.8.2",
Expand Down
2 changes: 1 addition & 1 deletion org.jboss.tools.maven.apt.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.tools.maven.apt</groupId>
<artifactId>org.jboss.tools.maven.apt.parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>org.jboss.tools.maven.apt.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.jboss.tools.maven.apt.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: org.jboss.tools.maven.apt.ui;singleton:=true
Bundle-Version: 1.1.1.qualifier
Bundle-Version: 1.2.0.qualifier
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.jboss.tools.maven.apt.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.jboss.tools.maven.apt</groupId>
<artifactId>org.jboss.tools.maven.apt.parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>org.jboss.tools.maven.apt.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.jboss.tools.maven.apt</groupId>
<artifactId>org.jboss.tools.maven.apt.parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Maven Integration for Eclipse JDT APT :: Parent</name>
Expand Down

0 comments on commit 186c2e5

Please sign in to comment.