|
8 | 8 | <artifactId>uvl-metamodel</artifactId> |
9 | 9 | <version>1.0</version> |
10 | 10 |
|
| 11 | + <name>UVL Java Metamodel</name> |
| 12 | + <description>This project host a java feature model metamodel for UVL </description> |
| 13 | + <url>https://github.com/Universal-Variability-Language/java-uvl-metamodel</url> |
| 14 | + <licenses> |
| 15 | + <license> |
| 16 | + <name>MIT License</name> |
| 17 | + <url>https://github.com/Universal-Variability-Language/uvl-parser/blob/master/LICENSE</url> |
| 18 | + <distribution>repo</distribution> |
| 19 | + </license> |
| 20 | + </licenses> |
| 21 | + |
| 22 | + <developers> |
| 23 | + <developer> |
| 24 | + <name>José A. Galindo</name> |
| 25 | + <email>jagalindo@us.es</email> |
| 26 | + <organization>University of Seville</organization> |
| 27 | + <organizationUrl>https://www.us.es</organizationUrl> |
| 28 | + </developer> |
| 29 | + <developer> |
| 30 | + <name>Chico Sundermann</name> |
| 31 | + <email>jagalindo@us.es</email> |
| 32 | + <organization>University of Ulm</organization> |
| 33 | + <organizationUrl>https://www.uni-ulm.de/</organizationUrl> |
| 34 | + </developer> |
| 35 | + <developer> |
| 36 | + <name>Kevin Feichtinger</name> |
| 37 | + <email>kevin.feichtinger@jku.at</email> |
| 38 | + <organization>Johannes Kepler University</organization> |
| 39 | + <organizationUrl>https://www.jku.at/</organizationUrl> |
| 40 | + </developer> |
| 41 | + </developers> |
| 42 | + |
| 43 | + <scm><!-- TODO--> |
| 44 | + <connection>scm:git:git@github.com:Universal-Variability-Language/java-uvl-metamodel.git</connection> |
| 45 | + <developerConnection>scm:git:git@github.com:Universal-Variability-Language/java-uvl-metamodel.git</developerConnection> |
| 46 | + <url>https://github.com/Universal-Variability-Language/java-uvl-metamodel</url> |
| 47 | + </scm> |
| 48 | + |
| 49 | + <distributionManagement> |
| 50 | + <snapshotRepository> |
| 51 | + <id>ossrh</id> |
| 52 | + <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
| 53 | + </snapshotRepository> |
| 54 | + <repository> |
| 55 | + <id>ossrh</id> |
| 56 | + <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 57 | + </repository> |
| 58 | + </distributionManagement> |
| 59 | + |
11 | 60 | <properties> |
| 61 | + <antlr4.version>4.13.1</antlr4.version> |
12 | 62 | <maven.compiler.source>8</maven.compiler.source> |
13 | 63 | <maven.compiler.target>8</maven.compiler.target> |
14 | 64 | </properties> |
|
0 commit comments