File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 8686 <dependency >
8787 <groupId >io.github.albertus82</groupId >
8888 <artifactId >unexepack</artifactId >
89- <version >0.3.1 </version >
90- </dependency >
89+ <version >1.0.0 </version >
90+ </dependency >
9191 <dependency >
9292 <groupId >org.eclipse.platform</groupId >
9393 <artifactId >org.eclipse.core.commands</artifactId >
692692 <version >3.9.0</version >
693693 </plugin >
694694 <plugin >
695- <groupId >org.sonarsource.scanner.maven</groupId >
696- <artifactId >sonar-maven-plugin</artifactId >
697- <version >5.5.0.6356</version >
695+ <groupId >org.sonarsource.scanner.maven</groupId >
696+ <artifactId >sonar-maven-plugin</artifactId >
697+ <version >5.5.0.6356</version >
698698 </plugin >
699699 </plugins >
700700 </pluginManagement >
727727 <configuration >
728728 <compilerArgument >-Xlint:all</compilerArgument >
729729 <annotationProcessorPaths >
730- <path >
731- <groupId >org.projectlombok</groupId >
732- <artifactId >lombok</artifactId >
733- <version >${lombok.version} </version >
734- </path >
730+ <path >
731+ <groupId >org.projectlombok</groupId >
732+ <artifactId >lombok</artifactId >
733+ <version >${lombok.version} </version >
734+ </path >
735735 </annotationProcessorPaths >
736736 </configuration >
737737 </plugin >
You can’t perform that action at this time.
0 commit comments