File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments