Skip to content

Commit

Permalink
0.1.8rc15 - Fixed reference on swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
volping committed Jun 28, 2024
1 parent 1ea9307 commit c63c130
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
24 changes: 12 additions & 12 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Make sure you include the <a href="https://jitpack.io/">repository</a> as well.
<dependency>
<groupId>com.github.qlsolutions.JavalinFly</groupId>
<artifactId>javalinfly-core</artifactId>
<version>0.1.8rc15</version>
<version>0.1.8rc16</version>
</dependency>
```

Expand All @@ -37,7 +37,7 @@ Make sure you include the <a href="https://jitpack.io/">repository</a> as well.
<annotationProcessorPath>
<groupId>com.github.qlsolutions.JavalinFly</groupId>
<artifactId>javalinfly-core</artifactId>
<version>0.1.8rc15</version>
<version>0.1.8rc16</version>
</annotationProcessorPath>
</annotationProcessorPaths>
</configuration>
Expand All @@ -51,7 +51,7 @@ Make sure you include the <a href="https://jitpack.io/">repository</a> as well.
<dependency>
<groupId>com.github.qlsolutions.JavalinFly</groupId>
<artifactId>javalinfly-kotlin</artifactId>
<version>0.1.8rc15</version>
<version>0.1.8rc16</version>
</dependency>
```

Expand All @@ -69,22 +69,22 @@ Make sure you include the <a href="https://jitpack.io/">repository</a> as well.
- Dependency

```groovy
implementation 'com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8rc15'
implementation 'com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8rc16'
```

- Annotation processor

```groovy
annotationProcessor 'com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8rc15'
annotationProcessor 'com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8rc16'
```

- <details>
<summary>Optionally also the kotlin module</summary>

```groovy
implementation 'com.github.qlsolutions.JavalinFly:javalinfly-kotlin:0.1.8rc15'
implementation 'com.github.qlsolutions.JavalinFly:javalinfly-kotlin:0.1.8rc16'
```

</details>


Expand All @@ -93,22 +93,22 @@ Make sure you include the <a href="https://jitpack.io/">repository</a> as well.

- Dependency
```groovy
implementation("com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8rc15")
implementation("com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8rc16")
```

- Annotation processor
```groovy
annotationProcessor("com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8rc15")
annotationProcessor("com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8rc16")
```

- <details>
<summary>Optionally also the kotlin module</summary>

```groovy
implementation("com.github.qlsolutions.JavalinFly:javalinfly-kotlin:0.1.8rc15")
implementation("com.github.qlsolutions.JavalinFly:javalinfly-kotlin:0.1.8rc16")
```

</details>


</details>
4 changes: 2 additions & 2 deletions javalinfly-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.unldenis</groupId>
<groupId>com.quicklink</groupId>
<artifactId>JavalinFly</artifactId>
<version>0.1.8rc15</version>
<version>0.1.8rc16</version>
</parent>

<artifactId>javalinfly-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ public OpenApi build() {
"App built with JavalinFly",
"0.1",
new Contact(
"Denis",
"https://github.com/unldenis",
"user@domain.com"
"QuickLink Solutions",
"https://www.qlsol.com/",
"info@qlsol.com"
))
)
.servers(Collections.emptyList())
Expand Down
4 changes: 2 additions & 2 deletions javalinfly-example-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.unldenis</groupId>
<groupId>com.quicklink</groupId>
<artifactId>JavalinFly</artifactId>
<version>0.1.8rc15</version>
<version>0.1.8rc16</version>
</parent>

<artifactId>javalinfly-example-kotlin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions javalinfly-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.unldenis</groupId>
<groupId>com.quicklink</groupId>
<artifactId>JavalinFly</artifactId>
<version>0.1.8rc15</version>
<version>0.1.8rc16</version>
</parent>

<artifactId>javalinfly-example</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions javalinfly-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.unldenis</groupId>
<groupId>com.quicklink</groupId>
<artifactId>JavalinFly</artifactId>
<version>0.1.8rc15</version>
<version>0.1.8rc16</version>
</parent>

<artifactId>javalinfly-kotlin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.unldenis</groupId>
<groupId>com.quicklink</groupId>
<artifactId>JavalinFly</artifactId>
<version>0.1.8rc15</version>
<version>0.1.8rc16</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit c63c130

Please sign in to comment.