Skip to content

Commit e2ad182

Browse files
committed
update: 其他
1 parent d5c7b73 commit e2ad182

File tree

18 files changed

+82
-83
lines changed

18 files changed

+82
-83
lines changed

jmg-antsword/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<parent>
55
<groupId>jmg</groupId>
66
<artifactId>java-memshell-generator</artifactId>
7-
<version>${project.build.version}</version>
7+
<version>1.0.8</version>
88
</parent>
99
<artifactId>jmg-antsword</artifactId>
1010

1111
<dependencies>
1212
<dependency>
13-
<groupId>jmg</groupId>
13+
<groupId>${parent.groupId}</groupId>
1414
<artifactId>jmg-core</artifactId>
15-
<version>${project.build.version}</version>
15+
<version>${parent.version}</version>
1616
<scope>compile</scope>
1717
</dependency>
1818
</dependencies>

jmg-behinder/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<parent>
55
<groupId>jmg</groupId>
66
<artifactId>java-memshell-generator</artifactId>
7-
<version>${project.build.version}</version>
7+
<version>1.0.8</version>
88
</parent>
99
<artifactId>jmg-behinder</artifactId>
1010

1111

1212
<dependencies>
1313
<dependency>
14-
<groupId>jmg</groupId>
14+
<groupId>${parent.groupId}</groupId>
1515
<artifactId>jmg-core</artifactId>
16-
<version>${project.build.version}</version>
16+
<version>${parent.version}</version>
1717
<scope>compile</scope>
1818
</dependency>
1919
</dependencies>

jmg-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>java-memshell-generator</artifactId>
55
<groupId>jmg</groupId>
6-
<version>${project.build.version}</version>
6+
<version>1.0.8</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>jmg-core</artifactId>

jmg-custom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<parent>
55
<groupId>jmg</groupId>
66
<artifactId>java-memshell-generator</artifactId>
7-
<version>${project.build.version}</version>
7+
<version>1.0.8</version>
88
</parent>
99
<artifactId>jmg-custom</artifactId>
1010

1111

1212
<dependencies>
1313
<dependency>
14-
<groupId>jmg</groupId>
14+
<groupId>${parent.groupId}</groupId>
1515
<artifactId>jmg-core</artifactId>
16-
<version>${project.build.version}</version>
16+
<version>${parent.version}</version>
1717
<scope>compile</scope>
1818
</dependency>
1919
</dependencies>

jmg-extender/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>jmg</groupId>
88
<artifactId>java-memshell-generator</artifactId>
9-
<version>${project.build.version}</version>
9+
<version>1.0.8</version>
1010
</parent>
1111

1212
<artifactId>jmg-extender</artifactId>
@@ -18,9 +18,9 @@
1818
</properties>
1919
<dependencies>
2020
<dependency>
21-
<groupId>jmg</groupId>
21+
<groupId>${parent.groupId}</groupId>
2222
<artifactId>jmg-core</artifactId>
23-
<version>${project.build.version}</version>
23+
<version>${parent.version}</version>
2424
<scope>compile</scope>
2525
</dependency>
2626
</dependencies>

jmg-godzilla/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<parent>
55
<groupId>jmg</groupId>
66
<artifactId>java-memshell-generator</artifactId>
7-
<version>${project.build.version}</version>
7+
<version>1.0.8</version>
88
</parent>
99
<artifactId>jmg-godzilla</artifactId>
1010

1111

1212
<dependencies>
1313
<dependency>
14-
<groupId>jmg</groupId>
14+
<groupId>${parent.groupId}</groupId>
1515
<artifactId>jmg-core</artifactId>
16-
<version>${project.build.version}</version>
16+
<version>${parent.version}</version>
1717
<scope>compile</scope>
1818
</dependency>
1919
</dependencies>

jmg-gui/pom.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<parent>
44
<artifactId>java-memshell-generator</artifactId>
55
<groupId>jmg</groupId>
6-
<version>${project.build.version}</version>
6+
<version>1.0.8</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>jmg-gui</artifactId>
1010
<dependencies>
1111
<dependency>
12-
<groupId>jmg</groupId>
12+
<groupId>${parent.groupId}</groupId>
1313
<artifactId>jmg-core</artifactId>
14-
<version>${project.build.version}</version>
14+
<version>${parent.version}</version>
1515
<scope>compile</scope>
1616
</dependency>
1717
<!--
@@ -36,39 +36,39 @@
3636
<version>3.1</version>
3737
</dependency>
3838
<dependency>
39-
<groupId>jmg</groupId>
39+
<groupId>${parent.groupId}</groupId>
4040
<artifactId>jmg-behinder</artifactId>
41-
<version>${project.build.version}</version>
41+
<version>${parent.version}</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
<dependency>
45-
<groupId>jmg</groupId>
45+
<groupId>${parent.groupId}</groupId>
4646
<artifactId>jmg-antsword</artifactId>
47-
<version>${project.build.version}</version>
47+
<version>${parent.version}</version>
4848
<scope>compile</scope>
4949
</dependency>
5050
<dependency>
51-
<groupId>jmg</groupId>
51+
<groupId>${parent.groupId}</groupId>
5252
<artifactId>jmg-godzilla</artifactId>
53-
<version>${project.build.version}</version>
53+
<version>${parent.version}</version>
5454
<scope>compile</scope>
5555
</dependency>
5656
<dependency>
57-
<groupId>jmg</groupId>
57+
<groupId>${parent.groupId}</groupId>
5858
<artifactId>jmg-suo5</artifactId>
59-
<version>${project.build.version}</version>
59+
<version>${parent.version}</version>
6060
<scope>compile</scope>
6161
</dependency>
6262
<dependency>
63-
<groupId>jmg</groupId>
63+
<groupId>${parent.groupId}</groupId>
6464
<artifactId>jmg-neoregeorg</artifactId>
65-
<version>${project.build.version}</version>
65+
<version>${parent.version}</version>
6666
<scope>compile</scope>
6767
</dependency>
6868
<dependency>
69-
<groupId>jmg</groupId>
69+
<groupId>${parent.groupId}</groupId>
7070
<artifactId>jmg-custom</artifactId>
71-
<version>${project.build.version}</version>
71+
<version>${parent.version}</version>
7272
<scope>compile</scope>
7373
</dependency>
7474
</dependencies>

jmg-neoregeorg/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<parent>
55
<groupId>jmg</groupId>
66
<artifactId>java-memshell-generator</artifactId>
7-
<version>${project.build.version}</version>
7+
<version>1.0.8</version>
88
</parent>
99
<artifactId>jmg-neoregeorg</artifactId>
1010

1111

1212
<dependencies>
1313
<dependency>
14-
<groupId>jmg</groupId>
14+
<groupId>${parent.groupId}</groupId>
1515
<artifactId>jmg-core</artifactId>
16-
<version>${project.build.version}</version>
16+
<version>${parent.version}</version>
1717
<scope>compile</scope>
1818
</dependency>
1919
</dependencies>

jmg-suo5/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<parent>
55
<groupId>jmg</groupId>
66
<artifactId>java-memshell-generator</artifactId>
7-
<version>${project.build.version}</version>
7+
<version>1.0.8</version>
88
</parent>
99
<artifactId>jmg-suo5</artifactId>
1010

1111

1212
<dependencies>
1313
<dependency>
14-
<groupId>jmg</groupId>
14+
<groupId>${parent.groupId}</groupId>
1515
<artifactId>jmg-core</artifactId>
16-
<version>${project.build.version}</version>
16+
<version>${parent.version}</version>
1717
<scope>compile</scope>
1818
</dependency>
1919
</dependencies>

jmg-woodpecker/pom.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>jmg</groupId>
88
<artifactId>java-memshell-generator</artifactId>
9-
<version>${project.build.version}</version>
9+
<version>1.0.8</version>
1010
</parent>
1111

1212
<artifactId>jmg-woodpecker</artifactId>
@@ -17,51 +17,51 @@
1717
</properties>
1818
<dependencies>
1919
<dependency>
20-
<groupId>jmg</groupId>
20+
<groupId>${parent.groupId}</groupId>
2121
<artifactId>jmg-core</artifactId>
22-
<version>${project.build.version}</version>
22+
<version>${parent.version}</version>
2323
<scope>compile</scope>
2424
</dependency>
2525
<dependency>
26-
<groupId>jmg</groupId>
26+
<groupId>${parent.groupId}</groupId>
2727
<artifactId>jmg-antsword</artifactId>
28-
<version>${project.build.version}</version>
28+
<version>${parent.version}</version>
2929
<scope>compile</scope>
3030
</dependency>
3131
<dependency>
32-
<groupId>jmg</groupId>
32+
<groupId>${parent.groupId}</groupId>
3333
<artifactId>jmg-behinder</artifactId>
34-
<version>${project.build.version}</version>
34+
<version>${parent.version}</version>
3535
<scope>compile</scope>
3636
</dependency>
3737
<dependency>
38-
<groupId>jmg</groupId>
38+
<groupId>${parent.groupId}</groupId>
3939
<artifactId>jmg-custom</artifactId>
40-
<version>${project.build.version}</version>
40+
<version>${parent.version}</version>
4141
<scope>compile</scope>
4242
</dependency>
4343
<dependency>
44-
<groupId>jmg</groupId>
44+
<groupId>${parent.groupId}</groupId>
4545
<artifactId>jmg-godzilla</artifactId>
46-
<version>${project.build.version}</version>
46+
<version>${parent.version}</version>
4747
<scope>compile</scope>
4848
</dependency>
4949
<dependency>
50-
<groupId>jmg</groupId>
50+
<groupId>${parent.groupId}</groupId>
5151
<artifactId>jmg-extender</artifactId>
52-
<version>${project.build.version}</version>
52+
<version>${parent.version}</version>
5353
<scope>compile</scope>
5454
</dependency>
5555
<dependency>
56-
<groupId>jmg</groupId>
56+
<groupId>${parent.groupId}</groupId>
5757
<artifactId>jmg-neoregeorg</artifactId>
58-
<version>${project.build.version}</version>
58+
<version>${parent.version}</version>
5959
<scope>compile</scope>
6060
</dependency>
6161
<dependency>
62-
<groupId>jmg</groupId>
62+
<groupId>${parent.groupId}</groupId>
6363
<artifactId>jmg-suo5</artifactId>
64-
<version>${project.build.version}</version>
64+
<version>${parent.version}</version>
6565
<scope>compile</scope>
6666
</dependency>
6767
</dependencies>

0 commit comments

Comments
 (0)