File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
src/main/java-templates/io/javaoperatorsdk/operator Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 47
47
<commitIdGenerationMode >full</commitIdGenerationMode >
48
48
</configuration >
49
49
</plugin >
50
+ <plugin >
51
+ <groupId >org.codehaus.mojo</groupId >
52
+ <artifactId >templating-maven-plugin</artifactId >
53
+ <version >1.0.0</version >
54
+ <executions >
55
+ <execution >
56
+ <id >filtering-java-templates</id >
57
+ <goals >
58
+ <goal >filter-sources</goal >
59
+ </goals >
60
+ </execution >
61
+ </executions >
62
+ </plugin >
50
63
</plugins >
51
64
</build >
52
65
Original file line number Diff line number Diff line change
1
+ package io .javaoperatorsdk .operator ;
2
+
3
+ public final class Versions {
4
+
5
+ public static final String JOSDK = "${project.version}" ;
6
+ public static final String KUBERNETES_CLIENT = "${fabric8-client.version}" ;
7
+
8
+ }
You can’t perform that action at this time.
0 commit comments