Skip to content

Commit 2557439

Browse files
committed
#1212 release templates
1 parent f8f0dac commit 2557439

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

cobigen-templates/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
</execution>
5656
</executions>
5757
</plugin>
58+
<plugin>
59+
<groupId>org.codehaus.mojo</groupId>
60+
<artifactId>flatten-maven-plugin</artifactId>
61+
</plugin>
5862
<!-- Workaround as including pom.xml overwrites flattened pom, while exluding pom.xml would not add any pom at all
5963
to jar -->
6064
<plugin>

cobigen-templates/templates-devon4j/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>templates-devon4j</artifactId>
6-
<version>20.08.001-SNAPSHOT</version>
6+
<version>20.08.001</version>
77
<packaging>jar</packaging>
88
<name>CobiGen devon4j Templates</name>
99
<description>CobiGen devon4j Templates</description>
@@ -61,6 +61,10 @@
6161

6262
<build>
6363
<plugins>
64+
<plugin>
65+
<groupId>org.codehaus.mojo</groupId>
66+
<artifactId>flatten-maven-plugin</artifactId>
67+
</plugin>
6468
<plugin>
6569
<groupId>org.apache.maven.plugins</groupId>
6670
<artifactId>maven-antrun-plugin</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<plugin>
174174
<groupId>org.codehaus.mojo</groupId>
175175
<artifactId>flatten-maven-plugin</artifactId>
176-
<version>1.0.1</version>
176+
<version>1.2.2</version>
177177
<configuration>
178178
<flattenMode>${oasp.flatten.mode}</flattenMode>
179179
</configuration>

0 commit comments

Comments
 (0)