Revision 41 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.18-SNAPSHOT</version>
7
  <version>2.0.18</version>
8 8
  <packaging>pom</packaging>
9 9
  <name>${project.artifactId}</name>
10 10
  <description>PostgreSQL support fort DAL and gvSIG</description>
......
16 16

  
17 17
  <url>https://devel.gvsig.org/redmine/projects/gvsig-postgresql</url>
18 18
  <scm>
19
      <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-postgresql/trunk/org.gvsig.postgresql</connection>
20
      <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-postgresql/trunk/org.gvsig.postgresql</developerConnection>
21
      <url>https://devel.gvsig.org/redmine/projects/gvsig-postgresql/repository/show/trunk/org.gvsig.postgresql</url>
19
      <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-postgresql/tags/org.gvsig.postgresql-2.0.18</connection>
20
      <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-postgresql/tags/org.gvsig.postgresql-2.0.18</developerConnection>
21
      <url>https://devel.gvsig.org/redmine/projects/gvsig-postgresql/repository/show/tags/org.gvsig.postgresql-2.0.18</url>
22 22
  </scm>
23 23
  
24 24
  
......
41 41
          <dependency>
42 42
            <groupId>org.gvsig</groupId>
43 43
            <artifactId>org.gvsig.postgresql.provider</artifactId>
44
            <version>2.0.18-SNAPSHOT</version>
44
            <version>2.0.18</version>
45 45
          </dependency>
46 46
          <dependency>
47 47
            <groupId>org.gvsig</groupId>
48 48
            <artifactId>org.gvsig.postgresql.app.mainplugin</artifactId>
49
            <version>2.0.18-SNAPSHOT</version>
49
            <version>2.0.18</version>
50 50
          </dependency>
51 51
      </dependencies>
52 52
  </dependencyManagement>

Also available in: Unified diff