Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfelis committed Jan 22, 2024
1 parent 7cb7c93 commit 2e5ce9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.2060</groupId>
<artifactId>service-agent-java-client</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
<name>2060.io Service Agent Java Client</name>
<description>Client tools for building Quarkus java DIDcomm Verifiable Credential powered conversational service (Chatbots) with 2060.io Service Agent</description>
<url>https://github.com/2060-io/service-agent-java-client</url>
<url>https://github.com/2060-io/2060-service-agent-java-client</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
Expand All @@ -27,9 +27,9 @@
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/2060-io/service-agent-java-client.git</connection>
<developerConnection>scm:git:ssh://github.com/2060-io/service-agent-java-client.git</developerConnection>
<url>https://github.com/2060-io/service-agent-java-client/tree/main</url>
<connection>scm:git:git://github.com/2060-io/2060-service-agent-java-client.git</connection>
<developerConnection>scm:git:ssh://github.com/2060-io/2060-service-agent-java-client.git</developerConnection>
<url>https://github.com/2060-io/2060-service-agent-java-client/tree/main</url>
</scm>
<dependencies>
<dependency>
Expand Down

0 comments on commit 2e5ce9d

Please sign in to comment.