Skip to content

Commit

Permalink
[maven-release-plugin] prepare release dummy-project-0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 16, 2023
1 parent 05d4d64 commit 123468f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.0.1</version>
<relativePath/> <!-- lookup parent from repository -->
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.hodorcorporation</groupId>
<artifactId>dummy-project</artifactId>
<version>0.0.10-SNAPSHOT</version>
<version>0.0.10</version>
<name>dummy-project</name>
<description>dummy-project</description>
<properties>
Expand All @@ -31,7 +30,7 @@
<connection>scm:git:https://github.com/gaulombard/dummy-project.git</connection>
<developerConnection>scm:git:https://github.com/gaulombard/dummy-project.git</developerConnection>
<url>https://github.com/gaulombard/dummy-project</url>
<tag>HEAD</tag>
<tag>dummy-project-0.0.10</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 123468f

Please sign in to comment.