File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 6
6
<artifactId >io.mdsl.parent</artifactId >
7
7
<packaging >pom</packaging >
8
8
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
+
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
+
9
36
<properties >
10
37
<xtextVersion >2.21.0</xtextVersion >
11
38
<mwe2Version >2.11.2</mwe2Version >
You can’t perform that action at this time.
0 commit comments