File tree Expand file tree Collapse file tree
karaf-services-maven-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 356356 </dependencies >
357357 </plugin >
358358 <plugin >
359+ <groupId >org.apache.maven.plugins</groupId >
359360 <artifactId >maven-plugin-plugin</artifactId >
360- <version >3.11.0</version >
361+ <version >3.15.2</version >
362+ <configuration >
363+ <requiredJavaVersion >[11,)</requiredJavaVersion >
364+ </configuration >
361365 <executions >
362366 <execution >
363367 <id >default-descriptor</id >
Original file line number Diff line number Diff line change 144144 <build >
145145 <plugins >
146146 <plugin >
147+ <groupId >org.apache.maven.plugins</groupId >
147148 <artifactId >maven-plugin-plugin</artifactId >
149+ <version >3.15.2</version >
150+ <configuration >
151+ <requiredJavaVersion >[11,)</requiredJavaVersion >
152+ </configuration >
148153 <executions >
149154 <execution >
150155 <id >default-descriptor</id >
You can’t perform that action at this time.
0 commit comments