Skip to content

Commit

Permalink
chore: prepare release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nramc committed Jul 28, 2024
1 parent b976059 commit 4407bf8
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,23 +1,22 @@
<?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.2</version>
<relativePath/> <!-- lookup parent from repository -->
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.github.nramc.dev.journey</groupId>
<artifactId>journey-api</artifactId>
<version>0.11.1-SNAPSHOT</version>
<version>0.12.0</version>
<name>Journey-API</name>
<description>Journey-API</description>
<scm>
<url>https://github.com/nramc/journey-api</url>
<connection>scm:git:https://github.com/nramc/journey-api.git</connection>
<developerConnection>scm:git:https://github.com/nramc/journey-api.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.12.0</tag>
</scm>
<profiles>
<profile>
Expand Down

0 comments on commit 4407bf8

Please sign in to comment.