Revision 40248

View differences:

branches/v2_0_0_prep/extensions/extDalTransformJoin/pom.xml
10 10
	<version>2.0-SNAPSHOT</version>
11 11
	<name>Transformation: Join</name>
12 12
	<description>Allow join 2 tables by a common field and removing join.</description>
13
	
14
	<url>https://devel.gvsig.org/redmine/projects/gvsig-desktop</url>
15
	
13 16
	<parent>
14 17
		<groupId>org.gvsig</groupId>
15 18
		<artifactId>gvsig-base-extension-pom</artifactId>
16
		<version>2.0-SNAPSHOT</version>
19
		<version>2.0</version>
17 20
	</parent>	
21
	
22
    <scm>
23
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/extensions/extDalTransformJoin/</connection>
24
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/extensions/extDalTransformJoin/</developerConnection>
25
        <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop/repository/show/branches/v2_0_0_prep/extensions/extDalTransformJoin</url>
26
    </scm>
27

  
18 28
	<dependencies>
19 29
		<dependency>
20 30
			<groupId>org.gvsig</groupId>
......
24 34
		<dependency>
25 35
			<groupId>org.gvsig</groupId>
26 36
			<artifactId>org.gvsig.app</artifactId>
27
			<version>2.0-SNAPSHOT</version>
37
			<version>2.0</version>
28 38
            <scope>compile</scope>
29 39
		</dependency>		
30 40
		<dependency>
31 41
            <groupId>org.gvsig</groupId>
32 42
            <artifactId>org.gvsig.app.document.table.app.mainplugin</artifactId>
33
            <version>2.0.0-SNAPSHOT</version>
43
            <version>2.0.0</version>
34 44
            <scope>compile</scope>
35 45
        </dependency>  
36 46
        <dependency>
37 47
            <groupId>org.gvsig</groupId>
38 48
            <artifactId>org.gvsig.daltransform.app.mainplugin</artifactId>
39
            <version>2.0-SNAPSHOT</version>
49
            <version>2.0</version>
40 50
            <scope>compile</scope>
41 51
        </dependency>  
42 52
        <dependency>
......
103 113
		<dependency>
104 114
			<groupId>org.gvsig</groupId>
105 115
			<artifactId>org.gvsig.daltransform.app.mainplugin</artifactId>
106
			<version>2.0-SNAPSHOT</version>
116
			<version>2.0</version>
107 117
            <type>test-jar</type>
108 118
            <scope>test</scope>
109 119
		</dependency>
......
137 147
					<skipTests>true</skipTests>
138 148
				</configuration>
139 149
			</plugin>
150
			
151
		    <plugin>
152
		      <artifactId>maven-release-plugin</artifactId>
153
		      <version>2.0</version>
154
		      <configuration>
155
		        <tagBase>https://devel.gvsig.org/svn/gvsig-desktop/tags/extensions/${artifactId}</tagBase>
156
		      </configuration>
157
		    </plugin>			
158

  
140 159
		</plugins>
141 160
	</build>	
142 161
	
......
144 163
		<build-dir>${basedir}/../build</build-dir>
145 164
        <eclipse.project.name>extDalTransformJoin</eclipse.project.name>
146 165
        <package.info.dependencies>required: org.gvsig.daltransform.app.mainplugin -ge 2</package.info.dependencies>
147
        <package.info.state>testing</package.info.state>
166
        <package.info.state>final</package.info.state>
148 167
        <!-- alpha-devel -->
149 168
	</properties>
150 169
</project>

Also available in: Unified diff