diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2024-01-11 09:21:38 +0100 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2024-01-11 15:21:48 +0100 |
commit | 259e454600a6e5d496f584bbe12942240a88562b (patch) | |
tree | 38461d785969822e1a4086e0c704b83097be82d0 /pom.xml | |
parent | 1d77fc5b646f3c3a9a0f14dba5218d7f866e48ba (diff) |
Create aai-resources 1.13.0 version
Version with fix of an issue with missing bulk operation index on request body parsing error
Issue-ID: AAI-3722
Change-Id: I2faaf901fb063a9ea04cac2c8308fdc749b2ee52
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ </parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> - <version>1.12.3-SNAPSHOT</version> + <version>1.13.0-SNAPSHOT</version> <name>aai-resources</name> <packaging>pom</packaging> <modules> @@ -58,7 +58,7 @@ Using https://code.revelc.net/formatter-maven-plugin/ for Eclipse formatter Using https://github.com/diffplug/spotless/tree/master/plugin-maven for import order Use in combination to rewrite code and imports, then checkstyle - + mvn formatter:format spotless:apply process-sources --> <plugin> |