Skip to content

Commit

Permalink
update relevant versions to 1.3.1 for further development
Browse files Browse the repository at this point in the history
  • Loading branch information
koentsje committed Aug 31, 2014
1 parent ad8e28f commit b348e9d
Show file tree
Hide file tree
Showing 53 changed files with 59 additions and 58 deletions.
2 changes: 1 addition & 1 deletion features/org.jboss.tools.forge.ext.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<feature
id="org.jboss.tools.forge.ext.feature"
label="%featureName"
version="1.3.0.qualifier"
version="1.3.1.qualifier"
provider-name="%featureProvider"
plugin="org.jboss.tools.forge.ui">

Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.tools.forge.ext.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>features</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.features</groupId>
<artifactId>org.jboss.tools.forge.ext.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<feature
id="org.jboss.tools.forge.ext.test.feature"
label="%featureName"
version="1.3.0.qualifier"
version="1.3.1.qualifier"
provider-name="%featureProvider">

<description>
Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.tools.forge.ext.test.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>features</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.features</groupId>
<artifactId>org.jboss.tools.forge.ext.test.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.tools.forge.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<feature
id="org.jboss.tools.forge.feature"
label="%featureName"
version="1.3.0.qualifier"
version="1.3.1.qualifier"
provider-name="%featureProvider"
plugin="org.jboss.tools.forge.ui">

Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.tools.forge.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>features</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.features</groupId>
<artifactId>org.jboss.tools.forge.feature</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion features/org.jboss.tools.forge.m2e.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<feature
id="org.jboss.tools.forge.m2e.feature"
label="%featureName"
version="1.1.0.qualifier"
version="1.1.1.qualifier"
provider-name="%featureProvider"
plugin="org.jboss.tools.forge.m2e">

Expand All @@ -32,4 +32,5 @@
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
4 changes: 2 additions & 2 deletions features/org.jboss.tools.forge.m2e.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>features</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.features</groupId>
<artifactId>org.jboss.tools.forge.m2e.feature</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion features/org.jboss.tools.forge.test.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<feature
id="org.jboss.tools.forge.test.feature"
label="%featureName"
version="1.3.0.qualifier"
version="1.3.1.qualifier"
provider-name="%featureProvider">

<description>
Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.tools.forge.test.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>features</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.features</groupId>
<artifactId>org.jboss.tools.forge.test.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>forge</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>features</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.aesh.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: %BundleName
Bundle-SymbolicName: org.jboss.tools.aesh.core;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Version: 1.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
org.jboss.tools.aesh.runtime;visibility:=reexport
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.aesh.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>plugins</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.plugins</groupId>
<artifactId>org.jboss.tools.aesh.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.aesh.example/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: Aesh Example
Bundle-SymbolicName: org.jboss.tools.aesh.example;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Version: 1.3.1.qualifier
Bundle-Vendor: JBoss by Red Hat
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.jboss.tools.aesh.core;bundle-version="1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.aesh.example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>plugins</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.plugins</groupId>
<artifactId>org.jboss.tools.aesh.example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.aesh.runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>plugins</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.plugins</groupId>
<artifactId>org.jboss.tools.aesh.runtime</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.aesh.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: %BundleName
Bundle-SymbolicName: org.jboss.tools.aesh.ui;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Version: 1.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
org.eclipse.jface.text;bundle-version="3.8.100",
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.aesh.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>plugins</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.plugins</groupId>
<artifactId>org.jboss.tools.aesh.ui</artifactId>
Expand Down
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: %BundleName
Bundle-SymbolicName: org.jboss.tools.forge.core.ext;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Version: 1.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %BundleProvider
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.forge.core.ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>plugins</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.plugins</groupId>
<artifactId>org.jboss.tools.forge.core.ext</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.forge.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: %BundleName
Bundle-SymbolicName: org.jboss.tools.forge.core;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Version: 1.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
org.eclipse.debug.core;bundle-version="3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.forge.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>plugins</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.plugins</groupId>
<artifactId>org.jboss.tools.forge.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.forge.m2e/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: %BundleName
Bundle-SymbolicName: org.jboss.tools.forge.m2e;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Version: 1.1.1.qualifier
Bundle-Activator: org.jboss.tools.forge.m2e.internal.M2eForgeActivator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.jboss.tools.forge.m2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>plugins</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.plugins</groupId>
<artifactId>org.jboss.tools.forge.m2e</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
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: %BundleName
Bundle-SymbolicName: org.jboss.tools.forge.runtime.ext
Bundle-Version: 1.3.0.qualifier
Bundle-Version: 1.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Eclipse-BundleShape: dir
Bundle-Vendor: %BundleProvider
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.forge.runtime.ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>plugins</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.plugins</groupId>
<artifactId>org.jboss.tools.forge.runtime.ext</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.forge.runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>plugins</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.plugins</groupId>
<artifactId>org.jboss.tools.forge.runtime</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.forge.ui.ext/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: %BundleName
Bundle-SymbolicName: org.jboss.tools.forge.ui.ext;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Version: 1.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %BundleProvider
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.forge.ui.ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>plugins</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.plugins</groupId>
<artifactId>org.jboss.tools.forge.ui.ext</artifactId>
Expand Down
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: %BundleName
Bundle-SymbolicName: org.jboss.tools.forge.ui.notifications;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Version: 1.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.forge.ui.notifications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>plugins</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.plugins</groupId>
<artifactId>org.jboss.tools.forge.ui.notifications</artifactId>
Expand Down
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: %BundleName
Bundle-SymbolicName: org.jboss.tools.forge.ui.wizards;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Version: 1.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.core.resources;bundle-version="3.8.1",
org.eclipse.swt;bundle-version="3.100.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.forge.ui.wizards/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>plugins</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.plugins</groupId>
<artifactId>org.jboss.tools.forge.ui.wizards</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.forge.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: %BundleName
Bundle-SymbolicName: org.jboss.tools.forge.ui;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Version: 1.3.1.qualifier
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.ui.console,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.forge.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>plugins</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.plugins</groupId>
<artifactId>org.jboss.tools.forge.ui</artifactId>
Expand Down
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: %BundleName
Bundle-SymbolicName: org.jboss.tools.forge2.runtime;singleton:=true
Bundle-Version: 2.0.1.qualifier
Bundle-Version: 2.8.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: %BundleProvider
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.jboss.tools.forge2.runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>plugins</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.plugins</groupId>
<artifactId>org.jboss.tools.forge2.runtime</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.8.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<version.furnace>2.8.1.Final</version.furnace>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>forge</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>plugins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<version>4.2.0.CR2-SNAPSHOT</version>
</parent>
<artifactId>forge</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
<name>forge.all</name>
<packaging>pom</packaging>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>forge</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>forge.site</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions tests/org.jboss.tools.aesh.core.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Aesh Core Tests
Bundle-SymbolicName: org.jboss.tools.aesh.core.test
Bundle-Version: 1.3.0.qualifier
Bundle-Version: 1.3.1.qualifier
Bundle-Vendor: JBoss by Red Hat
Fragment-Host: org.jboss.tools.aesh.core;bundle-version="1.3.0"
Fragment-Host: org.jboss.tools.aesh.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.junit;bundle-version="4.11.0"
2 changes: 1 addition & 1 deletion tests/org.jboss.tools.aesh.core.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>tests</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.tests</groupId>
<artifactId>org.jboss.tools.aesh.core.test</artifactId>
Expand Down
Loading

0 comments on commit b348e9d

Please sign in to comment.