55 <parent >
66 <groupId >org.sonatype.oss</groupId >
77 <artifactId >oss-parent</artifactId >
8- <version >7 </version >
8+ <version >9 </version >
99 </parent >
1010
1111 <groupId >de.andrena.tools.nopackagecycles</groupId >
1212 <artifactId >no-package-cycles-enforcer-rule</artifactId >
1313 <version >1.0.6-SNAPSHOT</version >
14- <packaging >jar</packaging >
1514
1615 <name >NoPackageCyclesEnforcerRule</name >
1716 <description >A rule for the maven-enforcer-plugin that detects and prevents package cycles.</description >
4342 </developers >
4443
4544 <properties >
46- <api .version>1.0</api .version>
4745 <maven .version>2.2.1</maven .version>
4846 </properties >
4947
5048 <build >
5149 <plugins >
5250 <plugin >
5351 <artifactId >maven-compiler-plugin</artifactId >
54- <version >2.2 </version >
52+ <version >3.6.0 </version >
5553 <configuration >
56- <source >1.5 </source >
57- <target >1.5 </target >
54+ <source >1.8 </source >
55+ <target >1.8 </target >
5856 </configuration >
5957 </plugin >
6058 <plugin >
6159 <groupId >org.apache.maven.plugins</groupId >
6260 <artifactId >maven-surefire-plugin</artifactId >
63- <version >2.14 .1</version >
61+ <version >2.19 .1</version >
6462 <configuration >
6563 <excludes >
6664 <exclude >*-target/**</exclude >
7169 <plugin >
7270 <groupId >org.apache.maven.plugins</groupId >
7371 <artifactId >maven-failsafe-plugin</artifactId >
74- <version >2.14 .1</version >
72+ <version >2.19 .1</version >
7573 <executions >
7674 <execution >
7775 <goals >
9290 </plugin >
9391 <plugin >
9492 <artifactId >maven-enforcer-plugin</artifactId >
95- <version >1.2 </version >
93+ <version >1.4.1 </version >
9694 <dependencies >
9795 <dependency >
9896 <groupId >de.andrena.tools.nopackagecycles</groupId >
122120 <dependency >
123121 <groupId >org.apache.maven.enforcer</groupId >
124122 <artifactId >enforcer-api</artifactId >
125- <version >${api.version} </version >
123+ <version >1.4.1 </version >
126124 </dependency >
127125 <dependency >
128126 <groupId >org.apache.maven</groupId >
147145 <dependency >
148146 <groupId >org.codehaus.plexus</groupId >
149147 <artifactId >plexus-container-default</artifactId >
150- <version >1.5.5 </version >
148+ <version >1.7.1 </version >
151149 </dependency >
152150 <dependency >
153- <groupId >jdepend </groupId >
151+ <groupId >guru.nidi </groupId >
154152 <artifactId >jdepend</artifactId >
155- <version >2.9.1 </version >
153+ <version >2.9.5 </version >
156154 </dependency >
157155 <dependency >
158156 <groupId >net.sf.jgrapht</groupId >
163161 <dependency >
164162 <groupId >junit</groupId >
165163 <artifactId >junit</artifactId >
166- <version >4.11 </version >
164+ <version >4.12 </version >
167165 <scope >test</scope >
168166 </dependency >
169167 <dependency >
179177 <scope >test</scope >
180178 </dependency >
181179 </dependencies >
182- </project >
180+ </project >
0 commit comments