Skip to content

Commit

Permalink
Release 23.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
firatkucuk committed Nov 20, 2023
1 parent 1a17aee commit 823dd37
Show file tree
Hide file tree
Showing 35 changed files with 45 additions and 45 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Just add a single **Lilo** dependency to your `pom.xml` file.
<dependency>
<groupId>io.fria</groupId>
<artifactId>lilo</artifactId>
<version>23.11.0</version>
<version>23.11.1</version>
</dependency>
...
</dependencies>
Expand All @@ -27,7 +27,7 @@ Just add a single **Lilo** dependency to your `pom.xml` file.
If you're using gradle add the dependency to your `build.gradle` file.

```groovy
implementation 'io.fria:lilo:23.11.0'
implementation 'io.fria:lilo:23.11.1'
```

## Basic Usage
Expand Down
4 changes: 2 additions & 2 deletions lilo-spring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Just add a single **Lilo** dependency to your `pom.xml` file.
<dependency>
<groupId>io.fria</groupId>
<artifactId>lilo-spring</artifactId>
<version>23.11.0</version>
<version>23.11.1</version>
</dependency>
...
</dependencies>
Expand All @@ -23,7 +23,7 @@ Just add a single **Lilo** dependency to your `pom.xml` file.
If you're using gradle add the dependency to your `build.gradle` file.

```groovy
implementation 'io.fria:lilo-spring:23.11.0'
implementation 'io.fria:lilo-spring:23.11.1'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions lilo-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.fria</groupId>
<artifactId>lilo-spring</artifactId>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<name>lilo-spring</name>
<description>Lilo GraphQL stitching library Spring Bindings</description>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>io.fria</groupId>
<artifactId>lilo</artifactId>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion lilo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.fria</groupId>
<artifactId>lilo</artifactId>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<name>lilo</name>
<description>Lilo GraphQL stitching library</description>
Expand Down
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>io.fria</groupId>
<artifactId>lilo-parent</artifactId>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>
<packaging>pom</packaging>

<name>lilo-parent</name>
Expand Down
4 changes: 2 additions & 2 deletions samples/lilo-spring/01-subscription/lilo-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<artifactId>samples-lilo-spring-subscription-lilo-gateway</artifactId>
<name>samples-lilo-spring-01-subscription Lilo Gateway</name>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<licenses>
<license>
Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>io.fria</groupId>
<artifactId>lilo-spring</artifactId>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/lilo-spring/01-subscription/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.fria.lilo.samples.lilo-spring.subscription</groupId>
<artifactId>samples-lilo-spring-subscription-parent</artifactId>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>
<packaging>pom</packaging>

<name>samples-lilo-spring-01-subscription</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/lilo-spring/01-subscription/server1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<artifactId>samples-lilo-spring-subscription-server1</artifactId>
<name>samples-lilo-spring-01-subscription Server 1</name>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion samples/lilo-spring/01-subscription/server2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<artifactId>samples-lilo-spring-subscription-server2</artifactId>
<name>samples-lilo-spring-01-subscription Server 2</name>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion samples/lilo-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.fria.lilo.samples.lilo-spring</groupId>
<artifactId>lilo-spring-parent</artifactId>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>
<packaging>pom</packaging>

<name>samples-lilo-spring</name>
Expand Down
4 changes: 2 additions & 2 deletions samples/lilo/01-spring-boot-hello-world/lilo-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<artifactId>samples-lilo-spring-boot-hello-world-lilo-gateway</artifactId>
<name>samples-lilo-01-spring-boot-hello-world Lilo Gateway</name>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<licenses>
<license>
Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>io.fria</groupId>
<artifactId>lilo</artifactId>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/lilo/01-spring-boot-hello-world/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.fria.lilo.samples.lilo.spring-boot-hello-world</groupId>
<artifactId>samples-lilo-spring-boot-hello-world-parent</artifactId>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>
<packaging>pom</packaging>

<name>samples-lilo-01-spring-boot-hello-world</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/lilo/01-spring-boot-hello-world/server1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<artifactId>samples-lilo-spring-boot-hello-world-server1</artifactId>
<name>samples-lilo-01-spring-boot-hello-world Server 1</name>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion samples/lilo/01-spring-boot-hello-world/server2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<artifactId>samples-lilo-spring-boot-hello-world-server2</artifactId>
<name>samples-lilo-01-spring-boot-hello-world Server 2</name>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<licenses>
<license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<artifactId>samples-lilo-spring-boot-basic-stitching-lilo-gateway</artifactId>
<name>samples-lilo-02-spring-boot-basic-stitching Lilo Gateway</name>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<licenses>
<license>
Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>io.fria</groupId>
<artifactId>lilo</artifactId>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/lilo/02-spring-boot-basic-stitching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.fria.lilo.samples.lilo.spring-boot-basic-stitching</groupId>
<artifactId>samples-lilo-spring-boot-basic-stitching-parent</artifactId>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>
<packaging>pom</packaging>

<name>samples-lilo-02-spring-boot-basic-stitching</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<artifactId>samples-lilo-spring-boot-basic-stitching-server1</artifactId>
<name>samples-lilo-02-spring-boot-basic-stitching Server 1</name>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<licenses>
<license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<artifactId>samples-lilo-spring-boot-basic-stitching-server2</artifactId>
<name>samples-lilo-02-spring-boot-basic-stitching Server 2</name>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<licenses>
<license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<artifactId>samples-lilo-spring-boot-local-stitching-lilo-gateway</artifactId>
<name>samples-lilo-03-spring-boot-local-basic-stitching Lilo Gateway</name>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<licenses>
<license>
Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>io.fria</groupId>
<artifactId>lilo</artifactId>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/lilo/03-spring-boot-local-stitching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.fria.lilo.samples.lilo.spring-boot-local-stitching</groupId>
<artifactId>samples-lilo-spring-boot-local-stitching-parent</artifactId>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>
<packaging>pom</packaging>

<name>samples-lilo-03-spring-boot-local-stitching</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<artifactId>samples-lilo-spring-boot-local-stitching-server1</artifactId>
<name>samples-lilo-03-spring-boot-local-stitching Server 1</name>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<licenses>
<license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<artifactId>samples-lilo-spring-boot-reactive-stitching-lilo-gateway</artifactId>
<name>samples-lilo-03-spring-boot-reactive-stitching Lilo Gateway</name>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<licenses>
<license>
Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>io.fria</groupId>
<artifactId>lilo</artifactId>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/lilo/04-spring-boot-reactive-stitching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.fria.lilo.samples.lilo.spring-boot-reactive-stitching</groupId>
<artifactId>samples-lilo-spring-boot-reactive-stitching-parent</artifactId>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>
<packaging>pom</packaging>

<name>samples-lilo-03-spring-boot-reactive-stitching</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<artifactId>samples-lilo-spring-boot-reactive-stitching-server1</artifactId>
<name>samples-lilo-03-spring-boot-reactive-stitching Server 1</name>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<licenses>
<license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<artifactId>samples-lilo-spring-boot-reactive-stitching-server2</artifactId>
<name>samples-lilo-03-spring-boot-reactive-stitching Server 2</name>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<licenses>
<license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<artifactId>samples-lilo-spring-boot-basic-authentication-lilo-gateway</artifactId>
<name>samples-lilo-05-spring-boot-basic-authentication Lilo Gateway</name>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<licenses>
<license>
Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>io.fria</groupId>
<artifactId>lilo</artifactId>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/lilo/05-spring-boot-basic-authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.fria.lilo.samples.lilo.spring-boot-basic-authentication</groupId>
<artifactId>samples-lilo-spring-boot-basic-authentication-parent</artifactId>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>
<packaging>pom</packaging>

<name>samples-lilo-05-spring-boot-basic-authentication</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<artifactId>samples-lilo-spring-boot-basic-authentication-server1</artifactId>
<name>samples-lilo-05-spring-boot-basic-authentication Server 1</name>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<licenses>
<license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<artifactId>samples-lilo-spring-boot-basic-authentication-server2</artifactId>
<name>samples-lilo-05-spring-boot-basic-authentication Server 2</name>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<licenses>
<license>
Expand Down
4 changes: 2 additions & 2 deletions samples/lilo/06-spring-boot-subscription/lilo-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<artifactId>samples-lilo-spring-boot-subscription-lilo-gateway</artifactId>
<name>samples-lilo-06-spring-boot-subscription Lilo Gateway</name>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<licenses>
<license>
Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>io.fria</groupId>
<artifactId>lilo</artifactId>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/lilo/06-spring-boot-subscription/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.fria.lilo.samples.lilo.spring-boot-subscription</groupId>
<artifactId>samples-lilo-spring-boot-subscription-parent</artifactId>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>
<packaging>pom</packaging>

<name>samples-lilo-06-spring-boot-subscription</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/lilo/06-spring-boot-subscription/server1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<artifactId>samples-lilo-spring-boot-subscription-server1</artifactId>
<name>samples-lilo-06-spring-boot-subscription Server 1</name>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion samples/lilo/06-spring-boot-subscription/server2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<artifactId>samples-lilo-spring-boot-subscription-server2</artifactId>
<name>samples-lilo-06-spring-boot-subscription Server 2</name>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion samples/lilo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.fria.lilo.samples.lilo</groupId>
<artifactId>lilo-parent</artifactId>
<version>23.11.1-SNAPSHOT</version>
<version>23.11.1</version>
<packaging>pom</packaging>

<name>samples-lilo</name>
Expand Down
Loading

0 comments on commit 823dd37

Please sign in to comment.