Skip to content

Commit b67d2d4

Browse files
committed
Adding scm info
1 parent fb706f8 commit b67d2d4

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

pom.xml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,44 @@
88
<name>${project.groupId}:${project.artifactId}</name>
99
<description>Querqy library for query rewriting for Solr</description>
1010

11+
<url>https://querqy.org</url>
12+
13+
<licenses>
14+
<license>
15+
<name>The Apache Software License, Version 2.0</name>
16+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
17+
</license>
18+
</licenses>
19+
20+
<developers>
21+
<developer>
22+
<id>renekrie</id>
23+
<name>René Kriegler</name>
24+
<email>post@rene-kriegler.com</email>
25+
<url>https://github.com/renekrie</url>
26+
</developer>
27+
<developer>
28+
<id>mkr</id>
29+
<name>Matthias Krüger</name>
30+
<url>https://github.com/mkr</url>
31+
</developer>
32+
<developer>
33+
<id>JohannesDaniel</id>
34+
<name>Johannes Peter</name>
35+
<email>johannesdaniel.peter@gmx.de</email>
36+
<url>https://github.com/JohannesDaniel</url>
37+
</developer>
38+
</developers>
39+
40+
41+
<scm>
42+
<url>git@github.com:querqy/querqy-solr.git</url>
43+
<connection>scm:git:git@github.com:querqy/querqy-solr.git</connection>
44+
<developerConnection>scm:git:git@github.com:querqy/querqy-solr.git</developerConnection>
45+
<tag>HEAD</tag>
46+
</scm>
47+
48+
1149
<properties>
1250
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1351
<java.version>11</java.version>

0 commit comments

Comments
 (0)