Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-pouatcha committed Nov 8, 2024
1 parent 2fe6e7c commit 1bd9628
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.3</version>
<relativePath/>
<relativePath />
<!-- lookup parent from repository -->
</parent>
<groupId>com.adorsys.gis</groupId>
<artifactId>task-manger-auth</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<description>Demo project for Spring Boot</description>
<url/>
<url />
<licenses>
<license/>
<license />
</licenses>
<developers>
<developer/>
<developer />
</developers>
<scm>
<connection>scm:git:https://github.com/ADORSYS-GIS/task-manger-auth.git</connection>
<developerConnection>scm:git:https://github.com/ADORSYS-GIS/task-manger-auth.git</developerConnection>
<url>https://github.com/ADORSYS-GIS/task-manger-auth</url>
<tag>HEAD</tag>
<tag>v-1.0.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 1bd9628

Please sign in to comment.