Revision 39959

View differences:

branches/v2_0_0_prep/libraries/libRemoteServices/pom.xml
8 8
	<artifactId>org.gvsig.remoteclient</artifactId>
9 9
	<packaging>jar</packaging>
10 10
	<version>2.0-SNAPSHOT</version>
11
	<name>libRemoteServices</name>
11 12
	<url>https://devel.gvsig.org/redmine/projects/gvsig-desktop</url>
12
	<scm>
13
    	<connection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/libraries/libRemoteServices/</connection>
14
    	<developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/libraries/libRemoteServices/</developerConnection>
15
    	<url>https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/libraries/libRemoteServices</url>
16
	</scm>
17
	<name>libRemoteServices</name>
18 13
	<parent>
19 14
		<groupId>org.gvsig</groupId>
20 15
		<artifactId>gvsig-base-library-pom</artifactId>
21 16
		<version>2.0</version>
22 17
	</parent>	
18
        <scm>
19
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/libraries/${name}/</connection>
20
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/libraries/${name}/</developerConnection>
21
        <url>https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/libraries/${name}</url>
22
    </scm>
23
    
23 24
	<dependencies>
24 25
		<dependency>
25 26
			<groupId>org.gvsig</groupId>
......
100 101
					<skipTests>true</skipTests>
101 102
				</configuration>
102 103
			</plugin>
103
			<plugin>
104
  				<artifactId>maven-release-plugin</artifactId>
105
 				<version>2.0</version>
106
  				<configuration>
107
   					 <tagBase>https://devel.gvsig.org/svn/gvsig-desktop/tags/libraries/${artifactId}</tagBase>
108
  				</configuration>
109
			</plugin>
104
		    <plugin>
105
		      <artifactId>maven-release-plugin</artifactId>
106
		      <version>2.0</version>
107
		      <configuration>
108
		        <tagBase>https://devel.gvsig.org/svn/gvsig-desktop/tags/libraries/${artifactId}</tagBase>
109
		      </configuration>
110
		    </plugin>
110 111
		</plugins>
111 112
	</build>
112 113
</project>

Also available in: Unified diff