Skip to content

Commit 33ff539

Browse files
committed
[maven-release-plugin] prepare release 1.1
1 parent becd49d commit 33ff539

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>io.github.universal-variability-language</groupId>
86
<artifactId>fm-metamodel</artifactId>
9-
<version>1.1-SNAPSHOT</version>
7+
<version>1.1</version>
108

119
<name>UVL Java Metamodel</name>
1210
<description>This project host a java feature model metamodel for UVL </description>
@@ -50,7 +48,8 @@
5048
<connection>scm:git:git@github.com:Universal-Variability-Language/java-fm-metamodel.git</connection>
5149
<developerConnection>scm:git:git@github.com:Universal-Variability-Language/java-fm-metamodel.git</developerConnection>
5250
<url>https://github.com/Universal-Variability-Language/java-fm-metamodel</url>
53-
</scm>
51+
<tag>1.1</tag>
52+
</scm>
5453

5554
<distributionManagement>
5655
<snapshotRepository>

0 commit comments

Comments
 (0)