Skip to content

Commit 0c1e55e

Browse files
Bump archetype descriptor version to 1.2.0
As we add new filed includeCondition in 5ed7d90
1 parent 25e3668 commit 0c1e55e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

archetype-models/archetype-descriptor/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
<groupId>org.codehaus.modello</groupId>
4040
<artifactId>modello-maven-plugin</artifactId>
4141
<configuration>
42-
<version>1.1.0</version>
42+
<!-- always show a since -->
43+
<firstVersion>0</firstVersion>
44+
<version>1.2.0</version>
4345
<models>
4446
<model>src/main/mdo/archetype-descriptor.mdo</model>
4547
</models>

archetype-models/archetype-descriptor/src/main/mdo/archetype-descriptor.mdo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
</field>
165165
<field xml.attribute="true">
166166
<name>includeCondition</name>
167-
<version>1.1.0+</version>
167+
<version>1.2.0+</version>
168168
<type>String</type>
169169
<required>false</required>
170170
<description>A string value that should resolve to a boolean value to conditionally include filesets.

0 commit comments

Comments
 (0)