Changeset 915
- Timestamp:
- 08/12/08 08:55:41 (3 months ago)
- Files:
-
- trunk/MapFish/server/java/mapfish-geo-lib/pom.xml (modified) (2 diffs)
- trunk/MapFish/server/java/print/pom.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/MapFish/server/java/mapfish-geo-lib/pom.xml
r912 r915 6 6 <artifactId>mapfish-geo-lib</artifactId> 7 7 <packaging>jar</packaging> 8 <version>0.3 </version>8 <version>0.3-SNAPSHOT</version> 9 9 10 10 <name>mapfish-geo-lib</name> … … 81 81 <encoding>UTF-8</encoding> 82 82 </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> 83 96 </plugin> 84 97 </plugins> trunk/MapFish/server/java/print/pom.xml
r912 r915 76 76 <properties> 77 77 <!-- this is the real version --> 78 <theVersion>0.3 </theVersion>78 <theVersion>0.3-SNAPSHOT</theVersion> 79 79 </properties> 80 80