Skip to content

Commit cb14e04

Browse files
committed
Added the all profile.
1 parent 40259f7 commit cb14e04

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

pom.xml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@
5858
<module>tests</module>
5959
</modules>
6060
</profile>
61+
<profile>
62+
<id>all</id>
63+
<activation>
64+
<property>
65+
<name>all</name>
66+
</property>
67+
</activation>
68+
<modules>
69+
<module>tests</module>
70+
</modules>
71+
</profile>
6172
</profiles>
6273
<mailingLists>
6374
<mailingList>
@@ -74,7 +85,7 @@
7485
<jaxb2-basics.version>0.9.2</jaxb2-basics.version>
7586
<js-codemodel.version>1.1</js-codemodel.version>
7687
<jaxb.version>2.2.11</jaxb.version>
77-
<maven-jaxb2-plugin.version>0.12.1</maven-jaxb2-plugin.version>
88+
<maven-jaxb2-plugin.version>0.12.3</maven-jaxb2-plugin.version>
7889
<jgrapht.version>0.9.0</jgrapht.version>
7990
<slf4j.version>1.7.7</slf4j.version>
8091
<args4j.version>2.0.29</args4j.version>
@@ -189,7 +200,7 @@
189200
<dependency>
190201
<groupId>net.disy.legato</groupId>
191202
<artifactId>legato-testing</artifactId>
192-
<version>2.0.0</version>
203+
<version>1.1.1</version>
193204
</dependency>
194205
<dependency>
195206
<groupId>org.jvnet.jaxb2.maven2</groupId>
@@ -199,7 +210,7 @@
199210
<dependency>
200211
<groupId>net.disy.legato</groupId>
201212
<artifactId>legato-tools</artifactId>
202-
<version>2.0.0</version>
213+
<version>1.1.1</version>
203214
</dependency>
204215
</dependencies>
205216
</dependencyManagement>

0 commit comments

Comments
 (0)