Skip to content

Commit a9b0a1f

Browse files
Jaiden AshmoreJaiden Ashmore
Jaiden Ashmore
authored and
Jaiden Ashmore
committed
prepare for 7.0.0 release
1 parent d0a0034 commit a9b0a1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Java Dynamic SQS Listener
22

3-
[![Build and Test](https://github.com/JaidenAshmore/java-dynamic-sqs-listener/workflows/Build%20and%20Test/badge.svg?branch=6.x)](https://github.com/JaidenAshmore/java-dynamic-sqs-listener/actions?query=workflow%3A%22Build+and+Test%22+branch%3A6.x)
4-
[![Coverage Status](https://coveralls.io/repos/github/JaidenAshmore/java-dynamic-sqs-listener/badge.svg?branch6.x)](https://coveralls.io/github/JaidenAshmore/java-dynamic-sqs-listener?branch=6.x)
3+
[![Build and Test](https://github.com/JaidenAshmore/java-dynamic-sqs-listener/workflows/Build%20and%20Test/badge.svg?branch=7.x)](https://github.com/JaidenAshmore/java-dynamic-sqs-listener/actions?query=workflow%3A%22Build+and+Test%22+branch%3A7.x)
4+
[![Coverage Status](https://coveralls.io/repos/github/JaidenAshmore/java-dynamic-sqs-listener/badge.svg?branch7.x)](https://coveralls.io/github/JaidenAshmore/java-dynamic-sqs-listener?branch=7.x)
55
[![Maven Central](https://img.shields.io/maven-central/v/com.jashmore/java-dynamic-sqs-listener-api?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.jashmore%22%20AND%20%22java-dynamic-sqs-listener%22)
66

77
The Java Dynamic SQS Listener is a library that simplifies the listening of messages on an [AWS SQS queue](https://aws.amazon.com/sqs/). It has been

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616

1717
allprojects {
1818
group = "com.jashmore"
19-
version = "6.0.1-SNAPSHOT"
19+
version = "7.0.0-SNAPSHOT"
2020

2121
repositories {
2222
mavenCentral()

0 commit comments

Comments
 (0)