Revision 498 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.101-SNAPSHOT</version>
7
  <version>2.0.101</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.101</connection>
20
      <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-postgresql/tags/org.gvsig.postgresql-2.0.101</developerConnection>
21
      <url>https://devel.gvsig.org/redmine/projects/gvsig-postgresql/repository/show/tags/org.gvsig.postgresql-2.0.101</url>
22 22
  </scm>
23 23

  
24 24
    <repositories>
......
59 59
          <dependency>
60 60
            <groupId>org.gvsig</groupId>
61 61
            <artifactId>org.gvsig.postgresql.provider</artifactId>
62
            <version>2.0.101-SNAPSHOT</version>
62
            <version>2.0.101</version>
63 63
          </dependency>
64 64
          <dependency>
65 65
            <groupId>org.gvsig</groupId>
66 66
            <artifactId>org.gvsig.postgresql.app.mainplugin</artifactId>
67
            <version>2.0.101-SNAPSHOT</version>
67
            <version>2.0.101</version>
68 68
          </dependency>
69 69
      </dependencies>
70 70
  </dependencyManagement>

Also available in: Unified diff