Skip to content

Commit 693a392

Browse files
author
Nathanne Isip
committed
build: bump package version to 1.0.1
1 parent 93e08c4 commit 693a392

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.newfoundcodes</groupId>
55
<artifactId>okatana-java-examples</artifactId>
6-
<version>1.0.0</version>
6+
<version>1.0.1</version>
77
<properties><maven.compiler.release>21</maven.compiler.release><project.build.sourceEncoding>UTF-8</project.build.sourceEncoding></properties>
88
<dependencies>
9-
<dependency><groupId>com.newfoundcodes</groupId><artifactId>okatana-java</artifactId><version>1.0.0</version></dependency>
9+
<dependency><groupId>com.newfoundcodes</groupId><artifactId>okatana-java</artifactId><version>1.0.1</version></dependency>
1010
</dependencies>
1111
<build><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId><version>3.15.0</version><configuration><release>21</release></configuration></plugin>
1212
<plugin>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.newfoundcodes</groupId>
88
<artifactId>okatana-java</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.0.1</version>
1010
<name>Okatana Java SDK</name>
1111
<description>Typed Java 21 client library for the Okatana External API v1.</description>
1212
<url>https://okatana.newfoundcodes.com/</url>

0 commit comments

Comments
 (0)