Skip to content

Commit

Permalink
Bump to v0.1.0 (#69)
Browse files Browse the repository at this point in the history
* Bump to v0.1.0

Signed-off-by: Sanjula Ganepola <[email protected]>

* Update example to default port and assume trusted CA

Signed-off-by: Sanjula Ganepola <[email protected]>

---------

Signed-off-by: Sanjula Ganepola <[email protected]>
  • Loading branch information
SanjulaGanepola authored Dec 9, 2024
1 parent 87d0d71 commit 4f91ff6
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 @@ -24,7 +24,7 @@ Add `mapepire-sdk` as a dependency in your project and make sure to use the late
<dependency>
<groupId>io.github.mapepire-ibmi</groupId>
<artifactId>mapepire-sdk</artifactId>
<version>0.0.7</version> <!-- Use the latest version -->
<version>0.1.0</version> <!-- Use the latest version -->
</dependency>
```

Expand Down Expand Up @@ -53,7 +53,7 @@ import io.github.mapepire_ibmi.types.QueryResult;
public final class App {
public static void main(String[] args) throws Exception {
// Initialize credentials
DaemonServer creds = new DaemonServer("HOST", 8085, "USER", "PASSWORD", true, "CA");
DaemonServer creds = new DaemonServer("HOST", 8076, "USER", "PASSWORD");

// Establish connection
SqlJob job = new SqlJob();
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.mapepire-ibmi</groupId>
<artifactId>mapepire-sdk</artifactId>
<version>0.0.7</version>
<version>0.1.0</version>
<packaging>jar</packaging>

<name>Mapepire SDK</name>
Expand Down

0 comments on commit 4f91ff6

Please sign in to comment.