Skip to content

Commit

Permalink
Set version to 0.1.1 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Apr 27, 2016
1 parent 82bd8f2 commit 9439581
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
env:
global:
- TRAVIS_DOCKER_VERSION=1.10.3-0~trusty
- DOCKER_REPO=mesos
- DOCKER_REPO=mesosphere
before_install:
- apt-cache madison docker-engine
- sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-engine=${TRAVIS_DOCKER_VERSION}
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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.mesos</groupId>
<artifactId>storm-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<name>storm-parent</name>
<packaging>pom</packaging>
<description>Storm integration with the Mesos cluster manager</description>
Expand Down
2 changes: 1 addition & 1 deletion storm-shim-10x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>storm-parent</artifactId>
<groupId>org.apache.mesos</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion storm-shim-9x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>storm-parent</artifactId>
<groupId>org.apache.mesos</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion storm-shim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>storm-parent</artifactId>
<groupId>org.apache.mesos</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion storm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>storm-parent</artifactId>
<groupId>org.apache.mesos</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<properties>
Expand Down

0 comments on commit 9439581

Please sign in to comment.