Skip to content

Commit 6aa811f

Browse files
committed
Release version 2.3.2
1 parent 83de4f9 commit 6aa811f

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Publish package to the Maven Central Repository and GitHub Packages
22
on:
33
push:
4-
release:
5-
types: [ created ]
64
jobs:
75
publish:
86
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Reference implementation of an agent library written in Java. This library handl
99
* Extend the `AbstractChronosAgent` class, call `YourClass.start()` in your `main` method, and you are good to go!
1010
> Assuming that you already have a running [Chronos Control](https://github.com/Chronos-EaaS/Chronos-Control/) instance)
1111
12-
> **Shadow Jar**    If you require a shadow jar (a jar file containing all dependencies), please clone the repository and run `gradlew shadowJar`. The shadow jar is then located in `build/libs/`. You need at least Java 8 for building.
12+
>
1313
1414
## Roadmap
1515
See the [open issues](https://github.com/Chronos-EaaS/Chronos-Agent/issues) for a list of proposed features (and known issues).

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616

1717
group 'org.chronos-eaas'
1818
archivesBaseName = "chronos-agent"
19-
version '2.3.2-SNAPSHOT'
19+
version '2.3.2'
2020

2121
description = "Chronos Agent"
2222

0 commit comments

Comments
 (0)