Revision 76

View differences:

org.gvsig.legend.graduatedsymbols.app.mainplugin/trunk/org.gvsig.legend.graduatedsymbols.app.mainplugin/pom.xml
9 9
	
10 10
  <parent>
11 11
      <groupId>org.gvsig</groupId>
12
      <artifactId>org.gvsig.desktop.plugin</artifactId>
12
      <artifactId>org.gvsig.desktop</artifactId>
13 13
      <version>2.0.21</version>
14 14
  </parent>
15 15
	
......
21 21
        <url>https://devel.gvsig.org/redmine/projects/gvsig-base-legends/repository/show/org.gvsig.legend.graduatedsymbols.app.mainplugin</url>
22 22
    </scm>
23 23

  
24
    <repositories>
25
      <repository>
26
        <id>gvsig-public-http-repository</id>
27
        <name>gvSIG maven public HTTP repository</name>
28
        <url>http://devel.gvsig.org/m2repo/j2se</url>
29
        <releases>
30
          <enabled>true</enabled>
31
          <updatePolicy>daily</updatePolicy>
32
          <checksumPolicy>warn</checksumPolicy>
33
        </releases>
34
        <snapshots>
35
          <enabled>true</enabled>
36
          <updatePolicy>daily</updatePolicy>
37
          <checksumPolicy>warn</checksumPolicy>
38
        </snapshots>
39
      </repository>
40
    </repositories>
41

  
24 42
	<description>Vector legend: Graduated symbols. Symbol size depends on numeric value but uses a limited number of different symbol sizes.</description>
25 43
	<build>
26 44

  

Also available in: Unified diff