Skip to content

Commit 0bf764e

Browse files
committed
chore: fix SCM connection
without the explicit SCM tag the Maven module would inherit it from a parent and append a module name. that's not desirable as we want the SCM link to point to the root of the repository.
1 parent 4ede737 commit 0bf764e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

connector/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,12 @@
162162
</plugin>
163163
</plugins>
164164
</build>
165+
166+
<scm>
167+
<connection>scm:git:https://github.com/questdb/kafka-questdb-connector.git</connection>
168+
<developerConnection>scm:git:https://github.com/questdb/kafka-questdb-connector.git</developerConnection>
169+
<url>https://github.com/questdb/kafka-questdb-connector</url>
170+
<tag>HEAD</tag>
171+
</scm>
172+
165173
</project>

0 commit comments

Comments
 (0)