Skip to content

Commit 62000c8

Browse files
committed
metadata for pom.xml
1 parent 2034b8c commit 62000c8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

dsl-core/pom.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,33 @@
66
<artifactId>io.mdsl.parent</artifactId>
77
<packaging>pom</packaging>
88

9+
<name>${project.groupId}:${project.artifactId}</name>
10+
<description>A domain-specific language to specify (micro-)service contracts, data representations and endpoints.</description>
11+
<url>https://microservice-api-patterns.github.io/MDSL-Specification/</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+
<name>socadk</name>
23+
<email>[email protected]</email>
24+
<organization>Microservice-API-Patterns</organization>
25+
<organizationUrl>https://github.com/Microservice-API-Patterns</organizationUrl>
26+
</developer>
27+
</developers>
28+
29+
<scm>
30+
<connection>scm:git:https://github.com/Microservice-API-Patterns/MDSL-Specification.git</connection>
31+
<developerConnection>scm:git:ssh://github.com:Microservice-API-Patterns/MDSL-Specification.git</developerConnection>
32+
<url>https://github.com/Microservice-API-Patterns/MDSL-Specification/tree/master</url>
33+
</scm>
34+
35+
936
<properties>
1037
<xtextVersion>2.21.0</xtextVersion>
1138
<mwe2Version>2.11.2</mwe2Version>

0 commit comments

Comments
 (0)