Skip to content

Commit b0df5cf

Browse files
authored
Merge pull request #10 from conorheffron/feat/gradle-badge
Release v1.0.1
2 parents 8d3a79a + 6540927 commit b0df5cf

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# shoopingcart-java
22

3+
[![Java CI with Gradle](https://github.com/conorheffron/shoopingcart-java/actions/workflows/gradle.yml/badge.svg)](https://github.com/conorheffron/shoopingcart-java/actions/workflows/gradle.yml)
4+
35
## Instructions for the assignment
46
### If cloning the repo
57
1. Clone this repository on your machine.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies {
8080
}
8181

8282
group = "com.siriusxm.example.cart"
83-
version = "1.0.0-RELEASE"
83+
version = "1.0.1-RELEASE"
8484
description = "shoppingcart"
8585
java.sourceCompatibility = JavaVersion.VERSION_21
8686

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.siriusxm.example.cart</groupId>
1212
<artifactId>shoppingcart</artifactId>
13-
<version>1.0.0-RELEASE</version>
13+
<version>1.0.1-RELEASE</version>
1414
<name>shoppingcart</name>
1515
<description>Demo project for Spring Boot</description>
1616
<url/>
@@ -278,3 +278,4 @@
278278
</project>
279279

280280

281+

0 commit comments

Comments
 (0)