Revision 40202

View differences:

branches/v2_0_0_prep/extensions/extDataLocator/pom.xml
11 11
	<parent>
12 12
		<artifactId>gvsig-base-extension-pom</artifactId>
13 13
		<groupId>org.gvsig</groupId>
14
		<version>2.0-SNAPSHOT</version>
14
		<version>2.0</version>
15 15
	</parent>	
16 16
	<description>Locator by atribute</description>
17
	
18
	<url>https://devel.gvsig.org/redmine/projects/gvsig-desktop</url>
19
	
20
    <scm>
21
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/extensions/extDataLocator/</connection>
22
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/extensions/extDataLocator/</developerConnection>
23
        <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop/repository/show/branches/v2_0_0_prep/extensions/extDataLocator</url>
24
    </scm>
25

  
17 26
	<build>
18 27
		<sourceDirectory>src</sourceDirectory>
19 28
		<testSourceDirectory>src-test</testSourceDirectory>
......
25 34
                <configuration>
26 35
                    <skipTests>true</skipTests>
27 36
                </configuration>
28
            </plugin>       
37
            </plugin>    
38
            
39
		    <plugin>
40
		      <artifactId>maven-release-plugin</artifactId>
41
		      <version>2.0</version>
42
		      <configuration>
43
		        <tagBase>https://devel.gvsig.org/svn/gvsig-desktop/tags/extensions/${artifactId}</tagBase>
44
		      </configuration>
45
		    </plugin>			
46
   
29 47
        </plugins>        
30 48
	</build>
31 49
	<dependencies>
32 50
		<dependency>
33 51
			<groupId>org.gvsig</groupId>
34 52
			<artifactId>org.gvsig.app</artifactId>
35
			<version>2.0-SNAPSHOT</version>
53
			<version>2.0</version>
36 54
            <scope>compile</scope>
37 55
		</dependency>
38 56
        <dependency>
......
81 99
		<build-dir>${basedir}/../build</build-dir>
82 100
        <eclipse.project.name>extDataLocator</eclipse.project.name>
83 101
    	<package.info.dependencies>required: org.gvsig.app -ge 2</package.info.dependencies>
84
    	<package.info.state>testing</package.info.state>
102
    	<package.info.state>final</package.info.state>
85 103
    	<!-- alpha-devel -->
86 104
	</properties>
87 105
</project>

Also available in: Unified diff