diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-09-21 21:41:29 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-09-22 18:16:38 +0200 |
commit | 4d1b2cd24f060b1a4849f411a09a04346f22dc06 (patch) | |
tree | 00aacc5f811e4d79c2e9688ff2f0b72ad54aebe0 /pom.xml | |
parent | e40453c7a7cc6258fd9aa58e0dbb45bac0fbdbfb (diff) |
Migrate JAXB to jakarta
- change javax.* JAXB packages to jakarta.*
- bump snapshot version to 1.15.0-SNAPSHOT
Issue-ID: AAI-4005
Change-Id: I304328d2b8d2b943919f741f63b8842ac2ee126b
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -26,17 +26,18 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.14.7</version> + <version>1.15.0-SNAPSHOT</version> </parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> - <version>1.14.7-SNAPSHOT</version> + <version>1.15.0-SNAPSHOT</version> <name>aai-resources</name> <packaging>pom</packaging> <modules> <module>aai-resources</module> </modules> <properties> + <maven.compiler.release>11</maven.compiler.release> <!-- Nexus Proxy Properties and Snapshot Locations Ideally this can be overwritten at runtime per internal environment specific values at runtime @@ -48,7 +49,7 @@ <staging.path>/content/repositories/staging/</staging.path> <!-- GMaven plugin uses this property to figure out the name of the docker tag --> <aai.project.version>${project.version}</aai.project.version> - <aai.common.version>1.14.7</aai.common.version> + <aai.common.version>1.15.0-SNAPSHOT</aai.common.version> <aai.schema.service.version>1.12.5</aai.schema.service.version> </properties> <dependencies> |