You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by he...@apache.org on 2004/08/17 01:16:25 UTC

cvs commit: jakarta-turbine-stratum project.properties project.xml

henning     2004/08/16 16:16:25

  Modified:    .        project.properties project.xml
  Log:
  Lets check out if the Apache -> Ibiblio sync really works as described...
  
  Revision  Changes    Path
  1.4       +31 -0     jakarta-turbine-stratum/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties	5 Oct 2002 13:51:35 -0000	1.3
  +++ project.properties	16 Aug 2004 23:16:25 -0000	1.4
  @@ -1,2 +1,33 @@
  +# -------------------------------------------------------------------
  +# Copyright 2001-2004 The Apache Software Foundation
  +#
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +# 
  +#     http://www.apache.org/licenses/LICENSE-2.0
  +# 
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +# -------------------------------------------------------------------
  +
  +# -------------------------------------------------------------------
  +# P R O J E C T  P R O P E R T I E S
  +#
  +# $Id$
  +#
  +# Do not change this file. Please use build.properties in this directory
  +# to do site or installation specific changes to the project build.
  +# -------------------------------------------------------------------
  +
   maven.checkstyle.format = turbine
   maven.xdoc.date = left
  +
  +#
  +# Maven Building and deploy
  +#
  +maven.repo.remote=http://www.ibiblio.org/maven/,http://http://www.apache.org/dist/java-repository/
  +maven.remote.group=apcvs
  
  
  
  1.41      +14 -3     jakarta-turbine-stratum/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/project.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- project.xml	16 Aug 2004 22:02:57 -0000	1.40
  +++ project.xml	16 Aug 2004 23:16:25 -0000	1.41
  @@ -4,7 +4,7 @@
     <pomVersion>3</pomVersion>
     <name>jakarta-turbine-stratum</name>
     <id>stratum</id>
  -  <currentVersion>1.0-b5-dev</currentVersion>
  +  <currentVersion>1.0-b5</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
  @@ -23,7 +23,8 @@
     <issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
     <siteAddress>jakarta.apache.org</siteAddress>
     <siteDirectory>/www/jakarta.apache.org/turbine/stratum/</siteDirectory>
  -  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-turbine-stratum/</distributionDirectory>
  +  <distributionSite>www.apache.org</distributionSite>
  +  <distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory>
   
     <repository>
       <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-turbine-stratum</connection>
  @@ -88,6 +89,16 @@
         <email>eric@dobbse.net</email>
         <organization/>
       </developer>
  +    <developer>
  +      <name>Henning P. Schmiedehausen</name>
  +      <id>henning</id>
  +      <email>hps@intermeta.de</email>
  +      <organization>INTERMETA - Gesellschaft fuer Mehrwertdienste mbH</organization>
  +      <roles>
  +        <role>Java Developer</role>
  +      </roles>
  +      <timezone>2</timezone>
  +    </developer>
     </developers>
   
     <dependencies>
  @@ -119,7 +130,7 @@
       <dependency>
         <id>log4j</id>
         <version>1.2.8</version>
  -      <url>http://jakarta.apache.org/log4j/</url>
  +      <url>http://logging.apache.org/log4j/docs/</url>
       </dependency>
       <dependency>
         <id>quartz</id>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org