Skip to content

Commit

Permalink
Releasing 1.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
billkoch committed Oct 7, 2022
1 parent 82dba59 commit 69386bc
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 @@ -26,13 +26,13 @@ A number of organizations are leveraging [distroless images](https://github.com/
<dependency>
<groupId>io.github.upmc-enterprises</groupId>
<artifactId>upmc-enterprises-graceful-shutdown-spring-boot-starter</artifactId>
<version>0.1.0</version>
<version>1.0.0</version>
</dependency>
```

### Gradle
```groovy
implementation 'io.github.upmc-enterprises:upmc-enterprises-graceful-shutdown-spring-boot-starter:0.1.0'
implementation 'io.github.upmc-enterprises:upmc-enterprises-graceful-shutdown-spring-boot-starter:1.0.0'
```

### Kubernetes Configuration
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ subprojects {
apply plugin: 'signing'

sourceCompatibility = '1.8'
version '0.1.0'
version '1.0.0'

ext['spring-boot.version'] = '2.5.14'

Expand Down

0 comments on commit 69386bc

Please sign in to comment.