Changeset 915

Show
Ignore:
Timestamp:
08/12/08 08:55:41 (3 months ago)
Author:
pvalsecc
Message:

The MF release is not 0.3 yet. So I added -SNAPSHOT to the libs versions. Added the geo-lib sources to the repository

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/MapFish/server/java/mapfish-geo-lib/pom.xml

    r912 r915  
    66  <artifactId>mapfish-geo-lib</artifactId> 
    77  <packaging>jar</packaging> 
    8   <version>0.3</version> 
     8  <version>0.3-SNAPSHOT</version> 
    99 
    1010  <name>mapfish-geo-lib</name> 
     
    8181          <encoding>UTF-8</encoding> 
    8282        </configuration> 
     83      </plugin> 
     84      <plugin> 
     85        <groupId>org.apache.maven.plugins</groupId> 
     86        <artifactId>maven-source-plugin</artifactId> 
     87        <executions> 
     88          <execution> 
     89            <id>attach-sources</id> 
     90            <phase>verify</phase> 
     91            <goals> 
     92              <goal>jar</goal> 
     93            </goals> 
     94          </execution> 
     95        </executions> 
    8396      </plugin> 
    8497    </plugins> 
  • trunk/MapFish/server/java/print/pom.xml

    r912 r915  
    7676  <properties> 
    7777    <!-- this is the real version --> 
    78     <theVersion>0.3</theVersion> 
     78    <theVersion>0.3-SNAPSHOT</theVersion> 
    7979  </properties> 
    8080