Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 4, 2024
1 parent a9b7c1a commit 67ab57b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<project>
<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>

<groupId>io.github.codeblo</groupId>
<artifactId>rollbacker</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -36,7 +36,8 @@
<scm>
<connection>scm:git:https://github.com/CodeBlo/rollbacker.git</connection>
<url>https://github.com/CodeBlo/rollbacker/tree/master</url>
</scm>
<tag>v0.0.1</tag>
</scm>

<dependencies>
<dependency>
Expand Down

0 comments on commit 67ab57b

Please sign in to comment.