Revision 171 org.gvsig.educa.thematicmap.app/trunk/org.gvsig.educa.thematicmap.app/pom.xml

View differences:

pom.xml
8 8
	<version>1.0.0-SNAPSHOT</version>
9 9
	<name>org.gvsig.educa.thematicmap.app</name>
10 10
	<description>Application of the ThematicMap project</description>
11
    <url>http://devel.gvsig.org/sites/${project.artifactId}/${project.version}</url>
11
	<url>http://devel.gvsig.org/sites/${project.artifactId}/${project.version}</url>
12 12
	<parent>
13 13
		<groupId>org.gvsig</groupId>
14 14
		<artifactId>org.gvsig.maven.base.extension.pom</artifactId>
......
27 27
		<apache.commons-lang3.version>3.1</apache.commons-lang3.version>
28 28
		<!-- package.info -->
29 29
		<package.info.owner>gvSIG Association</package.info.owner>
30
        <package.info.official>true</package.info.official>
31
        <package.info.webURL>http://www.gvsig.org/web/projects/contrib/gvsig-educa</package.info.webURL>
30
		<package.info.official>true</package.info.official>
31
		<package.info.webURL>http://www.gvsig.org/web/projects/contrib/gvsig-educa</package.info.webURL>
32
		<package.info.state>RC1</package.info.state>
32 33
	</properties>
33 34
	<scm>
34 35
		<connection>scm:svn:https://devel.gvsig.org/svn/gvsig-educa/org.gvsig.educa.thematicmap.app/trunk/org.gvsig.educa.thematicmap.app</connection>
35 36
		<developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-educa/org.gvsig.educa.thematicmap.app/trunk/org.gvsig.educa.thematicmap.app</developerConnection>
36 37
		<url>https://devel.gvsig.org/redmine/projects/gvsig-educa/repository/show/org.gvsig.educa.thematicmap.app/trunk/org.gvsig.educa.thematicmap.app</url>
37 38
	</scm>
38
    <distributionManagement>
39
        <site>
40
            <id>gvsig-repository</id>
41
            <url>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</url>
42
        </site>
43
    </distributionManagement>
39
	<distributionManagement>
40
		<site>
41
			<id>gvsig-repository</id>
42
			<url>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</url>
43
		</site>
44
	</distributionManagement>
44 45
	<developers>
45 46
		<developer>
46 47
			<id>cordinyana</id>
......
101 102
				<groupId>org.gvsig</groupId>
102 103
				<artifactId>org.gvsig.educa.thematicmap.lib.impl</artifactId>
103 104
				<version>${educa.version}</version>
104
        <scope>runtime</scope>
105
				<scope>runtime</scope>
105 106
			</dependency>
106 107
			<dependency>
107 108
				<groupId>org.gvsig</groupId>
108 109
				<artifactId>org.gvsig.educa.thematicmap.lib.prov.installer</artifactId>
109 110
				<version>${educa.version}</version>
110
        <scope>runtime</scope>
111
				<scope>runtime</scope>
111 112
			</dependency>
112 113
			<dependency>
113 114
				<groupId>org.gvsig</groupId>
......
118 119
				<groupId>org.gvsig</groupId>
119 120
				<artifactId>org.gvsig.educa.thematicmap.swing.impl</artifactId>
120 121
				<version>${educa.version}</version>
121
        <scope>runtime</scope>
122
				<scope>runtime</scope>
122 123
			</dependency>
123 124

  
124
      <!-- gvSIG educa app -->
125
			<!-- gvSIG educa app -->
125 126
			<dependency>
126 127
				<groupId>org.gvsig</groupId>
127 128
				<artifactId>org.gvsig.educa.thematicmap.app.viewer</artifactId>
......
146 147
			<dependency>
147 148
				<groupId>org.gvsig</groupId>
148 149
				<artifactId>org.gvsig.i18n</artifactId>
149
		        <version>${gvsig.i18n.version}</version>
150
				<version>${gvsig.i18n.version}</version>
150 151
			</dependency>
151 152
			<dependency>
152 153
				<groupId>org.gvsig</groupId>
153 154
				<artifactId>org.gvsig.tools.lib</artifactId>
154 155
				<version>${gvsig.tools.version}</version>
155 156
			</dependency>
156
      <dependency>
157
 				<groupId>org.gvsig</groupId>
157
			<dependency>
158
				<groupId>org.gvsig</groupId>
158 159
				<artifactId>org.gvsig.app</artifactId>
159
        <version>${gvsig.version}</version>
160
     </dependency>
161
     <!-- this dependencies should be resolved as
160
				<version>${gvsig.version}</version>
161
			</dependency>
162
    <!-- this dependencies should be resolved as
162 163
          transitive by org.gvsig.app -->
163 164
     <!--
164 165
     <dependency>
......
208 209
			</dependency>
209 210
      -->
210 211

  
211
 			<!-- apache commons -->
212
			<!-- apache commons -->
212 213
			<dependency>
213 214
				<groupId>org.apache.commons</groupId>
214 215
				<artifactId>commons-io</artifactId>
......
221 222
			</dependency>
222 223
		</dependencies>
223 224
	</dependencyManagement>
224
	
225

  
225 226
	<dependencies>
226 227
		<dependency>
227 228
			<groupId>org.slf4j</groupId>

Also available in: Unified diff