1
0

[maven-release-plugin] prepare for next development iteration

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@597257 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dennis Lundberg
2007-11-21 23:24:28 +00:00
parent a123a24d37
commit d72af87bb7

View File

@@ -32,7 +32,7 @@ under the License.
<groupId>commons-logging</groupId> <groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId> <artifactId>commons-logging</artifactId>
<name>Commons Logging</name> <name>Commons Logging</name>
<version>1.1.1</version> <version>1.1.2-SNAPSHOT</version>
<description>Commons Logging is a thin adapter allowing configurable bridging to other, <description>Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems.</description> well known logging systems.</description>
<url>http://commons.apache.org/logging</url> <url>http://commons.apache.org/logging</url>
@@ -122,9 +122,9 @@ under the License.
</developers> </developers>
<scm> <scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/logging/tags/commons-logging-1.1.1</connection> <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/logging/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/logging/tags/commons-logging-1.1.1</developerConnection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/logging/trunk</developerConnection>
<url>http://svn.apache.org/repos/asf/commons/proper/logging/tags/commons-logging-1.1.1</url> <url>http://svn.apache.org/repos/asf/commons/proper/logging/trunk</url>
</scm> </scm>
<build> <build>