Revision 15

View differences:

trunk/org.gvsig.postgresql/org.gvsig.postgresql.app/org.gvsig.postgresql.app.mainplugin/pom.xml
55 55
  
56 56
    <properties>
57 57
        <!-- Package info property values -->
58
        <!-- Default values in org.gvsig.desktop.plugin -->
58
        <!-- Default values in org.gvsig.desktop -->
59 59
        <gvsig.package.info.state>devel</gvsig.package.info.state>
60 60
        <gvsig.package.info.official>true</gvsig.package.info.official>
61 61
        <gvsig.package.info.dependencies>required: org.gvsig.app.mainplugin -ge 2.0.1</gvsig.package.info.dependencies>
62 62
        <gvsig.package.info.categories>Formats,Vector,Database</gvsig.package.info.categories>
63
        <gvsig.package.info.poolURL>http://downloads.gvsig.org/download/gvsig-desktop/pool</gvsig.package.info.poolURL>
63
        <gvsig.package.info.poolURL>http://devel.gvsig.org/download/projects/gvsig-postgresql/pool/</gvsig.package.info.poolURL>
64 64
    </properties>
65 65
  
66 66

  
trunk/org.gvsig.postgresql/org.gvsig.postgresql.app/pom.xml
6 6
  <artifactId>org.gvsig.postgresql.app</artifactId>
7 7
  <packaging>pom</packaging>
8 8
  <name>${project.artifactId}</name>
9
  <!--
10
    This projects extends org.gvsig.desktop.plugin to get the 
11
    plugin configuration instead of org.gvsig.postgresql.
12

  
13
    Need to import the dependencies in dependencyManagement of 
14
    org.gvsig.postgresql to get the correct version of the dependencies.
15

  
16
    -->
17 9
  <parent>
18 10
      <groupId>org.gvsig</groupId>
19
      <artifactId>org.gvsig.desktop.plugin</artifactId>
11
      <artifactId>org.gvsig.postgresql</artifactId>
20 12
      <version>2.0.17-SNAPSHOT</version>
21 13
  </parent>
22 14

  
23
  <url>https://devel.gvsig.org/redmine/projects/gvsig-postgresql</url>
24
  <scm>
25
      <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-postgresql/</connection>
26
      <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-postgresql/</developerConnection>
27
      <url>https://devel.gvsig.org/svn/gvsig-postgresql/</url>
28
  </scm>
29

  
30
  <dependencyManagement>
31
      <dependencies>
32
          <dependency>
33
              <groupId>org.gvsig</groupId>
34
              <artifactId>org.gvsig.postgresql</artifactId>
35
              <version>2.0.17-SNAPSHOT</version>
36
              <type>pom</type>
37
              <scope>import</scope>
38
          </dependency>
39
      </dependencies>
40
  </dependencyManagement>
41

  
42 15
  <modules>
43 16
    <module>org.gvsig.postgresql.app.mainplugin</module>
44 17
  </modules>
trunk/org.gvsig.postgresql/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