Skip to content

Commit

Permalink
[skip ci] prepare release changelog-plugin-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-marcu committed Aug 28, 2024
1 parent 8ca8748 commit e792930
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.github.roman-marcu</groupId>
<artifactId>changelog-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<name>Maven changelog plugin</name>
<description>Changelog generator plugin for maven</description>
Expand All @@ -28,7 +27,7 @@
<connection>scm:git:git://github.com/roman-marcu/changelog-plugin.git</connection>
<developerConnection>scm:git:ssh://github.com/roman-marcu/changelog-plugin.git</developerConnection>
<url>https://github.com/roman-marcu/changelog-plugin</url>
<tag>changelog-plugin-0.0.1</tag>
<tag>changelog-plugin-1.0.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit e792930

Please sign in to comment.