Skip to content

Commit

Permalink
Bumping version to 5.3.0 for release (#61)
Browse files Browse the repository at this point in the history
* Bumping version to 5.3.0 for release, updated README.md to reference latest version
  • Loading branch information
jhalexand authored Jan 23, 2023
1 parent dc673eb commit 6b7ee9a
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 @@ -23,12 +23,12 @@ Maven:
<dependency>
<groupId>com.oracle.labs.olcut</groupId>
<artifactId>olcut-core</artifactId>
<version>5.2.1</version>
<version>5.3.0</version>
</dependency>
```
or from Gradle:
```groovy
implementation 'com.oracle.labs.olcut:olcut-core:5.2.1'
implementation 'com.oracle.labs.olcut:olcut-core:5.3.0'
```

The `olcut-extras` artifact is designed as a small tool for developers, as such you should compile the appropriate
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<version>${revision}</version>
<packaging>pom</packaging>
<properties>
<revision>5.3.0-SNAPSHOT</revision>
<revision>5.3.0</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit 6b7ee9a

Please sign in to comment.