Skip to content

Commit

Permalink
Updates for OLCUT 5.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Craigacp committed Nov 1, 2024
1 parent f5cbc7d commit 260a15e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3.0</version>
<version>5.3.1</version>
</dependency>
```
or from Gradle:
```groovy
implementation 'com.oracle.labs.olcut:olcut-core:5.3.0'
implementation 'com.oracle.labs.olcut:olcut-core:5.3.1'
```

The `olcut-extras` artifact is designed as a small tool for developers, as such you should compile the appropriate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<property name="three" value="f"/>
</component>

<component name="words" type="com.oracle.labs.mlrg.olcut.test.config.StringConfigurable">
<component name="words" type="com.oracle.labs.mlrg.olcut.config.StringConfigurable">
<property name="one" value="rhesus monkey"/>
<property name="two" value="-Xmx16g -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005"/>
<property name="three" value="test/value whitespace"/>
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</revision>
<revision>5.3.1</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 260a15e

Please sign in to comment.