Skip to content

Commit

Permalink
Merge pull request #546 from gruelbox/update-readme-version
Browse files Browse the repository at this point in the history
Update versions in READMEs
  • Loading branch information
badgerwithagun authored Dec 23, 2023
2 parents bc5c2b7 + 549ec61 commit 386a751
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ The latest stable release is available from Maven Central. Stable releases are [
<dependency>
<groupId>com.gruelbox</groupId>
<artifactId>transactionoutbox-core</artifactId>
<version>5.3.370</version>
<version>5.4.421</version>
</dependency>
```

#### Gradle

```groovy
implementation 'com.gruelbox:transactionoutbox-core:5.3.370'
implementation 'com.gruelbox:transactionoutbox-core:5.4.421'
```

### Development snapshots
Expand Down
4 changes: 2 additions & 2 deletions transactionoutbox-guice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Extension for [transaction-outbox-core](../README.md) which integrates with Guic
<dependency>
<groupId>com.gruelbox</groupId>
<artifactId>transactionoutbox-guice</artifactId>
<version>5.3.370</version>
<version>5.4.421</version>
</dependency>
```

#### Gradle

```groovy
implementation 'com.gruelbox:transactionoutbox-guice:5.3.370'
implementation 'com.gruelbox:transactionoutbox-guice:5.4.421'
```

### Development snapshots
Expand Down
4 changes: 2 additions & 2 deletions transactionoutbox-jackson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ which is why it is not included in the core library.
<dependency>
<groupId>com.gruelbox</groupId>
<artifactId>transactionoutbox-jackson</artifactId>
<version>5.3.370</version>
<version>5.4.421</version>
</dependency>
```

#### Gradle

```groovy
implementation 'com.gruelbox:transactionoutbox-jackson:5.3.370'
implementation 'com.gruelbox:transactionoutbox-jackson:5.4.421'
```

### Development snapshots
Expand Down
4 changes: 2 additions & 2 deletions transactionoutbox-jooq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jOOQ gives you the option to either use thread-local transaction management or e
<dependency>
<groupId>com.gruelbox</groupId>
<artifactId>transactionoutbox-jooq</artifactId>
<version>5.3.370</version>
<version>5.4.421</version>
</dependency>
```

#### Gradle

```groovy
implementation 'com.gruelbox:transactionoutbox-jooq:5.3.370'
implementation 'com.gruelbox:transactionoutbox-jooq:5.4.421'
```

### Development snapshots
Expand Down
4 changes: 2 additions & 2 deletions transactionoutbox-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ The latest stable release is available from Maven Central.
<dependency>
<groupId>com.gruelbox</groupId>
<artifactId>transactionoutbox-quarkus</artifactId>
<version>5.3.370</version>
<version>5.4.421</version>
</dependency>
```

#### Gradle

```groovy
implementation 'com.gruelbox:transactionoutbox-quarkus:5.3.370'
implementation 'com.gruelbox:transactionoutbox-quarkus:5.4.421'
```

### Development snapshots
Expand Down
4 changes: 2 additions & 2 deletions transactionoutbox-spring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ The latest stable release is available from Maven Central.
<dependency>
<groupId>com.gruelbox</groupId>
<artifactId>transactionoutbox-spring</artifactId>
<version>5.3.370</version>
<version>5.4.421</version>
</dependency>
```

#### Gradle

```groovy
implementation 'com.gruelbox:transactionoutbox-spring:5.3.370'
implementation 'com.gruelbox:transactionoutbox-spring:5.4.421'
```

### Development snapshots
Expand Down

0 comments on commit 386a751

Please sign in to comment.