Skip to content

Commit 45cb70a

Browse files
committed
Merge branch 'develop'
2 parents 95ccee2 + baf4918 commit 45cb70a

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
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>
@@ -511,6 +512,13 @@
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>

0 commit comments

Comments
 (0)