Revision 27195 trunk/build/extension-pom/pom.xml

View differences:

pom.xml
5 5
	<artifactId>gvsig-extension-base-pom
6 6
	</artifactId>
7 7
	<packaging>pom</packaging>
8
	<version>1.0-SNAPSHOT</version>
8
	<version>1.9-SNAPSHOT</version>
9 9
	<name>extension-base-pom</name>
10 10
	<parent>
11 11
		<groupId>org.gvsig</groupId>
12 12
		<artifactId>gvsig-basepoms</artifactId>
13
		<version>1.0-SNAPSHOT</version>
13
		<version>1.9-SNAPSHOT</version>
14 14
	</parent>
15 15
	<description> Base POM for all GvSIG extension projects. This pom knows
16 16
		how to build and made an extension for GvSIG. The property
......
70 70
								<!--
71 71
									this is used for inheritance merges
72 72
								-->
73
								<phase>package</phase>
73
								<phase>install</phase>
74 74
								<!--
75 75
									append to the packaging phase.
76 76
								-->
......
162 162
			</build>
163 163
		</profile>
164 164
	</profiles>
165
</project>
165
</project>

Also available in: Unified diff