Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhumi committed Dec 2, 2021
1 parent 89417db commit 438ec01
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.ontotext.graphdb.kafka</groupId>
<artifactId>kafka-sink-graphdb</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<name>GraphDB Kafka Sink Connector</name>
<description>Kafka Sink Connector for RDF update streaming to GraphDB</description>

Expand All @@ -26,8 +25,8 @@

<!-- Empty defaults to keep things happy, argLine can be overridden on command line,
extraArgLine may be overridden by one of the profiles. -->
<argLine/>
<extraArgLine/>
<argLine />
<extraArgLine />
</properties>

<packaging>jar</packaging>
Expand Down Expand Up @@ -72,7 +71,7 @@
</goals>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
</configuration>
</execution>
Expand Down Expand Up @@ -408,7 +407,7 @@
<connection>scm:git:git@github.com:Ontotext-AD/kafka-sink-graphdb.git</connection>
<developerConnection>scm:git:git@github.com:Ontotext-AD/kafka-sink-graphdb.git</developerConnection>
<url>https://github.com/Ontotext-AD/kafka-sink-graphdb</url>
<tag>HEAD</tag>
<tag>1.0</tag>
</scm>

</project>

0 comments on commit 438ec01

Please sign in to comment.