Skip to content

Commit

Permalink
fixed links to source code in project description
Browse files Browse the repository at this point in the history
  • Loading branch information
Schm1tz1 committed Jun 14, 2023
1 parent d0e5935 commit 528ea64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

<groupId>io.github.schm1tz1.kafka</groupId>
<artifactId>kafka-config-provider-env-var</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<name>Kafka Env-Var Config Provider</name>
<description>Kafka Configuration Provider for environment variables as also provided for KIP-887</description>
<url>https://github.com/${project.github.repository}</url>
<url>https://github.com/Schm1tz1/kafka-config-provider-env-var</url>
<inceptionYear>2023</inceptionYear>

<properties>
Expand All @@ -30,7 +30,7 @@
<nexus.maven.version>1.6.13</nexus.maven.version>
<gpg.keyname>0x0E3F1D60</gpg.keyname>
<project.github.repository>Schm1tz1/kafka-config-provider-env-var</project.github.repository>
<repository.url>[email protected]:${project.github.repository}.git</repository.url>
<repository.url>[email protected]:Schm1tz1/kafka-config-provider-env-var.git</repository.url>
<junit.jupiter.version>5.9.2</junit.jupiter.version>
<nexus.url>https://s01.oss.sonatype.org</nexus.url>
</properties>
Expand Down

0 comments on commit 528ea64

Please sign in to comment.