Skip to content

Commit

Permalink
Release 23.4.1 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
firatkucuk authored Apr 16, 2023
1 parent 55eb3ff commit d55faaa
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add dependencies to your `pom.xml` file.
<dependency>
<groupId>io.fria</groupId>
<artifactId>lilo</artifactId>
<version>23.4.1-SNAPSHOT</version>
<version>23.4.1</version>
</dependency>
...
</dependencies>
Expand All @@ -24,7 +24,7 @@ Add dependencies to your `pom.xml` file.
If you're using gradle add the dependency to your `build.gradle` file.

```groovy
implementation 'io.fria:lilo:23.4.1-SNAPSHOT'
implementation 'io.fria:lilo:23.4.1'
```

## Basic Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>io.fria</groupId>
<artifactId>lilo</artifactId>
<version>23.4.1-SNAPSHOT</version>
<version>23.4.1</version>
</dependency>

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

<groupId>io.fria.lilo</groupId>
<artifactId>basic-stitching-sample</artifactId>
<version>23.4.1-SNAPSHOT</version>
<version>23.4.1</version>
<packaging>pom</packaging>

<name>basic-stitching-sample</name>
Expand Down
4 changes: 2 additions & 2 deletions lilo-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

<name>lilo-samples</name>
Expand Down Expand Up @@ -39,7 +39,7 @@
<parent>
<groupId>io.fria.lilo</groupId>
<artifactId>lilo-parent</artifactId>
<version>23.4.1-SNAPSHOT</version>
<version>23.4.1</version>
<relativePath>../pom-all.xml</relativePath>
</parent>

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

<groupId>io.fria.lilo</groupId>
<artifactId>reactive-stitching-sample</artifactId>
<version>23.4.1-SNAPSHOT</version>
<version>23.4.1</version>
<packaging>pom</packaging>

<name>reactive-stitching-sample</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>io.fria</groupId>
<artifactId>lilo</artifactId>
<version>23.4.1-SNAPSHOT</version>
<version>23.4.1</version>
</dependency>
</dependencies>

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

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

<name>lilo-parent</name>
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</artifactId>
<version>23.4.1-SNAPSHOT</version>
<version>23.4.1</version>

<name>lilo</name>
<description>Lilo GraphQL stitching library</description>
Expand Down

0 comments on commit d55faaa

Please sign in to comment.