Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit dc5e553

Browse files
committed
[maven-release-plugin] prepare release plexus-cli-1.7
1 parent 0131384 commit dc5e553

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
</parent>
1010

1111
<artifactId>plexus-cli</artifactId>
12-
<version>1.7-SNAPSHOT</version>
12+
<version>1.7</version>
1313

1414
<name>Plexus CLI</name>
1515
<description>Easily create CLIs with Plexus components</description>
1616

1717
<scm>
1818
<connection>scm:git:https://github.com/codehaus-plexus/plexus-cli.git</connection>
1919
<developerConnection>scm:git:https://github.com/codehaus-plexus/plexus-cli.git</developerConnection>
20-
<tag>HEAD</tag>
20+
<tag>plexus-cli-1.7</tag>
2121
<url>https://github.com/codehaus-plexus/plexus-cli/tree/${project.scm.tag}/</url>
2222
</scm>
2323
<issueManagement>
@@ -32,7 +32,7 @@
3232
</distributionManagement>
3333

3434
<properties>
35-
<project.build.outputTimestamp>2020-01-20T18:52:37Z</project.build.outputTimestamp>
35+
<project.build.outputTimestamp>2023-12-23T21:44:13Z</project.build.outputTimestamp>
3636
</properties>
3737

3838
<dependencies>

0 commit comments

Comments
 (0)