Revision 39965

View differences:

branches/v2_0_0_prep/libraries/libCorePlugin/pom.xml
10 10
	<parent>
11 11
		<groupId>org.gvsig</groupId>
12 12
		<artifactId>gvsig-base-extension-pom</artifactId>
13
		<version>2.0-SNAPSHOT</version>
14
	</parent>
13
		<version>2.0</version>
14
	</parent>
15
	
16
	<scm>
17
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/libraries/${name}/</connection>
18
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/libraries/${name}/</developerConnection>
19
        <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop/repository/show/branches/v2_0_0_prep/libraries/${name}</url>
20
    </scm>
21

  
15 22
	<dependencies>
16 23
		<dependency>
17 24
			<groupId>org.gvsig</groupId>
......
68 75
	<build>
69 76
		<sourceDirectory>src</sourceDirectory>
70 77
		<testSourceDirectory>src-test</testSourceDirectory>
78
		<plugins>
79
		    <plugin>
80
		      <artifactId>maven-release-plugin</artifactId>
81
		      <version>2.0</version>
82
		      <configuration>
83
		        <tagBase>https://devel.gvsig.org/svn/gvsig-desktop/tags/extensions/${artifactId}</tagBase>
84
		      </configuration>
85
		    </plugin>			
86
		</plugins>
87
		
71 88
	</build>
72 89
</project>

Also available in: Unified diff