From 8627da9e12aca94b0def4cc31b1a88e62d3052bb Mon Sep 17 00:00:00 2001 From: Tomasz Wozniak Date: Wed, 13 Jul 2022 23:43:38 +0200 Subject: [PATCH] version 1.5.0 --- pom.xml | 2 +- spring-rest2ts-angular2json/pom.xml | 4 ++-- .../spring-rest2ts-angular2json-api/pom.xml | 4 ++-- .../spring-rest2ts-angular2json-impl/pom.xml | 12 +++++----- spring-rest2ts-examples/pom.xml | 24 +++++++++---------- spring-rest2ts-generator/pom.xml | 4 ++-- spring-rest2ts-gson/pom.xml | 8 +++---- spring-rest2ts-jackson-js/pom.xml | 10 ++++---- spring-rest2ts-jackson/pom.xml | 6 ++--- spring-rest2ts-jax-rs/pom.xml | 6 ++--- spring-rest2ts-spring-data/pom.xml | 8 +++---- spring-rest2ts-spring/pom.xml | 6 ++--- spring-rest2ts-swagger/pom.xml | 6 ++--- spring-rest2ts-tests/pom.xml | 6 ++--- spring-rest2ts-webflux/pom.xml | 10 ++++---- 15 files changed, 58 insertions(+), 58 deletions(-) diff --git a/pom.xml b/pom.xml index 6396418..36bee5d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.blue-veery spring-rest2ts - 1.5.0-SNAPSHOT + 1.5.0 pom spring-rest2ts diff --git a/spring-rest2ts-angular2json/pom.xml b/spring-rest2ts-angular2json/pom.xml index 5c1c9f2..ec1694f 100644 --- a/spring-rest2ts-angular2json/pom.xml +++ b/spring-rest2ts-angular2json/pom.xml @@ -6,11 +6,11 @@ com.blue-veery spring-rest2ts - 1.5.0-SNAPSHOT + 1.5.0 spring-rest2ts-angular2json - 1.5.0-SNAPSHOT + 1.5.0 Typescript data model and services from rest generator for java spring. It supports generation for Angular and React diff --git a/spring-rest2ts-angular2json/spring-rest2ts-angular2json-api/pom.xml b/spring-rest2ts-angular2json/spring-rest2ts-angular2json-api/pom.xml index fbfb8da..a28cb7e 100644 --- a/spring-rest2ts-angular2json/spring-rest2ts-angular2json-api/pom.xml +++ b/spring-rest2ts-angular2json/spring-rest2ts-angular2json-api/pom.xml @@ -6,9 +6,9 @@ com.blue-veery spring-rest2ts-angular2json - 1.5.0-SNAPSHOT + 1.5.0 spring-rest2ts-angular2json-api - 1.5.0-SNAPSHOT + 1.5.0 diff --git a/spring-rest2ts-angular2json/spring-rest2ts-angular2json-impl/pom.xml b/spring-rest2ts-angular2json/spring-rest2ts-angular2json-impl/pom.xml index f7a75f9..12d3df0 100644 --- a/spring-rest2ts-angular2json/spring-rest2ts-angular2json-impl/pom.xml +++ b/spring-rest2ts-angular2json/spring-rest2ts-angular2json-impl/pom.xml @@ -6,32 +6,32 @@ com.blue-veery spring-rest2ts-angular2json - 1.5.0-SNAPSHOT + 1.5.0 spring-rest2ts-angular2json-impl - 1.5.0-SNAPSHOT + 1.5.0 com.blue-veery spring-rest2ts-angular2json-api - 1.5.0-SNAPSHOT + 1.5.0 com.blue-veery spring-rest2ts-generator - 1.5.0-SNAPSHOT + 1.5.0 com.blue-veery spring-rest2ts-jackson - 1.5.0-SNAPSHOT + 1.5.0 test com.blue-veery spring-rest2ts-tests - 1.5.0-SNAPSHOT + 1.5.0 test diff --git a/spring-rest2ts-examples/pom.xml b/spring-rest2ts-examples/pom.xml index 4003c1a..823ece1 100644 --- a/spring-rest2ts-examples/pom.xml +++ b/spring-rest2ts-examples/pom.xml @@ -7,11 +7,11 @@ com.blue-veery spring-rest2ts - 1.5.0-SNAPSHOT + 1.5.0 spring-rest2ts-examples - 1.5.0-SNAPSHOT + 1.5.0 Typescript data model and services from rest generator for java spring. It supports generation for Angular and React @@ -31,17 +31,17 @@ com.blue-veery spring-rest2ts-generator - 1.5.0-SNAPSHOT + 1.5.0 com.blue-veery spring-rest2ts-jackson - 1.5.0-SNAPSHOT + 1.5.0 com.blue-veery spring-rest2ts-spring - 1.5.0-SNAPSHOT + 1.5.0 org.springframework.data @@ -58,7 +58,7 @@ com.blue-veery spring-rest2ts-swagger - 1.5.0-SNAPSHOT + 1.5.0 @@ -93,18 +93,18 @@ com.blue-veery spring-rest2ts-spring-data - 1.5.0-SNAPSHOT + 1.5.0 test com.blue-veery spring-rest2ts-angular2json-impl - 1.5.0-SNAPSHOT + 1.5.0 com.blue-veery spring-rest2ts-gson - 1.5.0-SNAPSHOT + 1.5.0 com.google.code.gson @@ -114,7 +114,7 @@ com.blue-veery spring-rest2ts-jax-rs - 1.5.0-SNAPSHOT + 1.5.0 javax.ws.rs @@ -124,13 +124,13 @@ com.blue-veery spring-rest2ts-tests - 1.5.0-SNAPSHOT + 1.5.0 test com.blue-veery spring-rest2ts-jackson-js - 1.5.0-SNAPSHOT + 1.5.0 diff --git a/spring-rest2ts-generator/pom.xml b/spring-rest2ts-generator/pom.xml index 8aeb399..13711ae 100644 --- a/spring-rest2ts-generator/pom.xml +++ b/spring-rest2ts-generator/pom.xml @@ -6,11 +6,11 @@ com.blue-veery spring-rest2ts - 1.5.0-SNAPSHOT + 1.5.0 spring-rest2ts-generator - 1.5.0-SNAPSHOT + 1.5.0 Typescript data model and services from rest generator for java spring. It supports generation for Angular and React diff --git a/spring-rest2ts-gson/pom.xml b/spring-rest2ts-gson/pom.xml index 38cde79..ae5d23a 100644 --- a/spring-rest2ts-gson/pom.xml +++ b/spring-rest2ts-gson/pom.xml @@ -7,11 +7,11 @@ com.blue-veery spring-rest2ts - 1.5.0-SNAPSHOT + 1.5.0 spring-rest2ts-gson - 1.5.0-SNAPSHOT + 1.5.0 Typescript data model and services from rest generator for java spring. It supports generation for Angular and React @@ -27,7 +27,7 @@ com.blue-veery spring-rest2ts-generator - 1.5.0-SNAPSHOT + 1.5.0 @@ -39,7 +39,7 @@ com.blue-veery spring-rest2ts-tests - 1.5.0-SNAPSHOT + 1.5.0 test diff --git a/spring-rest2ts-jackson-js/pom.xml b/spring-rest2ts-jackson-js/pom.xml index 4f84b83..dd38706 100644 --- a/spring-rest2ts-jackson-js/pom.xml +++ b/spring-rest2ts-jackson-js/pom.xml @@ -5,27 +5,27 @@ spring-rest2ts com.blue-veery - 1.5.0-SNAPSHOT + 1.5.0 4.0.0 spring-rest2ts-jackson-js - 1.5.0-SNAPSHOT + 1.5.0 com.blue-veery spring-rest2ts-generator - 1.5.0-SNAPSHOT + 1.5.0 com.blue-veery spring-rest2ts-jackson - 1.5.0-SNAPSHOT + 1.5.0 com.blue-veery spring-rest2ts-tests - 1.5.0-SNAPSHOT + 1.5.0 test diff --git a/spring-rest2ts-jackson/pom.xml b/spring-rest2ts-jackson/pom.xml index c363bd7..315702d 100644 --- a/spring-rest2ts-jackson/pom.xml +++ b/spring-rest2ts-jackson/pom.xml @@ -7,11 +7,11 @@ com.blue-veery spring-rest2ts - 1.5.0-SNAPSHOT + 1.5.0 spring-rest2ts-jackson - 1.5.0-SNAPSHOT + 1.5.0 Typescript data model and services from rest generator for java spring. It supports generation for Angular and React @@ -27,7 +27,7 @@ com.blue-veery spring-rest2ts-generator - 1.5.0-SNAPSHOT + 1.5.0 diff --git a/spring-rest2ts-jax-rs/pom.xml b/spring-rest2ts-jax-rs/pom.xml index a993f6f..41d1285 100644 --- a/spring-rest2ts-jax-rs/pom.xml +++ b/spring-rest2ts-jax-rs/pom.xml @@ -6,11 +6,11 @@ com.blue-veery spring-rest2ts - 1.5.0-SNAPSHOT + 1.5.0 spring-rest2ts-jax-rs - 1.5.0-SNAPSHOT + 1.5.0 Typescript data model and services from rest generator for java spring. It supports generation for Angular and React @@ -26,7 +26,7 @@ com.blue-veery spring-rest2ts-spring - 1.5.0-SNAPSHOT + 1.5.0 javax diff --git a/spring-rest2ts-spring-data/pom.xml b/spring-rest2ts-spring-data/pom.xml index 75cd8a2..0eee3fa 100644 --- a/spring-rest2ts-spring-data/pom.xml +++ b/spring-rest2ts-spring-data/pom.xml @@ -6,11 +6,11 @@ com.blue-veery spring-rest2ts - 1.5.0-SNAPSHOT + 1.5.0 spring-rest2ts-spring-data - 1.5.0-SNAPSHOT + 1.5.0 Typescript data model and services from rest generator for java spring. It supports generation for Angular and React @@ -26,7 +26,7 @@ com.blue-veery spring-rest2ts-generator - 1.5.0-SNAPSHOT + 1.5.0 @@ -37,7 +37,7 @@ com.blue-veery spring-rest2ts-jackson - 1.5.0-SNAPSHOT + 1.5.0 compile diff --git a/spring-rest2ts-spring/pom.xml b/spring-rest2ts-spring/pom.xml index 4839a82..375228d 100644 --- a/spring-rest2ts-spring/pom.xml +++ b/spring-rest2ts-spring/pom.xml @@ -6,11 +6,11 @@ com.blue-veery spring-rest2ts - 1.5.0-SNAPSHOT + 1.5.0 spring-rest2ts-spring - 1.5.0-SNAPSHOT + 1.5.0 Typescript data model and services from rest generator for java spring. It supports generation for Angular and React @@ -26,7 +26,7 @@ com.blue-veery spring-rest2ts-generator - 1.5.0-SNAPSHOT + 1.5.0 diff --git a/spring-rest2ts-swagger/pom.xml b/spring-rest2ts-swagger/pom.xml index a12e232..9401b42 100644 --- a/spring-rest2ts-swagger/pom.xml +++ b/spring-rest2ts-swagger/pom.xml @@ -7,17 +7,17 @@ com.blue-veery spring-rest2ts - 1.5.0-SNAPSHOT + 1.5.0 spring-rest2ts-swagger - 1.5.0-SNAPSHOT + 1.5.0 com.blue-veery spring-rest2ts-generator - 1.5.0-SNAPSHOT + 1.5.0 diff --git a/spring-rest2ts-tests/pom.xml b/spring-rest2ts-tests/pom.xml index 90830ad..0af2004 100644 --- a/spring-rest2ts-tests/pom.xml +++ b/spring-rest2ts-tests/pom.xml @@ -5,7 +5,7 @@ spring-rest2ts com.blue-veery - 1.5.0-SNAPSHOT + 1.5.0 4.0.0 @@ -15,12 +15,12 @@ com.blue-veery spring-rest2ts-generator - 1.5.0-SNAPSHOT + 1.5.0 com.blue-veery spring-rest2ts-jackson - 1.5.0-SNAPSHOT + 1.5.0 com.google.code.findbugs diff --git a/spring-rest2ts-webflux/pom.xml b/spring-rest2ts-webflux/pom.xml index 3231afb..aec46b8 100644 --- a/spring-rest2ts-webflux/pom.xml +++ b/spring-rest2ts-webflux/pom.xml @@ -5,17 +5,17 @@ spring-rest2ts com.blue-veery - 1.5.0-SNAPSHOT + 1.5.0 4.0.0 spring-rest2ts-webflux - 1.5.0-SNAPSHOT + 1.5.0 com.blue-veery spring-rest2ts-generator - 1.5.0-SNAPSHOT + 1.5.0 io.projectreactor @@ -26,7 +26,7 @@ com.blue-veery spring-rest2ts-tests - 1.5.0-SNAPSHOT + 1.5.0 test @@ -38,7 +38,7 @@ com.blue-veery spring-rest2ts-spring - 1.5.0-SNAPSHOT + 1.5.0 test