Revision 15 trunk/org.gvsig.postgresql/pom.xml

View differences:

pom.xml
4 4

  
5 5
  <modelVersion>4.0.0</modelVersion>
6 6
  <artifactId>org.gvsig.postgresql</artifactId>
7
  <version>2.0.17-SNAPSHOT</version>
7 8
  <packaging>pom</packaging>
8 9
  <name>${project.artifactId}</name>
9 10
  <description>PostgreSQL support fort DAL and gvSIG</description>
......
19 20
      <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-postgresql/trunk/org.gvsig.postgresql</developerConnection>
20 21
      <url>https://devel.gvsig.org/redmine/projects/gvsig-postgresql/repository/show/trunk/org.gvsig.postgresql</url>
21 22
  </scm>
22
  
23
	<build>
24
		<plugins>
25
			<plugin>
26
				<groupId>org.apache.maven.plugins</groupId>
27
				<artifactId>maven-release-plugin</artifactId>
28
				<configuration>
29
					<tagBase>https://devel.gvsig.org/svn/gvsig-postgresql/tags</tagBase>
30
				</configuration>
31
			</plugin>
32
		</plugins>
33
	</build>
34 23

  
35 24
  <dependencyManagement>
36 25
      <dependencies>
......
55 44
        </dependency>
56 45
  </dependencies>
57 46

  
47
  <properties>
48
    <svn.tags.folder>http://devel.gvsig.org/svn/gvsig-postgresql/tags/</svn.tags.folder>
49
  </properties>
50
  
58 51
  <modules>
59 52
    <module>org.gvsig.postgresql.app</module>
60 53
    <module>org.gvsig.postgresql.provider</module>

Also available in: Unified diff