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

Commit c3255b6

Browse files
author
joakime
committed
[maven-release-plugin] prepare release plexus-digest-1.0
1 parent 1dc8a3d commit c3255b6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<project>
1+
<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/maven-v4_0_0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<parent>
44
<groupId>org.codehaus.plexus</groupId>
@@ -7,7 +7,7 @@
77
</parent>
88

99
<artifactId>plexus-digest</artifactId>
10-
<version>1.0-SNAPSHOT</version>
10+
<version>1.0</version>
1111
<name>Plexus Digest / Hashcode Components</name>
1212
<packaging>jar</packaging>
1313

@@ -27,4 +27,10 @@
2727
</plugins>
2828
</build>
2929

30+
31+
<scm>
32+
<connection>scm:svn:https://svn.codehaus.org/plexus/tags/plexus-digest-1.0</connection>
33+
<developerConnection>scm:svn:https://svn.codehaus.org/plexus/tags/plexus-digest-1.0</developerConnection>
34+
<url>https://svn.codehaus.org/plexus/tags/plexus-digest-1.0</url>
35+
</scm>
3036
</project>

0 commit comments

Comments
 (0)