Skip to content

Commit

Permalink
Release v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VaughnVernon committed Feb 15, 2023
1 parent 51dff88 commit 96e968e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ See `GeodeObjectStoreActor`
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-symbio</artifactId>
<version>1.11.0</version>
<version>1.11.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-symbio-geode</artifactId>
<version>1.11.0</version>
<version>1.11.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
```

```gradle
dependencies {
compile 'io.vlingo.xoom:xoom-symbio:1.11.0'
compile 'io.vlingo.xoom:xoom-symbio-geode:1.11.0'
compile 'io.vlingo.xoom:xoom-symbio:1.11.1'
compile 'io.vlingo.xoom:xoom-symbio-geode:1.11.1'
}
```

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-symbio-geode</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.1</version>
<name>xoom-symbio-geode</name>
<description>Implementation of xoom-symbio for Apache Geode</description>
<url>https://github.com/vlingo/xoom-symbio-geode</url>
Expand Down Expand Up @@ -115,17 +115,17 @@
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-common</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.1</version>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-actors</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.1</version>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-symbio</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.1</version>
</dependency>
<dependency>
<groupId>org.apache.geode</groupId>
Expand Down

0 comments on commit 96e968e

Please sign in to comment.