|
|
@ -5,7 +5,7 @@
|
|
|
|
<parent>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
|
<version>3.5.3</version>
|
|
|
|
<version>3.5.4</version>
|
|
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
|
|
</parent>
|
|
|
|
</parent>
|
|
|
|
<groupId>alfred</groupId>
|
|
|
|
<groupId>alfred</groupId>
|
|
|
@ -14,22 +14,32 @@
|
|
|
|
<name>web</name>
|
|
|
|
<name>web</name>
|
|
|
|
<description>Alfred CI</description>
|
|
|
|
<description>Alfred CI</description>
|
|
|
|
<url/>
|
|
|
|
<url/>
|
|
|
|
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<licenses>
|
|
|
|
<license/>
|
|
|
|
<license>
|
|
|
|
|
|
|
|
<name>AGPL-v3</name>
|
|
|
|
|
|
|
|
<url>https://opensource.org/license/agpl-v3</url>
|
|
|
|
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
<developers>
|
|
|
|
<developer/>
|
|
|
|
<developer>
|
|
|
|
|
|
|
|
<name>Josha von Gizycki</name>
|
|
|
|
|
|
|
|
<roles>
|
|
|
|
|
|
|
|
<role>developer</role>
|
|
|
|
|
|
|
|
</roles>
|
|
|
|
|
|
|
|
</developer>
|
|
|
|
</developers>
|
|
|
|
</developers>
|
|
|
|
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
<scm>
|
|
|
|
<connection/>
|
|
|
|
<url>https://gitea.heevyis.ninja/josha/alfred</url>
|
|
|
|
<developerConnection/>
|
|
|
|
|
|
|
|
<tag/>
|
|
|
|
|
|
|
|
<url/>
|
|
|
|
|
|
|
|
</scm>
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
|
<java.version>17</java.version>
|
|
|
|
<java.version>17</java.version>
|
|
|
|
<kotlin.version>1.9.25</kotlin.version>
|
|
|
|
<kotlin.version>1.9.25</kotlin.version>
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|