Skip to content

Commit

Permalink
Release process - new release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Hudson@Technophobia committed Aug 15, 2012
1 parent c3f0002 commit 562923c
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion com.technophobia.substeps.core.bundle/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: Testingtools
Bundle-SymbolicName: com.technophobia.substeps.core.bundle
Bundle-Version: 0.0.5.qualifier
Bundle-Version: 0.0.5
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: commons-io-2.1.jar,
guava-10.0.jar,
Expand Down
2 changes: 1 addition & 1 deletion com.technophobia.substeps.core.bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.technophobia.substeps</groupId>
<artifactId>com.technophobia.substeps.parent</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
<relativePath>../com.technophobia.substeps.parent</relativePath>
</parent>

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: Unit Tests
Bundle-SymbolicName: com.technophobia.substeps.editor.tests.unit
Bundle-Version: 0.0.5.qualifier
Bundle-Version: 0.0.5
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Fragment-Host: com.technophobia.substeps.editor
Expand Down
2 changes: 1 addition & 1 deletion com.technophobia.substeps.editor.tests.unit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.technophobia.substeps</groupId>
<artifactId>com.technophobia.substeps.parent</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
<relativePath>../com.technophobia.substeps.parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.technophobia.substeps.editor/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: SubstepsEclipseEditor
Bundle-SymbolicName: com.technophobia.substeps.editor;singleton:=true
Bundle-Version: 0.0.5.qualifier
Bundle-Version: 0.0.5
Bundle-Activator: com.technophobia.substeps.FeatureEditorPlugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Expand Down
2 changes: 1 addition & 1 deletion com.technophobia.substeps.editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.technophobia.substeps</groupId>
<artifactId>com.technophobia.substeps.parent</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
<relativePath>../com.technophobia.substeps.parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.technophobia.substeps.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<feature
id="com.technophobia.substeps.feature"
label="Substeps"
version="0.0.5.qualifier"
version="0.0.5"
provider-name="Technophobia Ltd">

<description url="http://www.example.com/description">
Expand Down
2 changes: 1 addition & 1 deletion com.technophobia.substeps.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.technophobia.substeps</groupId>
<artifactId>com.technophobia.substeps.parent</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
<relativePath>../com.technophobia.substeps.parent/pom.xml</relativePath>
</parent>

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

<groupId>com.technophobia.substeps</groupId>
<artifactId>com.technophobia.substeps.parent</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
<packaging>pom</packaging>

<organization>
Expand Down
2 changes: 1 addition & 1 deletion com.technophobia.substeps.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.technophobia.substeps</groupId>
<artifactId>com.technophobia.substeps.parent</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
<relativePath>../com.technophobia.substeps.parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.technophobia.substeps.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.technophobia.substeps</groupId>
<artifactId>com.technophobia.substeps.parent</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
<relativePath>../com.technophobia.substeps.parent/pom.xml</relativePath>
</parent>

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: Testingtools
Bundle-SymbolicName: com.technophobia.substeps.testingtools
Bundle-Version: 0.0.5.qualifier
Bundle-Version: 0.0.5
Bundle-ClassPath: guava-12.0.jar,
hamcrest-all-1.2.jar,
jmock-2.5.1.jar,
Expand Down
2 changes: 1 addition & 1 deletion com.technophobia.substeps.testingtools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.technophobia.substeps</groupId>
<artifactId>com.technophobia.substeps.parent</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
<relativePath>../com.technophobia.substeps.parent</relativePath>
</parent>

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: SubstepsEclipseRunner
Bundle-SymbolicName: com.technophobia.substeps.testlauncher;singleton:=true
Bundle-Version: 0.0.5.qualifier
Bundle-Version: 0.0.5
Bundle-Activator: com.technophobia.substeps.FeatureRunnerPlugin
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion com.technophobia.substeps.testlauncher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.technophobia.substeps</groupId>
<artifactId>com.technophobia.substeps.parent</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
<relativePath>../com.technophobia.substeps.parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.technophobia.substeps.updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.technophobia.substeps</groupId>
<artifactId>com.technophobia.substeps.parent</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
<relativePath>../com.technophobia.substeps.parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 562923c

Please sign in to comment.