Hi

I think all problems with release process came from bad <scm> section in your pom.xml.

It's:
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/net/tags/commons-net-2.1</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/net/tags/commons-net-2.1</developerConnection>
<url>http://svn.apache.org/viewvc/commons/proper/net/tags/commons-net-2.1</url>
</scm>

but should be:
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0</developerConnection>
<url>http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0</url>
</scm>

because you were releasing from branch. Maven should change it automatically when creating tag version.

Grzegorz Slowikowski


On 2010-03-20 08:46, rwins...@apache.org wrote:
Hi all

Here is RC5 for commons::net available for review. Thanks to Niall and Sebb for 
helping with some issues around the release.

Tag:

https://svn.apache.org/repos/asf/commons/proper/net/tags/NET_2_1_RC_5/

Site:

http://people.apache.org/builds/commons/net/2.1/RC5/site/index.html

Binaries:

http://people.apache.org/builds/commons/net/2.1/RC5/

[ ] +1 release it
[ ] +0 go ahead I don't care
[ ] -1 no, do not release it because

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to