Author: bayard
Date: Tue Aug 8 08:06:49 2006
New Revision: 429679
URL: http://svn.apache.org/viewvc?rev=429679&view=rev
Log:
Now that [io] builds again, switch to depending on the nightly build (which
should let finder build on the nightly too). Just need to make sure that build
failure doesn't get rid of a snapshot jar in the m1 snapshot repo
Modified:
jakarta/commons/sandbox/finder/trunk/project.properties
jakarta/commons/sandbox/finder/trunk/project.xml
Modified: jakarta/commons/sandbox/finder/trunk/project.properties
URL:
http://svn.apache.org/viewvc/jakarta/commons/sandbox/finder/trunk/project.properties?rev=429679&r1=429678&r2=429679&view=diff
==============================================================================
--- jakarta/commons/sandbox/finder/trunk/project.properties (original)
+++ jakarta/commons/sandbox/finder/trunk/project.properties Tue Aug 8 08:06:49
2006
@@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+maven.repo.remote=http://people.apache.org/repo/m1-snapshot-repository/,http://www.ibiblio.org/maven/
+
maven.compile.source=1.2
maven.compile.target=1.2
Modified: jakarta/commons/sandbox/finder/trunk/project.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/sandbox/finder/trunk/project.xml?rev=429679&r1=429678&r2=429679&view=diff
==============================================================================
--- jakarta/commons/sandbox/finder/trunk/project.xml (original)
+++ jakarta/commons/sandbox/finder/trunk/project.xml Tue Aug 8 08:06:49 2006
@@ -72,7 +72,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>1.3-SNAPSHOT</version>
+ <version>SNAPSHOT</version>
<url>http://jakarta.apache.org/commons/io/</url>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]