Skip to content

Commit

Permalink
1.0.2 release (#15)
Browse files Browse the repository at this point in the history
* 1.0.2-RELEASE
- dependency updates
- build on jdk11
  • Loading branch information
julian-eggers committed Nov 9, 2018
1 parent f8055a1 commit d801aa3
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ SpringBoot Jenkins Actuator
<dependency>
<groupId>com.itelg.spring</groupId>
<artifactId>spring-jenkins-actuator</artifactId>
<version>1.0.1-RELEASE</version>
<version>1.0.2-RELEASE</version>
</dependency>
```

Expand Down Expand Up @@ -43,3 +43,17 @@ public HealthIndicator jenkinsHealthIndicator()
}
}
```



## Build & Release

### Build
```
mvn clean package
```

### Release
```
mvn clean deploy
```

0 comments on commit d801aa3

Please sign in to comment.