Skip to content

Commit

Permalink
Version bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hstaudacher committed Mar 5, 2016
1 parent 4c7f383 commit 618b512
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion com.tasktop.dropwizard.launcher.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.tasktop.dropwizard.launcher.feature"
label="Dropwizard Launcher"
version="1.0.0.qualifier"
version="1.1.0.qualifier"
provider-name="Tasktop Technologies">

<description url="http://www.dropwizard.io/">
Expand Down
2 changes: 1 addition & 1 deletion com.tasktop.dropwizard.launcher.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.tasktop.dropwizard</groupId>
<artifactId>com.tasktop.dropwizard.launcher.feature</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

</project>
4 changes: 2 additions & 2 deletions com.tasktop.dropwizard.launcher.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Dropwizard Launcher Tests
Bundle-SymbolicName: com.tasktop.dropwizard.launcher.test
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: Tasktop Technologies
Fragment-Host: com.tasktop.dropwizard.launcher;bundle-version="1.0.0"
Fragment-Host: com.tasktop.dropwizard.launcher;bundle-version="1.1.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.junit;bundle-version="4.12.0",
org.eclipse.core.variables;bundle-version="3.2.800",
Expand Down
2 changes: 1 addition & 1 deletion com.tasktop.dropwizard.launcher.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.tasktop.dropwizard</groupId>
<artifactId>com.tasktop.dropwizard.launcher.test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion com.tasktop.dropwizard.launcher/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: Dropwizard Launcher
Bundle-SymbolicName: com.tasktop.dropwizard.launcher;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: Tasktop Technologies
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion com.tasktop.dropwizard.launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.tasktop.dropwizard</groupId>
<artifactId>com.tasktop.dropwizard.launcher</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<profiles>
Expand Down
4 changes: 2 additions & 2 deletions com.tasktop.dropwizard.repository/category.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/com.tasktop.dropwizard.launcher.feature_1.0.0.qualifier.jar" id="com.tasktop.dropwizard.launcher.feature" version="1.0.0.qualifier">
<feature url="features/org.dadacoalition.yedit.feature_1.0.20.201509041456-RELEASE.jar" id="org.dadacoalition.yedit.feature" version="1.0.20.201509041456-RELEASE">
<category name="com.tasktop.dropwizard.tools"/>
</feature>
<feature url="features/org.dadacoalition.yedit.feature_1.0.20.201509041456-RELEASE.jar" id="org.dadacoalition.yedit.feature" version="1.0.20.201509041456-RELEASE">
<feature url="features/com.tasktop.dropwizard.launcher.feature_1.1.0.qualifier.jar" id="com.tasktop.dropwizard.launcher.feature" version="1.1.0.qualifier">
<category name="com.tasktop.dropwizard.tools"/>
</feature>
<category-def name="com.tasktop.dropwizard.tools" label="Dropwizard Tools"/>
Expand Down
2 changes: 1 addition & 1 deletion com.tasktop.dropwizard.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.tasktop.dropwizard</groupId>
<artifactId>com.tasktop.dropwizard.repository</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<packaging>eclipse-repository</packaging>

</project>

0 comments on commit 618b512

Please sign in to comment.