File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 122122 </plugins >
123123 </pluginManagement >
124124 </build >
125+
126+ <profiles >
127+ <profile >
128+ <id >release</id >
129+ <modules >
130+ <module >connector</module >
131+ </modules >
132+ </profile >
133+ </profiles >
134+
135+ <scm >
136+ <connection >scm:git:https://github.com/questdb/kafka-questdb-connector.git</connection >
137+ <developerConnection >scm:git:https://github.com/questdb/kafka-questdb-connector.git</developerConnection >
138+ <url >https://github.com/questdb/kafka-questdb-connector</url >
139+ <tag >HEAD</tag >
140+ </scm >
141+
142+ <licenses >
143+ <license >
144+ <name >Apache License, Version 2.0</name >
145+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
146+ </license >
147+ </licenses >
148+
149+ <developers >
150+ <developer >
151+ <name >QuestDB Team</name >
152+ <email >hello@questdb.io</email >
153+ </developer >
154+ </developers >
125155</project >
You can’t perform that action at this time.
0 commit comments