Skip to content

Commit

Permalink
version-1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twozniak committed Sep 19, 2021
1 parent 3b140f1 commit 1605064
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>

<name>spring-rest2ts</name>
Expand Down
4 changes: 2 additions & 2 deletions spring-rest2ts-angular2json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>spring-rest2ts-angular2json</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<description>
Typescript data model and services from rest generator for java spring. It supports generation for Angular and React
</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<parent>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts-angular2json</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>spring-rest2ts-angular2json-api</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
<parent>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts-angular2json</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>spring-rest2ts-angular2json-impl</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<dependencies>
<dependency>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts-angular2json-api</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts-generator</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
</dependencies>
</project>
20 changes: 10 additions & 10 deletions spring-rest2ts-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>spring-rest2ts-examples</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<description>
Typescript data model and services from rest generator for java spring. It supports generation for Angular and React
</description>
Expand All @@ -31,17 +31,17 @@
<dependency>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts-generator</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts-jackson</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts-spring</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<exclusions>
<exclusion>
<groupId>org.springframework.data</groupId>
Expand All @@ -58,7 +58,7 @@
<dependency>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts-swagger</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -100,18 +100,18 @@
<dependency>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts-spring-data</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts-angular2json-impl</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts-gson</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand All @@ -123,7 +123,7 @@
<dependency>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts-jax-rs</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions spring-rest2ts-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>spring-rest2ts-generator</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<description>
Typescript data model and services from rest generator for java spring. It supports generation for Angular and React
</description>
Expand Down
6 changes: 3 additions & 3 deletions spring-rest2ts-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>spring-rest2ts-gson</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<description>
Typescript data model and services from rest generator for java spring. It supports generation for Angular and React
</description>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts-generator</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions spring-rest2ts-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>spring-rest2ts-jackson</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<description>
Typescript data model and services from rest generator for java spring. It supports generation for Angular and React
</description>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts-generator</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions spring-rest2ts-jax-rs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>spring-rest2ts-jax-rs</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<description>
Typescript data model and services from rest generator for java spring. It supports generation for Angular and React
</description>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts-spring</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>javax</groupId>
Expand Down
8 changes: 4 additions & 4 deletions spring-rest2ts-spring-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>spring-rest2ts-spring-data</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<description>
Typescript data model and services from rest generator for java spring. It supports generation for Angular and React
</description>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts-generator</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>

<dependency>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts-jackson</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions spring-rest2ts-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>spring-rest2ts-spring</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<description>
Typescript data model and services from rest generator for java spring. It supports generation for Angular and React
</description>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts-generator</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions spring-rest2ts-swagger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<parent>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>spring-rest2ts-swagger</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>

<dependencies>
<dependency>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts-generator</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1605064

Please sign in to comment.