Skip to content

Commit

Permalink
Added sources, developpers, organization and scm info
Browse files Browse the repository at this point in the history
  • Loading branch information
AdalbertMemSQL committed Jul 16, 2024
1 parent 0838ef4 commit 8e1006d
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,31 @@
<description>SingleStore Debezium Connector</description>
<url>https://github.com/singlestore-labs/singlestore-debezium-connector</url>

<organization>
<name>SingleStore</name>
<url>https://www.singlestore.com/</url>
</organization>

<developers>
<developer>
<id>singlestore</id>
<name>SingleStore</name>
<email>[email protected]</email>
<organization>SingleStore</organization>
<organizationUrl>https://www.singlestore.com/</organizationUrl>
</developer>
</developers>

<scm>
<url>git://[email protected]:singlestore-labs/singlestore-debezium-connector.git</url>
<connection>scm:git:[email protected]:singlestore-labs/singlestore-debezium-connector.git
</connection>
<developerConnection>
scm:git:[email protected]:singlestore-labs/singlestore-debezium-connector.git
</developerConnection>
<tag>singlestore-debezium-connector-0.1.5</tag>
</scm>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down Expand Up @@ -321,6 +346,19 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<!--package phase-->
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<resources>
<!-- Apply the properties set in the POM to the resource files -->
Expand Down

0 comments on commit 8e1006d

Please sign in to comment.