feat: reset

This commit is contained in:
Rick Rongen
2025-09-05 09:13:47 +02:00
parent 2747067f78
commit 2876a60b76
2 changed files with 9 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<scm> <scm>
<connection>scm:git:file://localhost/../sfg-sb-common-remote.git</connection> <connection>scm:git:file://localhost/Users/rickrongen/IdeaProjects/sfg-sb-common-remote.git</connection>
<url>file://../sfg-sb-common-remote.git</url> <url>file://../sfg-sb-common-remote.git</url>
</scm> </scm>

View File

@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
@@ -12,7 +10,7 @@
<groupId>com.sligrofoodgroup.spring-boot-common</groupId> <groupId>com.sligrofoodgroup.spring-boot-common</groupId>
<artifactId>spring-boot-parent</artifactId> <artifactId>spring-boot-parent</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>
@@ -32,7 +30,7 @@
<dependency> <dependency>
<groupId>com.sligrofoodgroup.spring-boot-common</groupId> <groupId>com.sligrofoodgroup.spring-boot-common</groupId>
<artifactId>spring-boot-common-utils</artifactId> <artifactId>spring-boot-common-utils</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0</version>
</dependency> </dependency>
<!--Common dependencies--> <!--Common dependencies-->
@@ -44,4 +42,8 @@
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
<scm>
<tag>common-1.0</tag>
</scm>
</project> </project>