Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
Upversion to 1.5.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon committed Apr 5, 2018
1 parent 36d00c6 commit 0c40d43
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.4.0.qualifier
Bundle-Version: 1.5.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.4.0-SNAPSHOT</version>
<version>1.5.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.4.0.qualifier"
version="1.5.0.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.maven.apt.core"
license-feature="org.jboss.tools.foundation.license.feature"
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.4.0-SNAPSHOT</version>
<version>1.5.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.4.0-SNAPSHOT</version>
<version>1.5.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.4.0.qualifier
Bundle-Version: 1.5.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
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.4.0-SNAPSHOT</version>
<version>1.5.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.4.0.qualifier
Bundle-Version: 1.5.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.4.0-SNAPSHOT</version>
<version>1.5.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.4.0-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT</version>
<packaging>pom</packaging>

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

0 comments on commit 0c40d43

Please sign in to comment.