Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Degenetais committed Apr 25, 2024
1 parent 4e83225 commit dfbed3d
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
Expand Up @@ -16,25 +16,24 @@
limitations under the License.
-->
<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>2.5.0</version>
<relativePath/> <!-- lookup parent from repository -->
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>fr.ans.psc</groupId>
<artifactId>pscextract</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
<name>pscextract</name>
<inceptionYear>2022-2024</inceptionYear>
<description>Demo project for Spring Boot</description>

<scm>
<connection>scm:git:${project.basedir}</connection>
<tag>HEAD</tag>
<tag>0.1.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit dfbed3d

Please sign in to comment.