feat: reset
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -1,18 +1,16 @@
|
|||||||
<?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>
|
||||||
<artifactId>spring-boot-starter-parent</artifactId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
||||||
<version>3.5.5</version>
|
<version>3.5.5</version>
|
||||||
<relativePath/>
|
<relativePath />
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user