Skip to content

Commit

Permalink
[maven-release-plugin] prepare release inject-maven-plugin-1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmay committed Jan 30, 2022
1 parent 829e27a commit 917cc77
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,10 +1,9 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.m3y.maven</groupId>
<artifactId>inject-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
<name>Maven injection plugin</name>
<url>https://github.com/marcelmay/inject-maven-plugin</url>
<description>Injects Maven build info like version, build timestamp etc. into compiled Java code when building
Expand All @@ -23,7 +22,7 @@
<connection>scm:git:https://github.com/marcelmay/inject-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:marcelmay/inject-maven-plugin.git</developerConnection>
<url>https://github.com/marcelmay/inject-maven-plugin</url>
<tag>HEAD</tag>
<tag>inject-maven-plugin-1.2</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 917cc77

Please sign in to comment.