|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 |
|
5 | 5 | <artifactId>proline-zero</artifactId> |
6 | | - <version>2.1.2</version> |
| 6 | + <version>2.2.0</version> |
7 | 7 | <name>Proline-Zero</name> |
8 | 8 |
|
9 | 9 | <parent> |
10 | 10 | <groupId>fr.proline</groupId> |
11 | 11 | <artifactId>profi-pom</artifactId> |
12 | | - <version>1.0.0</version> <!-- Snapshot Trunk version --> |
| 12 | + <version>1.1.0</version> <!-- Snapshot Trunk version --> |
13 | 13 | </parent> |
14 | 14 |
|
15 | 15 | <properties> |
16 | 16 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
17 | | - <cortex.version>2.1.2</cortex.version> |
18 | | - <studio.version>2.1.2</studio.version> |
| 17 | + <cortex.version>2.2.0</cortex.version> |
| 18 | + <studio.version>2.2.0</studio.version> |
19 | 19 | <hornetq.version>2.4.0.Final</hornetq.version> |
20 | | - <admin.version>2.1.2</admin.version> |
21 | | - <seqrepo.version>2.1.2</seqrepo.version> |
| 20 | + <admin.version>2.2.0</admin.version> |
| 21 | + <seqrepo.version>2.2.0</seqrepo.version> |
22 | 22 | <dist.data>${project.basedir}/data/sample</dist.data> |
23 | 23 | <!--<pg.win.version>9.4.11-2</pg.win.version>--> |
24 | 24 | <pg.win.version>9.6.11-1</pg.win.version> |
25 | 25 | <pg.linux.version>10.11-3</pg.linux.version> |
26 | 26 | <h2.version>1.4.196</h2.version> |
27 | | - <raw2mzdb.version>0.9.10</raw2mzdb.version> |
| 27 | + |
28 | 28 | </properties> |
29 | 29 |
|
30 | 30 | <dependencies> |
| 31 | + <dependency> |
| 32 | + <groupId>commons-beanutils</groupId> |
| 33 | + <artifactId>commons-beanutils</artifactId> |
| 34 | + <version>1.9.4</version> |
| 35 | + </dependency> |
| 36 | + <dependency> |
| 37 | + <groupId>org.apache.commons</groupId> |
| 38 | + <artifactId>commons-configuration2</artifactId> |
| 39 | + <version>2.7</version> |
| 40 | + </dependency> |
31 | 41 | <dependency> |
32 | 42 | <groupId>org.zeroturnaround</groupId> |
33 | 43 | <artifactId>zt-exec</artifactId> |
|
53 | 63 | <dependency> |
54 | 64 | <groupId>fr.profi.util</groupId> |
55 | 65 | <artifactId>profi-commons-java</artifactId> |
56 | | - <version>1.0.0</version> |
| 66 | + <version>1.1.0</version> |
57 | 67 | </dependency> |
58 | 68 |
|
59 | 69 | <dependency> |
|
67 | 77 | <artifactId>jna</artifactId> |
68 | 78 | <version>4.3.0</version> |
69 | 79 | </dependency> |
70 | | - <dependency> |
71 | | - <groupId>org.netbeans.api</groupId> |
72 | | - <artifactId>org-netbeans-modules-db</artifactId> |
73 | | - <version>RELEASE801</version> |
74 | | - <type>jar</type> |
75 | | - </dependency> |
76 | 80 | </dependencies> |
77 | 81 |
|
78 | 82 | <build> |
|
345 | 349 | <dependency> |
346 | 350 | <groupId>fr.profi</groupId> |
347 | 351 | <artifactId>raw2mzdb</artifactId> |
348 | | - <version>0.9.10</version> |
| 352 | + <version>1.1.0</version> |
349 | 353 | <classifier>windows-x64</classifier> |
350 | 354 | <type>zip</type> |
351 | 355 | </dependency> |
|
0 commit comments