[maven-release-plugin] prepare release plexus-utils-4.0.2 · codehaus-plexus/plexus-utils@4789f7a (original) (raw)

Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ limitations under the License.
24 24 </parent>
25 25
26 26 <artifactId>plexus-utils</artifactId>
27 - <version>4.0.2-SNAPSHOT</version>
27 + <version>4.0.2</version>
28 28
29 29 <name>Plexus Common Utilities</name>
30 30 <description>A collection of various utility classes to ease working with strings, files, command lines and
@@ -34,7 +34,7 @@ limitations under the License.
34 34 <scm>
35 35 <connection>scm:git:https://github.com/codehaus-plexus/plexus-utils.git</connection>
36 36 <developerConnection>${project.scm.connection}</developerConnection>
37 - <tag>master</tag>
37 + <tag>plexus-utils-4.0.2</tag>
38 38 <url>https://github.com/codehaus-plexus/plexus-utils/tree/${project.scm.tag}/</url>
39 39 </scm>
40 40 <issueManagement>
@@ -49,7 +49,7 @@ limitations under the License.
49 49 </distributionManagement>
50 50
51 51 <properties>
52 - <project.build.outputTimestamp>2024-04-13T09:07:04Z</project.build.outputTimestamp>
52 + <project.build.outputTimestamp>2024-09-23T19:00:34Z</project.build.outputTimestamp>
53 53 </properties>
54 54
55 55 <dependencies>