We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4d6e8 commit ac3d60cCopy full SHA for ac3d60c
2 files changed
bootstrapper-maven-plugin/pom.xml
@@ -33,7 +33,7 @@
33
<properties>
34
<maven-plugin-annotations.version>3.15.2</maven-plugin-annotations.version>
35
<maven-plugin-api.version>3.9.12</maven-plugin-api.version>
36
- <templating-maven-plugin.version>3.0.0</templating-maven-plugin.version>
+ <templating-maven-plugin.version>3.1.0</templating-maven-plugin.version>
37
<maven-plugin-plugin.version>3.15.2</maven-plugin-plugin.version>
38
</properties>
39
operator-framework-core/pom.xml
@@ -137,7 +137,7 @@
137
<plugin>
138
<groupId>org.codehaus.mojo</groupId>
139
<artifactId>templating-maven-plugin</artifactId>
140
- <version>3.0.0</version>
+ <version>3.1.0</version>
141
<executions>
142
<execution>
143
<id>filtering-java-templates</id>
0 commit comments