Skip to content

Commit ed6c3b1

Browse files
committed
Add description and scm elements
1 parent 53c3096 commit ed6c3b1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<artifactId>querydsl-parent</artifactId>
99
<version>0.1.0</version>
1010
<name>Querydsl Parent POM</name>
11+
<description>Parent project for Querydsl related projects</description>
1112

1213
<parent>
1314
<groupId>org.sonatype.oss</groupId>
@@ -57,7 +58,12 @@
5758
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
5859
</license>
5960
</licenses>
60-
61+
62+
<scm>
63+
<connection>scm:git:[email protected]:querydsl/querydsl-parent.git</connection>
64+
<url>[email protected]:querydsl/querydsl-parent.git</url>
65+
</scm>
66+
6167
<properties>
6268
<gpg.skip>true</gpg.skip>
6369
</properties>

0 commit comments

Comments
 (0)