Skip to content

Commit

Permalink
build: revert back the version
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-marcu committed Aug 28, 2024
1 parent 3585ea3 commit 6741afd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>

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

<name>Maven changelog plugin</name>
<description>Changelog generator plugin for maven</description>
Expand Down

0 comments on commit 6741afd

Please sign in to comment.