Skip to content

Commit

Permalink
Update README.md (#7)
Browse files Browse the repository at this point in the history
* Update README.md

* Update pom.xml
  • Loading branch information
conorheffron authored Sep 2, 2024
1 parent 848b113 commit 729a899
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# graphql-box

[![Java CI with Maven](https://github.com/conorheffron/graphql-box/actions/workflows/maven.yml/badge.svg)](https://github.com/conorheffron/graphql-box/actions/workflows/maven.yml)

## Technologies:
JDK corretto-17.0.9, Spring Boot 2, GraphQL, Maven 3

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packaging>war</packaging>

<groupId>com.graphql.box</groupId>
<version>1.0.1</version>
<version>1.0.2</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 729a899

Please sign in to comment.