Skip to content

Commit 3b8600d

Browse files
committed
[ci skip] prepare release 1.2.1
1 parent acdbbb6 commit 3b8600d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_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/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>com.trendyol.sonar.stryker.net</groupId>
76
<artifactId>sonar-stryker-net-plugin</artifactId>
87
<packaging>jar</packaging>
9-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
109

1110
<name>sonar-stryker-net-plugin</name>
1211
<description>SonarQube plugin for Stryker.NET, a mutation testing framework for CSharp</description>
@@ -134,6 +133,6 @@
134133
<connection>scm:git:${project.scm.url}</connection>
135134
<developerConnection>scm:git:${project.scm.url}</developerConnection>
136135
<url>[email protected]:Trendyol/sonar-stryker-net-plugin.git</url>
137-
<tag>HEAD</tag>
136+
<tag>1.2.1</tag>
138137
</scm>
139138
</project>

0 commit comments

Comments
 (0)