Skip to content

Commit d55faaa

Browse files
authored
Release 23.4.1 (#23)
1 parent 55eb3ff commit d55faaa

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add dependencies to your `pom.xml` file.
1515
<dependency>
1616
<groupId>io.fria</groupId>
1717
<artifactId>lilo</artifactId>
18-
<version>23.4.1-SNAPSHOT</version>
18+
<version>23.4.1</version>
1919
</dependency>
2020
...
2121
</dependencies>
@@ -24,7 +24,7 @@ Add dependencies to your `pom.xml` file.
2424
If you're using gradle add the dependency to your `build.gradle` file.
2525

2626
```groovy
27-
implementation 'io.fria:lilo:23.4.1-SNAPSHOT'
27+
implementation 'io.fria:lilo:23.4.1'
2828
```
2929

3030
## Basic Usage

lilo-samples/basic-stitching-sample/bss-lilo-gateway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>io.fria</groupId>
8282
<artifactId>lilo</artifactId>
83-
<version>23.4.1-SNAPSHOT</version>
83+
<version>23.4.1</version>
8484
</dependency>
8585

8686
<dependency>

lilo-samples/basic-stitching-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.fria.lilo</groupId>
77
<artifactId>basic-stitching-sample</artifactId>
8-
<version>23.4.1-SNAPSHOT</version>
8+
<version>23.4.1</version>
99
<packaging>pom</packaging>
1010

1111
<name>basic-stitching-sample</name>

lilo-samples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.fria.lilo</groupId>
88
<artifactId>lilo-samples</artifactId>
9-
<version>23.4.1-SNAPSHOT</version>
9+
<version>23.4.1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>lilo-samples</name>
@@ -39,7 +39,7 @@
3939
<parent>
4040
<groupId>io.fria.lilo</groupId>
4141
<artifactId>lilo-parent</artifactId>
42-
<version>23.4.1-SNAPSHOT</version>
42+
<version>23.4.1</version>
4343
<relativePath>../pom-all.xml</relativePath>
4444
</parent>
4545

lilo-samples/reactive-stitching-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.fria.lilo</groupId>
77
<artifactId>reactive-stitching-sample</artifactId>
8-
<version>23.4.1-SNAPSHOT</version>
8+
<version>23.4.1</version>
99
<packaging>pom</packaging>
1010

1111
<name>reactive-stitching-sample</name>

lilo-samples/reactive-stitching-sample/rss-lilo-gateway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>io.fria</groupId>
6868
<artifactId>lilo</artifactId>
69-
<version>23.4.1-SNAPSHOT</version>
69+
<version>23.4.1</version>
7070
</dependency>
7171
</dependencies>
7272

pom-all.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.fria.lilo</groupId>
88
<artifactId>lilo-parent</artifactId>
9-
<version>23.4.1-SNAPSHOT</version>
9+
<version>23.4.1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>lilo-parent</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.fria</groupId>
88
<artifactId>lilo</artifactId>
9-
<version>23.4.1-SNAPSHOT</version>
9+
<version>23.4.1</version>
1010

1111
<name>lilo</name>
1212
<description>Lilo GraphQL stitching library</description>

0 commit comments

Comments
 (0)