File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Use this as a parent POM in your Firefly Framework module:
8989<parent >
9090 <groupId >org.fireflyframework</groupId >
9191 <artifactId >fireflyframework-parent</artifactId >
92- <version >26.02.06 </version >
92+ <version >26.02.07 </version >
9393 <relativePath />
9494</parent >
9595```
@@ -108,7 +108,7 @@ Create a new Firefly Framework module by referencing the parent POM:
108108 <parent >
109109 <groupId >org.fireflyframework</groupId >
110110 <artifactId >fireflyframework-parent</artifactId >
111- <version >26.02.06 </version >
111+ <version >26.02.07 </version >
112112 <relativePath />
113113 </parent >
114114
Original file line number Diff line number Diff line change 140140
141141 <!-- Plugins -->
142142 <maven-compiler-plugin .version>3.15.0</maven-compiler-plugin .version>
143+ <maven-resources-plugin .version>3.3.1</maven-resources-plugin .version>
143144 <maven-deploy-plugin .version>3.1.4</maven-deploy-plugin .version>
144145 <maven-surefire-plugin .version>3.5.4</maven-surefire-plugin .version>
145146 <maven-failsafe-plugin .version>3.5.4</maven-failsafe-plugin .version>
511512 </configuration >
512513 </plugin >
513514
515+ <!-- Maven Resources Plugin -->
516+ <plugin >
517+ <groupId >org.apache.maven.plugins</groupId >
518+ <artifactId >maven-resources-plugin</artifactId >
519+ <version >${maven-resources-plugin.version} </version >
520+ </plugin >
521+
514522 <!-- Maven Deploy Plugin -->
515523 <plugin >
516524 <artifactId >maven-deploy-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments