Skip to content

Commit ff48092

Browse files
committed
Fix SPI subtypes pom.xml
1 parent 407e800 commit ff48092

1 file changed

Lines changed: 6 additions & 13 deletions

File tree

spi-subtypes/pom.xml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<!-- do_not_remove: published-with-gradle-metadata -->
88
<modelVersion>4.0.0</modelVersion>
99
<parent>
10-
<groupId>com.fasterxml.jackson.module</groupId>
10+
<groupId>tools.jackson.module</groupId>
1111
<artifactId>jackson-modules-base</artifactId>
12-
<version>2.22.0-SNAPSHOT</version>
12+
<version>3.1.0-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-module-spi-subtypes</artifactId>
1515
<name>Jackson module: SPI Subtypes Annotation Support</name>
@@ -28,17 +28,17 @@
2828

2929
<properties>
3030
<!-- Generate PackageVersion.java into this directory. -->
31-
<packageVersion.dir>com/fasterxml/jackson/module/spisubtypes</packageVersion.dir>
32-
<packageVersion.package>com.fasterxml.jackson.module.spisubtypes</packageVersion.package>
31+
<packageVersion.dir>tools/jackson/module/spisubtypes</packageVersion.dir>
32+
<packageVersion.package>tools.jackson.module.spisubtypes</packageVersion.package>
3333
</properties>
3434

3535
<dependencies>
3636
<dependency>
37-
<groupId>com.fasterxml.jackson.core</groupId>
37+
<groupId>tools.jackson.core</groupId>
3838
<artifactId>jackson-core</artifactId>
3939
</dependency>
4040
<dependency>
41-
<groupId>com.fasterxml.jackson.core</groupId>
41+
<groupId>tools.jackson.core</groupId>
4242
<artifactId>jackson-databind</artifactId>
4343
</dependency>
4444
<dependency>
@@ -55,13 +55,6 @@
5555
<groupId>com.google.code.maven-replacer-plugin</groupId>
5656
<artifactId>replacer</artifactId>
5757
</plugin>
58-
<!-- 14-Mar-2019, tatu: Add rudimentary JDK9+ module info. To build with JDK 8
59-
will have to use `moduleInfoFile` as anything else requires JDK 9+
60-
-->
61-
<plugin>
62-
<groupId>org.moditect</groupId>
63-
<artifactId>moditect-maven-plugin</artifactId>
64-
</plugin>
6558
<plugin>
6659
<groupId>org.apache.maven.plugins</groupId>
6760
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)