File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 272272 <exclude >org.springframework.data:*</exclude >
273273 </excludes >
274274 </requireReleaseDeps >
275+ <NoSnapshotDependenciesInDependencyManagementRule
276+ implementation=" de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule" >
277+ <onlyWhenRelease >true</onlyWhenRelease >
278+ </NoSnapshotDependenciesInDependencyManagementRule >
275279 </rules >
276280 </configuration >
277281 </execution >
278282 </executions >
283+ <dependencies >
284+ <dependency >
285+ <groupId >de.smartics.rules</groupId >
286+ <artifactId >smartics-enforcer-rules</artifactId >
287+ <version >1.0.2</version >
288+ </dependency >
289+ </dependencies >
279290 </plugin >
280291 </plugins >
281292 </build >
10641075 <plugin >
10651076 <groupId >org.apache.maven.plugins</groupId >
10661077 <artifactId >maven-enforcer-plugin</artifactId >
1067- <version >3.0.0-M3 </version >
1078+ <version >3.0.0</version >
10681079 </plugin >
10691080
10701081 <plugin >
Original file line number Diff line number Diff line change 8383 <plugin >
8484 <groupId >org.apache.maven.plugins</groupId >
8585 <artifactId >maven-enforcer-plugin</artifactId >
86+ <version >3.0.0</version >
8687 <executions >
8788 <execution >
8889 <id >enforce-release-rules</id >
9697 </requireJavaVersion >
9798 <requireReleaseDeps />
9899 <requireReleaseVersion />
100+ <NoSnapshotDependenciesInDependencyManagementRule
101+ implementation=" de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule" >
102+ </NoSnapshotDependenciesInDependencyManagementRule >
99103 </rules >
100104 </configuration >
101105 </execution >
102106 </executions >
107+ <dependencies >
108+ <dependency >
109+ <groupId >de.smartics.rules</groupId >
110+ <artifactId >smartics-enforcer-rules</artifactId >
111+ <version >1.0.2</version >
112+ </dependency >
113+ </dependencies >
103114 </plugin >
104115
105116 </plugins >
You can’t perform that action at this time.
0 commit comments