Skip to content

Commit

Permalink
Prepared versions for release 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
b8 committed Jan 23, 2013
1 parent 79b5ebd commit a528742
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions com.inventage.tools.versiontiger.gui/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.inventage.tools.versiontiger.gui"
label="Inventage Version-Tiger"
version="1.0.2.qualifier"
version="1.1.0.qualifier"
provider-name="Inventage"
plugin="com.inventage.tools.versiontiger.ui">

Expand Down Expand Up @@ -30,21 +30,21 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&
id="com.inventage.tools.versiontiger"
download-size="0"
install-size="0"
version="1.0.2.qualifier"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="com.inventage.tools.versiontiger.ui"
download-size="0"
install-size="0"
version="1.0.2.qualifier"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
id="com.inventage.tools.versiontiger.universedefinition"
download-size="0"
install-size="0"
version="1.0.2.qualifier"
version="1.1.0.qualifier"
unpack="false"/>

<plugin
Expand Down
2 changes: 1 addition & 1 deletion com.inventage.tools.versiontiger.gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>versiontiger.parent</artifactId>
<groupId>com.inventage.tools.versiontiger</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../versiontiger.parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions com.inventage.tools.versiontiger.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: Version-Tiger - Tests
Bundle-SymbolicName: com.inventage.tools.versiontiger.test;singleton:=true
Bundle-Version: 1.0.2.qualifier
Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: Inventage
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Fragment-Host: com.inventage.tools.versiontiger;bundle-version="[1.0.2,2.0.0)"
Fragment-Host: com.inventage.tools.versiontiger;bundle-version="[1.1.0,2.0.0)"
Require-Bundle: org.junit;bundle-version="4.8.1",
org.mockito.mockito-all;bundle-version="1.9.5"
2 changes: 1 addition & 1 deletion com.inventage.tools.versiontiger.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>versiontiger.parent</artifactId>
<groupId>com.inventage.tools.versiontiger</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../versiontiger.parent/pom.xml</relativePath>
</parent>
</project>
6 changes: 3 additions & 3 deletions com.inventage.tools.versiontiger.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Version-Tiger - UI
Bundle-SymbolicName: com.inventage.tools.versiontiger.ui;singleton:=true
Bundle-Activator: com.inventage.tools.versiontiger.ui.VersioningUIPlugin
Bundle-Version: 1.0.2.qualifier
Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: Inventage
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.core.commands;bundle-version="3.5.0",
Expand All @@ -16,8 +16,8 @@ Require-Bundle: org.eclipse.core.commands;bundle-version="3.5.0",
org.eclipse.osgi;bundle-version="3.5.1",
org.eclipse.ui;bundle-version="3.5.1",
org.eclipse.ui.console;bundle-version="3.4.0",
com.inventage.tools.versiontiger;bundle-version="[1.0.2,2.0.0)",
com.inventage.tools.versiontiger.universedefinition;bundle-version="[1.0.2,2.0.0)",
com.inventage.tools.versiontiger;bundle-version="[1.1.0,2.0.0)",
com.inventage.tools.versiontiger.universedefinition;bundle-version="[1.1.0,2.0.0)",
com.google.guava;bundle-version=10
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion com.inventage.tools.versiontiger.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>versiontiger.parent</artifactId>
<groupId>com.inventage.tools.versiontiger</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../versiontiger.parent/pom.xml</relativePath>
</parent>
</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: Version-Tiger - Universe Definition
Bundle-SymbolicName: com.inventage.tools.versiontiger.universedefinition;singleton:=true
Bundle-Version: 1.0.2.qualifier
Bundle-Version: 1.1.0.qualifier
Bundle-Activator: com.inventage.tools.versiontiger.universedefinition.UniverseDefinitionPlugin
Bundle-Vendor: Inventage
Require-Bundle: org.eclipse.ui;bundle-version="3.5.1",
Expand All @@ -14,7 +14,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.5.1",
org.eclipse.core.variables;bundle-version="3.2.200",
org.eclipse.jface.databinding;bundle-version="1.3.1",
com.google.guava;bundle-version=10,
com.inventage.tools.versiontiger;bundle-version="[1.0.2,2.0.0)"
com.inventage.tools.versiontiger;bundle-version="[1.1.0,2.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Service-Component: OSGI-INF/universeDefinitions.xml
Bundle-Localization: plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>versiontiger.parent</artifactId>
<groupId>com.inventage.tools.versiontiger</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../versiontiger.parent/pom.xml</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion com.inventage.tools.versiontiger/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: Version-Tiger
Bundle-SymbolicName: com.inventage.tools.versiontiger;singleton:=true
Bundle-Version: 1.0.2.qualifier
Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: Inventage
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Service-Component: OSGI-INF/versioning.xml
Expand Down
2 changes: 1 addition & 1 deletion com.inventage.tools.versiontiger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>versiontiger.parent</artifactId>
<groupId>com.inventage.tools.versiontiger</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../versiontiger.parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion versiontiger.build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.inventage.tools.versiontiger</groupId>
<artifactId>versiontiger.parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../versiontiger.parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion versiontiger.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.inventage.tools.versiontiger</groupId>
<artifactId>versiontiger.parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<name>Version-Tiger - Parent pom</name>
Expand Down
2 changes: 1 addition & 1 deletion versiontiger.repository/category.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/com.inventage.tools.versiontiger.gui_1.0.2.qualifier.jar" id="com.inventage.tools.versiontiger.gui" version="1.0.2.qualifier">
<feature url="features/com.inventage.tools.versiontiger.gui_1.1.0.qualifier.jar" id="com.inventage.tools.versiontiger.gui" version="1.1.0.qualifier">
<category name="Inventage Tools"/>
</feature>
<category-def name="Inventage Tools" label="com.inventage.tools"/>
Expand Down
2 changes: 1 addition & 1 deletion versiontiger.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.inventage.tools.versiontiger</groupId>
<artifactId>versiontiger.parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../versiontiger.parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit a528742

Please sign in to comment.