diff options
-rw-r--r-- | bundles/pom.xml | 2 | ||||
-rw-r--r-- | features/org.eclipse.launchbar.remote/feature.xml | 2 | ||||
-rw-r--r-- | features/org.eclipse.launchbar/feature.xml | 2 | ||||
-rw-r--r-- | features/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | repo/pom.xml | 2 | ||||
-rw-r--r-- | tests/org.eclipse.launchbar.core.tests/pom.xml | 2 | ||||
-rw-r--r-- | tests/org.eclipse.launchbar.ui.tests/pom.xml | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/bundles/pom.xml b/bundles/pom.xml index d01947db9bf..76d22172688 100644 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.eclipse.launchbar</groupId> <artifactId>parent</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> </parent> <artifactId>bundles-parent</artifactId> diff --git a/features/org.eclipse.launchbar.remote/feature.xml b/features/org.eclipse.launchbar.remote/feature.xml index bd1141456db..4f57caf2c12 100644 --- a/features/org.eclipse.launchbar.remote/feature.xml +++ b/features/org.eclipse.launchbar.remote/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.launchbar.remote" label="%featureName" - version="2.4.0.qualifier" + version="2.4.1.qualifier" provider-name="%providerName" license-feature="org.eclipse.license" license-feature-version="0.0.0"> diff --git a/features/org.eclipse.launchbar/feature.xml b/features/org.eclipse.launchbar/feature.xml index c5e82f2e9f5..ac37d374229 100644 --- a/features/org.eclipse.launchbar/feature.xml +++ b/features/org.eclipse.launchbar/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.launchbar" label="%featureName" - version="2.4.0.qualifier" + version="2.4.1.qualifier" provider-name="%providerName" license-feature="org.eclipse.license" license-feature-version="0.0.0"> diff --git a/features/pom.xml b/features/pom.xml index abb3bd8ae7e..54f9e74722a 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.eclipse.launchbar</groupId> <artifactId>parent</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> </parent> <artifactId>features-parent</artifactId> @@ -10,7 +10,7 @@ <groupId>org.eclipse.launchbar</groupId> <artifactId>parent</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/repo/pom.xml b/repo/pom.xml index ad04fdcb7a5..ef153f4f1ed 100644 --- a/repo/pom.xml +++ b/repo/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.eclipse.launchbar</groupId> <artifactId>parent</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/tests/org.eclipse.launchbar.core.tests/pom.xml b/tests/org.eclipse.launchbar.core.tests/pom.xml index 3f658c3db26..80ada5c70ca 100644 --- a/tests/org.eclipse.launchbar.core.tests/pom.xml +++ b/tests/org.eclipse.launchbar.core.tests/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.eclipse.launchbar</groupId> <artifactId>parent</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/tests/org.eclipse.launchbar.ui.tests/pom.xml b/tests/org.eclipse.launchbar.ui.tests/pom.xml index ad3efb4ef17..f0a1512c530 100644 --- a/tests/org.eclipse.launchbar.ui.tests/pom.xml +++ b/tests/org.eclipse.launchbar.ui.tests/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipse.launchbar</groupId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> <artifactId>parent</artifactId> </parent> |