Skip to content

Commit

Permalink
creating release version 1.0.0
Browse files Browse the repository at this point in the history
Change-Id: Ic637d213e47934968364c34d1cce22218192005b
Signed-off-by: Alexander Wert <[email protected]>
  • Loading branch information
Alexander Wert committed Aug 15, 2014
1 parent 4b5c2f6 commit 84d7b8e
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions org.spotter.client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.spotter</groupId>
<artifactId>org.spotter.parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../org.spotter.parent</relativePath>
</parent>

Expand All @@ -23,13 +23,13 @@
<dependency>
<groupId>org.spotter</groupId>
<artifactId>org.spotter.shared</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>org.spotter</groupId>
<artifactId>org.spotter.service</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions org.spotter.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.spotter</groupId>
<artifactId>org.spotter.parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../org.spotter.parent</relativePath>
</parent>

Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>org.spotter</groupId>
<artifactId>org.spotter.shared</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion org.spotter.eclipse.ui/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: DynamicSpotter Eclipse UI
Bundle-SymbolicName: org.spotter.eclipse.ui;singleton:=true
Bundle-Version: 0.0.1.qualifier
Bundle-Version: 1.0.0
Bundle-Vendor: SAP AG
Bundle-Activator: org.spotter.eclipse.ui.Activator
Require-Bundle: org.eclipse.ui;bundle-version="3.105.0",
Expand Down
2 changes: 1 addition & 1 deletion org.spotter.eclipse.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.spotter</groupId>
<artifactId>org.spotter.parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../org.spotter.parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions org.spotter.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.spotter</groupId>
<artifactId>org.spotter.parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>DynamicSpotter</name>

<properties>
<lpe.common.version>1.0.2-SNAPSHOT</lpe.common.version>
<lpe.common.version>1.0.3</lpe.common.version>
</properties>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions org.spotter.runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.spotter</groupId>
<artifactId>org.spotter.parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../org.spotter.parent</relativePath>
</parent>

Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.spotter</groupId>
<artifactId>org.spotter.core</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions org.spotter.service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.spotter</groupId>
<artifactId>org.spotter.parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../org.spotter.parent</relativePath>
</parent>

Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>org.spotter</groupId>
<artifactId>org.spotter.runner</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion org.spotter.shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.spotter</groupId>
<artifactId>org.spotter.parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../org.spotter.parent</relativePath>
</parent>

Expand Down

0 comments on commit 84d7b8e

Please sign in to comment.