Skip to content

Commit 6bcfe68

Browse files
committed
Move all LKQL JIT modules in the 'com.adacore.lkql_jit' group
This avoids pollution in the 'com.adacore' group.
1 parent 42dcb11 commit 6bcfe68

File tree

7 files changed

+14
-20
lines changed

7 files changed

+14
-20
lines changed

lkql_jit/benchmarks/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<parent>
8-
<groupId>com.adacore</groupId>
8+
<groupId>com.adacore.lkql_jit</groupId>
99
<artifactId>lkql_jit</artifactId>
1010
<version>0.1.0</version>
1111
</parent>
@@ -41,7 +41,7 @@
4141
</dependency>
4242

4343
<dependency>
44-
<groupId>com.adacore</groupId>
44+
<groupId>com.adacore.lkql_jit</groupId>
4545
<artifactId>language</artifactId>
4646
<version>${project.parent.version}</version>
4747
</dependency>

lkql_jit/builtins_annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<parent>
8+
<groupId>com.adacore.lkql_jit</groupId>
89
<artifactId>lkql_jit</artifactId>
9-
<groupId>com.adacore</groupId>
1010
<version>0.1.0</version>
1111
</parent>
1212

lkql_jit/cli/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<parent>
8+
<groupId>com.adacore.lkql_jit</groupId>
89
<artifactId>lkql_jit</artifactId>
9-
<groupId>com.adacore</groupId>
1010
<version>0.1.0</version>
1111
</parent>
1212

@@ -71,13 +71,13 @@
7171
</dependency>
7272

7373
<dependency>
74-
<groupId>com.adacore</groupId>
74+
<groupId>com.adacore.lkql_jit</groupId>
7575
<artifactId>options</artifactId>
7676
<version>0.1.0</version>
7777
</dependency>
7878

7979
<dependency>
80-
<groupId>com.adacore</groupId>
80+
<groupId>com.adacore.lkql_jit</groupId>
8181
<artifactId>language</artifactId>
8282
<version>0.1.0</version>
8383
<scope>runtime</scope>

lkql_jit/language/pom.xml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<parent>
8+
<groupId>com.adacore.lkql_jit</groupId>
89
<artifactId>lkql_jit</artifactId>
9-
<groupId>com.adacore</groupId>
1010
<version>0.1.0</version>
1111
</parent>
1212

@@ -39,7 +39,7 @@
3939
<configuration>
4040
<annotationProcessorPaths>
4141
<annotationProcessorPath>
42-
<groupId>com.adacore</groupId>
42+
<groupId>com.adacore.lkql_jit</groupId>
4343
<artifactId>builtins_annotations</artifactId>
4444
<version>0.1.0</version>
4545
</annotationProcessorPath>
@@ -77,13 +77,13 @@
7777
</dependency>
7878

7979
<dependency>
80-
<groupId>com.adacore</groupId>
80+
<groupId>com.adacore.lkql_jit</groupId>
8181
<artifactId>options</artifactId>
8282
<version>0.1.0</version>
8383
</dependency>
8484

8585
<dependency>
86-
<groupId>com.adacore</groupId>
86+
<groupId>com.adacore.lkql_jit</groupId>
8787
<artifactId>builtins_annotations</artifactId>
8888
<version>0.1.0</version>
8989
</dependency>
@@ -105,12 +105,6 @@
105105
<artifactId>langkit_support</artifactId>
106106
<version>${config.langkit_supportVersion}</version>
107107
</dependency>
108-
109-
<dependency>
110-
<groupId>com.adacore</groupId>
111-
<artifactId>options</artifactId>
112-
<version>0.1.0</version>
113-
</dependency>
114108
</dependencies>
115109

116110
</project>

lkql_jit/options/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<parent>
8+
<groupId>com.adacore.lkql_jit</groupId>
89
<artifactId>lkql_jit</artifactId>
9-
<groupId>com.adacore</groupId>
1010
<version>0.1.0</version>
1111
</parent>
1212

lkql_jit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>com.adacore</groupId>
7+
<groupId>com.adacore.lkql_jit</groupId>
88
<artifactId>lkql_jit</artifactId>
99
<packaging>pom</packaging>
1010
<version>0.1.0</version>

lkql_jit/standalone/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<parent>
8+
<groupId>com.adacore.lkql_jit</groupId>
89
<artifactId>lkql_jit</artifactId>
9-
<groupId>com.adacore</groupId>
1010
<version>0.1.0</version>
1111
</parent>
1212

@@ -114,7 +114,7 @@
114114

115115
<dependencies>
116116
<dependency>
117-
<groupId>com.adacore</groupId>
117+
<groupId>com.adacore.lkql_jit</groupId>
118118
<artifactId>cli</artifactId>
119119
<version>0.1.0</version>
120120
</dependency>

0 commit comments

Comments
 (0)