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 e1ff93a commit 7f9d676
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Code generation library used by XOOM Designer and XOOM Turbo. (Specialized code
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-codegen</artifactId>
<version>1.11.0</version>
<version>1.11.1</version>
<type>pom</type>
</dependency>
```

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

2 changes: 1 addition & 1 deletion 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-codegen</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.1</version>
<description>Code generation library used by XOOM Designer and XOOM Turbo. (Specialized code generation for XOOM Actors, XOOM HTTP, and others are based on distinct libraries maintained in their own repositories).</description>
<name>xoom-codegen</name>
<url>https://github.com/vlingo/xoom-codegen</url>
Expand Down

0 comments on commit 7f9d676

Please sign in to comment.