File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-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.7-SNAPSHOT </version >
7+ <version >1.0.7</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- </scm >
17+ <tag >no-package-cycles-enforcer-rule-1.0.7</tag >
18+ </scm >
1919
2020 <licenses >
2121 <license >
9797 <phase >compile</phase >
9898 <configuration >
9999 <rules >
100- <NoPackageCyclesRule
101- implementation=" de.andrena.tools.nopackagecycles.NoPackageCyclesRule" />
100+ <NoPackageCyclesRule implementation =" de.andrena.tools.nopackagecycles.NoPackageCyclesRule" />
102101 </rules >
103102 </configuration >
104103 </execution >
You can’t perform that action at this time.
0 commit comments