Revision 159

View differences:

org.gvsig.wfs.app/trunk/org.gvsig.wfs.app/pom.xml
16 16
    <url>https://devel.gvsig.org/redmine/projects/gvsig-wfs</url>
17 17

  
18 18
    <repositories>
19
      <repository>
20
        <id>gvsig-public-http-repository</id>
21
        <name>gvSIG maven public HTTP repository</name>
22
        <url>http://devel.gvsig.org/m2repo/j2se</url>
23
        <releases>
24
          <enabled>true</enabled>
25
          <updatePolicy>daily</updatePolicy>
26
          <checksumPolicy>warn</checksumPolicy>
27
        </releases>
28
        <snapshots>
29
          <enabled>true</enabled>
30
          <updatePolicy>daily</updatePolicy>
31
          <checksumPolicy>warn</checksumPolicy>
32
        </snapshots>
33
      </repository>
19
        <repository>
20
            <id>gvsig-public-http-repository</id>
21
            <name>gvSIG maven public HTTP repository</name>
22
            <url>http://devel.gvsig.org/m2repo/j2se</url>
23
            <releases>
24
                <enabled>true</enabled>
25
                <updatePolicy>daily</updatePolicy>
26
                <checksumPolicy>warn</checksumPolicy>
27
            </releases>
28
            <snapshots>
29
                <enabled>true</enabled>
30
                <updatePolicy>daily</updatePolicy>
31
                <checksumPolicy>warn</checksumPolicy>
32
            </snapshots>
33
        </repository>
34 34
    </repositories>
35 35

  
36 36
    <scm>
......
41 41

  
42 42
    <build>
43 43
        <plugins>
44
			<plugin>
45
				<groupId>org.apache.maven.plugins</groupId>
46
				<artifactId>maven-release-plugin</artifactId>
47
				<configuration>
48
					<tagBase>https://devel.gvsig.org/svn/gvsig-wfs/org.gvsig.wfs.app/tags</tagBase>
49
				</configuration>
50
			</plugin>
44
            <plugin>
45
                <groupId>org.apache.maven.plugins</groupId>
46
                <artifactId>maven-release-plugin</artifactId>
47
                <configuration>
48
                    <tagBase>https://devel.gvsig.org/svn/gvsig-wfs/org.gvsig.wfs.app/tags</tagBase>
49
                </configuration>
50
            </plugin>
51 51
        </plugins>
52 52
    </build>
53 53

  
54
	<dependencyManagement>
55
		<dependencies>
56
                        <dependency>
57
                                <groupId>org.gvsig</groupId>
58
                                <artifactId>org.gvsig.gpe</artifactId>
59
                                <version>2.1.5</version>
60
                                <type>pom</type>
61
                                <scope>import</scope>
62
                        </dependency>
63
                        <dependency>
64
                                <groupId>org.gvsig</groupId>
65
                                <artifactId>org.gvsig.xmlschema</artifactId>
66
                                <version>2.0.2</version>
67
                                <type>pom</type>
68
                                <scope>import</scope>
69
                        </dependency>
54
    <dependencyManagement>
55
        <dependencies>
56
            <dependency>
57
                <groupId>org.gvsig</groupId>
58
                <artifactId>org.gvsig.gpe</artifactId>
59
                <version>2.1.5</version>
60
                <type>pom</type>
61
                <scope>import</scope>
62
            </dependency>
63
            <dependency>
64
                <groupId>org.gvsig</groupId>
65
                <artifactId>org.gvsig.xmlschema</artifactId>
66
                <version>2.0.2</version>
67
                <type>pom</type>
68
                <scope>import</scope>
69
            </dependency>
70 70

  
71 71

  
72
        <dependency>
73
            <groupId>org.gvsig</groupId>
74
            <artifactId>org.gvsig.xmlpull.lib.impl</artifactId>
75
            <version>2.0.1</version>
76
        </dependency>
77
        <dependency>
78
            <groupId>org.gvsig</groupId>
79
            <artifactId>org.gvsig.xmlpull.prov.kxml</artifactId>
80
            <version>2.0.1</version>
81
        </dependency>
72
            <dependency>
73
                <groupId>org.gvsig</groupId>
74
                <artifactId>org.gvsig.xmlpull.lib.impl</artifactId>
75
                <version>2.0.1</version>
76
            </dependency>
77
            <dependency>
78
                <groupId>org.gvsig</groupId>
79
                <artifactId>org.gvsig.xmlpull.prov.kxml</artifactId>
80
                <version>2.0.1</version>
81
            </dependency>
82 82

  
83
		</dependencies>
84
	</dependencyManagement>
83
        </dependencies>
84
    </dependencyManagement>
85 85

  
86
	<modules>
87
		<module>org.gvsig.wfs.app.mainplugin</module>
88
	</modules>
86
    <modules>
87
        <module>org.gvsig.wfs.app.mainplugin</module>
88
    </modules>
89 89

  
90 90
</project>

Also available in: Unified diff