Skip to content

Commit 517ac04

Browse files
committed
[maven-release-plugin] prepare release no-package-cycles-enforcer-rule-1.0.9
1 parent 323b636 commit 517ac04

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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/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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>de.andrena.tools.nopackagecycles</groupId>
76
<artifactId>no-package-cycles-enforcer-rule</artifactId>
8-
<version>1.0.9-SNAPSHOT</version>
7+
<version>1.0.9</version>
98

109
<name>NoPackageCyclesEnforcerRule</name>
1110
<description>A rule for the maven-enforcer-plugin that detects and prevents package cycles.</description>
@@ -15,7 +14,7 @@
1514
<connection>scm:git:git@github.com:andrena/no-package-cycles-enforcer-rule.git</connection>
1615
<developerConnection>scm:git:git@github.com:andrena/no-package-cycles-enforcer-rule.git</developerConnection>
1716
<url>git@github.com:andrena/no-package-cycles-enforcer-rule.git</url>
18-
<tag>HEAD</tag>
17+
<tag>no-package-cycles-enforcer-rule-1.0.9</tag>
1918
</scm>
2019

2120
<licenses>
@@ -98,8 +97,7 @@
9897
<phase>compile</phase>
9998
<configuration>
10099
<rules>
101-
<NoPackageCyclesRule
102-
implementation="de.andrena.tools.nopackagecycles.NoPackageCyclesRule">
100+
<NoPackageCyclesRule implementation="de.andrena.tools.nopackagecycles.NoPackageCyclesRule">
103101
</NoPackageCyclesRule>
104102
</rules>
105103
</configuration>

0 commit comments

Comments
 (0)