Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Prepare for release of v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWhitehead committed May 16, 2017
1 parent ac18b30 commit 4fb45e0
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Releases are available in Maven Central.
<dependency>
<groupId>com.mesosphere.mesos.rx.java</groupId>
<artifactId>mesos-rxjava-protobuf-client</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
</dependency>
```

Expand All @@ -48,7 +48,7 @@ Releases are available in Maven Central.
<dependency>
<groupId>com.mesosphere.mesos.rx.java</groupId>
<artifactId>mesos-rxjava-test</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -77,7 +77,7 @@ Version `0.1.0-SNAPSHOT` has been published to the Sonatype OSS Snapshot Repo.
<dependency>
<groupId>com.mesosphere.mesos.rx.java</groupId>
<artifactId>mesos-rxjava-protobuf-client</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.3-SNAPSHOT</version>
</dependency>
```

Expand All @@ -87,7 +87,7 @@ Version `0.1.0-SNAPSHOT` has been published to the Sonatype OSS Snapshot Repo.
<dependency>
<groupId>com.mesosphere.mesos.rx.java</groupId>
<artifactId>mesos-rxjava-test</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion mesos-rxjava-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.mesosphere.mesos.rx.java</groupId>
<artifactId>mesos-rxjava</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>

<artifactId>mesos-rxjava-client</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.mesosphere.mesos.rx.java.example</groupId>
<artifactId>mesos-rxjava-example</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion mesos-rxjava-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.mesosphere.mesos.rx.java</groupId>
<artifactId>mesos-rxjava</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mesos-rxjava-protobuf-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.mesosphere.mesos.rx.java</groupId>
<artifactId>mesos-rxjava</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>

<artifactId>mesos-rxjava-protobuf-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mesos-rxjava-recordio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.mesosphere.mesos.rx.java</groupId>
<artifactId>mesos-rxjava</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion mesos-rxjava-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.mesosphere.mesos.rx.java</groupId>
<artifactId>mesos-rxjava</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion mesos-rxjava-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>mesos-rxjava</artifactId>
<groupId>com.mesosphere.mesos.rx.java</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>com.mesosphere.mesos.rx.java</groupId>
<artifactId>mesos-rxjava</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<packaging>pom</packaging>

<name>Mesos RxJava</name>
Expand Down Expand Up @@ -108,28 +108,28 @@
<dependency>
<groupId>com.mesosphere.mesos.rx.java</groupId>
<artifactId>mesos-rxjava-client</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>com.mesosphere.mesos.rx.java</groupId>
<artifactId>mesos-rxjava-recordio</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>com.mesosphere.mesos.rx.java</groupId>
<artifactId>mesos-rxjava-util</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>com.mesosphere.mesos.rx.java</groupId>
<artifactId>mesos-rxjava-test</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.mesosphere.mesos.rx.java</groupId>
<artifactId>mesos-rxjava-protobuf-client</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>

<!-- Rx Libraries -->
Expand Down

0 comments on commit 4fb45e0

Please sign in to comment.