Skip to content

Commit

Permalink
Mark 1.3.0 for release
Browse files Browse the repository at this point in the history
Change-Id: I0a6763669142a92026b4f8c4d995d2fe13be39e3
  • Loading branch information
Kenneth Jung committed Nov 7, 2016
1 parent 0d4b1ca commit 8a2adaa
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 1.3.0-SNAPSHOT
## 1.3.0

* Document signature calculation changed to be more efficient while format stays
the same. If an older signature is compared to a new one documents may
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.vmware.xenon</groupId>
<artifactId>xenon-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>

<name>xenon-parent</name>
Expand Down
2 changes: 1 addition & 1 deletion xenon-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vmware.xenon</groupId>
<artifactId>xenon-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>xenon-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xenon-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vmware.xenon</groupId>
<artifactId>xenon-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>xenon-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xenon-host/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vmware.xenon</groupId>
<artifactId>xenon-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>xenon-host</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xenon-loader-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vmware.xenon</groupId>
<artifactId>xenon-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>xenon-loader-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xenon-loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vmware.xenon</groupId>
<artifactId>xenon-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>xenon-loader</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xenon-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vmware.xenon</groupId>
<artifactId>xenon-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>xenon-samples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xenon-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vmware.xenon</groupId>
<artifactId>xenon-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>xenon-slf4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xenon-swagger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vmware.xenon</groupId>
<artifactId>xenon-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>xenon-swagger</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xenon-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vmware.xenon</groupId>
<artifactId>xenon-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>xenon-ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xenon-websocket-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vmware.xenon</groupId>
<artifactId>xenon-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>xenon-websocket-test</artifactId>
Expand Down

0 comments on commit 8a2adaa

Please sign in to comment.