Revision 439
branches/modelio3.7.x/src/main/conf/module.xml | ||
---|---|---|
3 | 3 |
<ClassPath> |
4 | 4 |
<PathEntry path="lib/${project.artifactId}-${project.version}.jar"/> |
5 | 5 |
<PathEntry path="lib/org.modelio.documentation.javadesigner-${project.version}.jar"/> |
6 |
<PathEntry path="lib/xmlreverse-3.3.01.jar"/>
|
|
6 |
<PathEntry path="lib/xmlreverse-3.4.01.jar"/>
|
|
7 | 7 |
<PathEntry path="lib/javatuples-1.2.jar"/> |
8 | 8 |
<PathEntry path="lib/antlr-runtime-3.4.1.jar"/> |
9 | 9 |
</ClassPath> |
branches/modelio3.7.x/pom.xml | ||
---|---|---|
5 | 5 |
<!-- definition --> |
6 | 6 |
<groupId>org.modelio.module</groupId> |
7 | 7 |
<artifactId>javadesigner</artifactId> |
8 |
<version>3.6.01</version>
|
|
8 |
<version>3.7.00</version>
|
|
9 | 9 |
<name>JavaDesigner</name> |
10 | 10 |
|
11 | 11 |
<!-- repositories --> |
... | ... | |
33 | 33 |
<dependency> |
34 | 34 |
<groupId>org.modelio</groupId> |
35 | 35 |
<artifactId>MDAKit</artifactId> |
36 |
<version>[3.6.0,3.6.1)</version>
|
|
36 |
<version>[3.7.0,3.7.1)</version>
|
|
37 | 37 |
<type>pom</type> |
38 | 38 |
<scope>provided</scope> |
39 | 39 |
</dependency> |
... | ... | |
47 | 47 |
<dependency> |
48 | 48 |
<groupId>com.modelio.module</groupId> |
49 | 49 |
<artifactId>xmlreverse</artifactId> |
50 |
<version>3.3.01</version>
|
|
50 |
<version>3.4.01</version>
|
|
51 | 51 |
<type>jar</type> |
52 | 52 |
</dependency> |
53 | 53 |
|
... | ... | |
66 | 66 |
<dependency> |
67 | 67 |
<groupId>org.modelio.module</groupId> |
68 | 68 |
<artifactId>modelermodule</artifactId> |
69 |
<version>8.7.05</version>
|
|
69 |
<version>8.8.00</version>
|
|
70 | 70 |
<scope>provided</scope> |
71 | 71 |
</dependency> |
72 | 72 |
|
73 | 73 |
<dependency> |
74 | 74 |
<groupId>org.modelio</groupId> |
75 | 75 |
<artifactId>org.modelio.core.session</artifactId> |
76 |
<version>3.6.0-SNAPSHOT</version>
|
|
76 |
<version>[3.7.00,3.7.01)</version>
|
|
77 | 77 |
<type>jar</type> |
78 | 78 |
<scope>provided</scope> |
79 | 79 |
</dependency> |
... | ... | |
98 | 98 |
<plugin> |
99 | 99 |
<groupId>org.modelio</groupId> |
100 | 100 |
<artifactId>modelio-maven-plugin</artifactId> |
101 |
<version>3.6.0.00</version>
|
|
101 |
<version>3.7.0.00</version>
|
|
102 | 102 |
<executions> |
103 | 103 |
<execution> |
104 | 104 |
<id>ModuleValidation</id> |
Also available in: Unified diff