|
3 | 3 | <parent> |
4 | 4 | <artifactId>java-memshell-generator</artifactId> |
5 | 5 | <groupId>jmg</groupId> |
6 | | - <version>${revision}</version> |
| 6 | + <version>${project.build.version}</version> |
7 | 7 | </parent> |
8 | 8 | <modelVersion>4.0.0</modelVersion> |
9 | 9 | <artifactId>jmg-gui</artifactId> |
10 | 10 | <dependencies> |
11 | 11 | <dependency> |
12 | 12 | <groupId>jmg</groupId> |
13 | 13 | <artifactId>jmg-core</artifactId> |
14 | | - <version>${revision}</version> |
| 14 | + <version>${project.build.version}</version> |
15 | 15 | <scope>compile</scope> |
16 | 16 | </dependency> |
17 | 17 | <!-- |
|
38 | 38 | <dependency> |
39 | 39 | <groupId>jmg</groupId> |
40 | 40 | <artifactId>jmg-behinder</artifactId> |
41 | | - <version>${revision}</version> |
| 41 | + <version>${project.build.version}</version> |
42 | 42 | <scope>compile</scope> |
43 | 43 | </dependency> |
44 | 44 | <dependency> |
45 | 45 | <groupId>jmg</groupId> |
46 | 46 | <artifactId>jmg-antsword</artifactId> |
47 | | - <version>${revision}</version> |
| 47 | + <version>${project.build.version}</version> |
48 | 48 | <scope>compile</scope> |
49 | 49 | </dependency> |
50 | 50 | <dependency> |
51 | 51 | <groupId>jmg</groupId> |
52 | 52 | <artifactId>jmg-godzilla</artifactId> |
53 | | - <version>${revision}</version> |
| 53 | + <version>${project.build.version}</version> |
54 | 54 | <scope>compile</scope> |
55 | 55 | </dependency> |
56 | 56 | <dependency> |
57 | 57 | <groupId>jmg</groupId> |
58 | 58 | <artifactId>jmg-suo5</artifactId> |
59 | | - <version>${revision}</version> |
| 59 | + <version>${project.build.version}</version> |
60 | 60 | <scope>compile</scope> |
61 | 61 | </dependency> |
62 | 62 | <dependency> |
63 | 63 | <groupId>jmg</groupId> |
64 | 64 | <artifactId>jmg-neoregeorg</artifactId> |
65 | | - <version>${revision}</version> |
| 65 | + <version>${project.build.version}</version> |
66 | 66 | <scope>compile</scope> |
67 | 67 | </dependency> |
68 | 68 | <dependency> |
69 | 69 | <groupId>jmg</groupId> |
70 | 70 | <artifactId>jmg-custom</artifactId> |
71 | | - <version>${revision}</version> |
| 71 | + <version>${project.build.version}</version> |
72 | 72 | <scope>compile</scope> |
73 | 73 | </dependency> |
74 | 74 | </dependencies> |
|
0 commit comments