Skip to content

Commit

Permalink
fix(build): version 0.32.0.STABLE002
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentpetit committed Jul 30, 2015
1 parent 207275f commit 2262926
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion ccw.branding/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Counterclockwise Plugin
Bundle-SymbolicName: ccw.branding;singleton:=true
Bundle-Version: 0.32.0.STABLE001
Bundle-Version: 0.32.0.STABLE002
Bundle-ActivationPolicy: lazy
Bundle-Vendor: Counterclockwise team
Require-Bundle: org.eclipse.help,
Expand Down
4 changes: 2 additions & 2 deletions ccw.branding/pom.xml
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>ccw</groupId>
<artifactId>ccw.parent</artifactId>
<version>0.32.0.STABLE001</version>
<version>0.32.0.STABLE002</version>
<relativePath>..</relativePath>
</parent>

<groupId>ccw</groupId>
<artifactId>ccw.branding</artifactId>
<version>0.32.0.STABLE001</version>
<version>0.32.0.STABLE002</version>
<packaging>eclipse-plugin</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion ccw.core.test/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CCW Tests
Bundle-SymbolicName: ccw.core.test
Bundle-Version: 0.32.0.STABLE001
Bundle-Version: 0.32.0.STABLE002
Fragment-Host: ccw.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.swtbot.eclipse.finder;bundle-version="2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions ccw.core.test/pom.xml
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>ccw</groupId>
<artifactId>ccw.parent</artifactId>
<version>0.32.0.STABLE001</version>
<version>0.32.0.STABLE002</version>
<relativePath>..</relativePath>
</parent>

<groupId>ccw</groupId>
<artifactId>ccw.core.test</artifactId>
<version>0.32.0.STABLE001</version>
<version>0.32.0.STABLE002</version>
<packaging>eclipse-test-plugin</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion ccw.core/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Counterclockwise Clojure Plug-in
Bundle-SymbolicName: ccw.core;singleton:=true
Bundle-Version: 0.32.0.STABLE001
Bundle-Version: 0.32.0.STABLE002
Bundle-Localization: plugin
Bundle-Activator: ccw.CCWPlugin
Require-Bundle: org.eclipse.core.runtime,
Expand Down
4 changes: 2 additions & 2 deletions ccw.core/pom.xml
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>ccw</groupId>
<artifactId>ccw.parent</artifactId>
<version>0.32.0.STABLE001</version>
<version>0.32.0.STABLE002</version>
<relativePath>..</relativePath>
</parent>

<groupId>ccw</groupId>
<artifactId>ccw.core</artifactId>
<version>0.32.0.STABLE001</version>
<version>0.32.0.STABLE002</version>
<packaging>eclipse-plugin</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion ccw.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="ccw.feature"
label="%featureName"
version="0.32.0.STABLE001"
version="0.32.0.STABLE002"
provider-name="%providerName"
plugin="ccw.branding">

Expand Down
4 changes: 2 additions & 2 deletions ccw.feature/pom.xml
Expand Up @@ -8,13 +8,13 @@
<parent>
<groupId>ccw</groupId>
<artifactId>ccw.parent</artifactId>
<version>0.32.0.STABLE001</version>
<version>0.32.0.STABLE002</version>
<relativePath>..</relativePath>
</parent>

<groupId>ccw</groupId>
<artifactId>ccw.feature</artifactId>
<version>0.32.0.STABLE001</version>
<version>0.32.0.STABLE002</version>
<packaging>eclipse-feature</packaging>

</project>
2 changes: 1 addition & 1 deletion ccw.product/ccw.product
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Counterclockwise" uid="ccw" id="ccw.branding.ccw" application="org.eclipse.ui.ide.workbench" version="0.32.0.STABLE001" useFeatures="true" includeLaunchers="true">
<product name="Counterclockwise" uid="ccw" id="ccw.branding.ccw" application="org.eclipse.ui.ide.workbench" version="0.32.0.STABLE002" useFeatures="true" includeLaunchers="true">

<aboutInfo>
<image path="/ccw.branding/images/ccw-250x250.png"/>
Expand Down
4 changes: 2 additions & 2 deletions ccw.product/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>ccw</groupId>
<artifactId>ccw.parent</artifactId>
<version>0.32.0.STABLE001</version>
<version>0.32.0.STABLE002</version>
<relativePath>..</relativePath>
</parent>
<groupId>ccw</groupId>
<artifactId>ccw.product</artifactId>
<version>0.32.0.STABLE001</version>
<version>0.32.0.STABLE002</version>
<packaging>eclipse-repository</packaging>
<name>Counterclockwise Product (Repository)</name>
<build>
Expand Down
4 changes: 2 additions & 2 deletions doc/pom.xml
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>ccw</groupId>
<artifactId>ccw.parent</artifactId>
<version>0.32.0.STABLE001</version>
<version>0.32.0.STABLE002</version>
<relativePath>..</relativePath>
</parent>

<groupId>ccw</groupId>
<artifactId>doc</artifactId>
<version>0.32.0.STABLE001</version>
<version>0.32.0.STABLE002</version>

<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion paredit.clj/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Paredit.clj
Bundle-SymbolicName: paredit.clj;singleton:=true
Bundle-Version: 0.32.0.STABLE001
Bundle-Version: 0.32.0.STABLE002
Bundle-ClassPath: .,
src/
Bundle-Vendor: Counterclockwise team
Expand Down
4 changes: 2 additions & 2 deletions paredit.clj/pom.xml
Expand Up @@ -8,13 +8,13 @@
<parent>
<groupId>ccw</groupId>
<artifactId>ccw.parent</artifactId>
<version>0.32.0.STABLE001</version>
<version>0.32.0.STABLE002</version>
<relativePath>..</relativePath>
</parent>

<groupId>ccw</groupId>
<artifactId>paredit.clj</artifactId>
<version>0.32.0.STABLE001</version>
<version>0.32.0.STABLE002</version>
<packaging>eclipse-plugin</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>ccw</groupId>
<artifactId>ccw.parent</artifactId>
<version>0.32.0.STABLE001</version>
<version>0.32.0.STABLE002</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 2262926

Please sign in to comment.