Skip to content

Commit 26e33e1

Browse files
committed
Fix Maven POMs, update to 1.1.2
1 parent a27509d commit 26e33e1

File tree

6 files changed

+31
-15
lines changed

6 files changed

+31
-15
lines changed

pom.xml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@
1111

1212
<groupId>com.kohlschutter.jdk.compiler</groupId>
1313
<artifactId>standalone</artifactId>
14-
<version>1.1.1</version>
14+
<version>1.1.2</version>
1515
<packaging>pom</packaging>
1616

17+
<properties>
18+
<jdk.compiler.standalone.version>1.1.2</jdk.compiler.standalone.version>
19+
</properties>
20+
1721
<licenses>
1822
<license>
1923
<name>GPL-2.0-with-classpath-exception</name>
@@ -99,6 +103,27 @@
99103
</build>
100104
</profile>
101105
</profiles>
106+
107+
<dependencyManagement>
108+
<dependencies>
109+
<dependency>
110+
<groupId>com.kohlschutter.jdk</groupId>
111+
<artifactId>standalone-util</artifactId>
112+
<version>${jdk.compiler.standalone.version}</version>
113+
</dependency>
114+
<dependency>
115+
<groupId>com.kohlschutter.jdk.compiler</groupId>
116+
<artifactId>standalone-jdk11</artifactId>
117+
<version>${jdk.compiler.standalone.version}</version>
118+
</dependency>
119+
<dependency>
120+
<groupId>com.kohlschutter.jdk.compiler</groupId>
121+
<artifactId>standalone-jdk21</artifactId>
122+
<version>${jdk.compiler.standalone.version}</version>
123+
</dependency>
124+
</dependencies>
125+
</dependencyManagement>
126+
102127
<modules>
103128
<module>standalone-util</module>
104129
<module>standalone-jdk11</module>

standalone-jdk11-test/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.kohlschutter.jdk.compiler</groupId>
88
<artifactId>standalone</artifactId>
9-
<version>1.1.1</version>
9+
<version>1.1.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -48,12 +48,6 @@
4848
<dependency>
4949
<groupId>com.kohlschutter.jdk.compiler</groupId>
5050
<artifactId>standalone-jdk11</artifactId>
51-
<version>${project.version}</version>
52-
</dependency>
53-
<dependency>
54-
<groupId>com.kohlschutter.jdk</groupId>
55-
<artifactId>standalone-util</artifactId>
56-
<version>${project.version}</version>
5751
</dependency>
5852

5953
<dependency>

standalone-jdk11/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.kohlschutter.jdk.compiler</groupId>
88
<artifactId>standalone</artifactId>
9-
<version>1.1.1</version>
9+
<version>1.1.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -180,7 +180,6 @@
180180
<dependency>
181181
<groupId>com.kohlschutter.jdk</groupId>
182182
<artifactId>standalone-util</artifactId>
183-
<version>${project.version}</version>
184183
</dependency>
185184
<dependency>
186185
<groupId>com.kohlschutter.jdk</groupId>

standalone-jdk21-test/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.kohlschutter.jdk.compiler</groupId>
88
<artifactId>standalone</artifactId>
9-
<version>1.1.1</version>
9+
<version>1.1.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -48,7 +48,6 @@
4848
<dependency>
4949
<groupId>com.kohlschutter.jdk.compiler</groupId>
5050
<artifactId>standalone-jdk21</artifactId>
51-
<version>${project.version}</version>
5251
</dependency>
5352
<dependency>
5453
<groupId>com.kohlschutter</groupId>

standalone-jdk21/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.kohlschutter.jdk.compiler</groupId>
88
<artifactId>standalone</artifactId>
9-
<version>1.1.1</version>
9+
<version>1.1.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -271,7 +271,6 @@
271271
<dependency>
272272
<groupId>com.kohlschutter.jdk</groupId>
273273
<artifactId>standalone-util</artifactId>
274-
<version>${project.version}</version>
275274
</dependency>
276275
<dependency>
277276
<groupId>com.kohlschutter.jdk</groupId>

standalone-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.kohlschutter.jdk.compiler</groupId>
88
<artifactId>standalone</artifactId>
9-
<version>1.1.1</version>
9+
<version>1.1.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)