From 24ca0f30f347337746675732e8523029b2d68500 Mon Sep 17 00:00:00 2001 From: Robert Burrell Donkin Date: Sat, 13 May 2006 11:37:02 +0000 Subject: [PATCH] Updated to next SNAPSHOT git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@406079 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 2 +- project.xml | 2 +- src/conf/MANIFEST.MF | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index b35f33f..c18bf7b 100644 --- a/build.xml +++ b/build.xml @@ -92,7 +92,7 @@ - + diff --git a/project.xml b/project.xml index b2c16b5..f3f4815 100644 --- a/project.xml +++ b/project.xml @@ -22,7 +22,7 @@ Logging commons-logging commons-logging - 1.1 + 1.1.1-SNAPSHOT 2001 Commons Logging diff --git a/src/conf/MANIFEST.MF b/src/conf/MANIFEST.MF index d48e314..d617fe6 100644 --- a/src/conf/MANIFEST.MF +++ b/src/conf/MANIFEST.MF @@ -5,4 +5,4 @@ Specification-Version: 1.0 Implementation-Title: Jakarta Commons Logging Implementation-Vendor-Id: org.apache Implementation-Vendor: Apache Software Foundation -Implementation-Version: 1.1 +Implementation-Version: 1.1.1-SNAPSHOT