|
6 | 6 | <parent> |
7 | 7 | <groupId>jmg</groupId> |
8 | 8 | <artifactId>java-memshell-generator</artifactId> |
9 | | - <version>${project.build.version}</version> |
| 9 | + <version>1.0.8</version> |
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <artifactId>jmg-woodpecker</artifactId> |
|
17 | 17 | </properties> |
18 | 18 | <dependencies> |
19 | 19 | <dependency> |
20 | | - <groupId>jmg</groupId> |
| 20 | + <groupId>${parent.groupId}</groupId> |
21 | 21 | <artifactId>jmg-core</artifactId> |
22 | | - <version>${project.build.version}</version> |
| 22 | + <version>${parent.version}</version> |
23 | 23 | <scope>compile</scope> |
24 | 24 | </dependency> |
25 | 25 | <dependency> |
26 | | - <groupId>jmg</groupId> |
| 26 | + <groupId>${parent.groupId}</groupId> |
27 | 27 | <artifactId>jmg-antsword</artifactId> |
28 | | - <version>${project.build.version}</version> |
| 28 | + <version>${parent.version}</version> |
29 | 29 | <scope>compile</scope> |
30 | 30 | </dependency> |
31 | 31 | <dependency> |
32 | | - <groupId>jmg</groupId> |
| 32 | + <groupId>${parent.groupId}</groupId> |
33 | 33 | <artifactId>jmg-behinder</artifactId> |
34 | | - <version>${project.build.version}</version> |
| 34 | + <version>${parent.version}</version> |
35 | 35 | <scope>compile</scope> |
36 | 36 | </dependency> |
37 | 37 | <dependency> |
38 | | - <groupId>jmg</groupId> |
| 38 | + <groupId>${parent.groupId}</groupId> |
39 | 39 | <artifactId>jmg-custom</artifactId> |
40 | | - <version>${project.build.version}</version> |
| 40 | + <version>${parent.version}</version> |
41 | 41 | <scope>compile</scope> |
42 | 42 | </dependency> |
43 | 43 | <dependency> |
44 | | - <groupId>jmg</groupId> |
| 44 | + <groupId>${parent.groupId}</groupId> |
45 | 45 | <artifactId>jmg-godzilla</artifactId> |
46 | | - <version>${project.build.version}</version> |
| 46 | + <version>${parent.version}</version> |
47 | 47 | <scope>compile</scope> |
48 | 48 | </dependency> |
49 | 49 | <dependency> |
50 | | - <groupId>jmg</groupId> |
| 50 | + <groupId>${parent.groupId}</groupId> |
51 | 51 | <artifactId>jmg-extender</artifactId> |
52 | | - <version>${project.build.version}</version> |
| 52 | + <version>${parent.version}</version> |
53 | 53 | <scope>compile</scope> |
54 | 54 | </dependency> |
55 | 55 | <dependency> |
56 | | - <groupId>jmg</groupId> |
| 56 | + <groupId>${parent.groupId}</groupId> |
57 | 57 | <artifactId>jmg-neoregeorg</artifactId> |
58 | | - <version>${project.build.version}</version> |
| 58 | + <version>${parent.version}</version> |
59 | 59 | <scope>compile</scope> |
60 | 60 | </dependency> |
61 | 61 | <dependency> |
62 | | - <groupId>jmg</groupId> |
| 62 | + <groupId>${parent.groupId}</groupId> |
63 | 63 | <artifactId>jmg-suo5</artifactId> |
64 | | - <version>${project.build.version}</version> |
| 64 | + <version>${parent.version}</version> |
65 | 65 | <scope>compile</scope> |
66 | 66 | </dependency> |
67 | 67 | </dependencies> |
|
0 commit comments