Project

General

Profile

« Previous | Next » 

Revision 6ee8c307

Added by Andreas Kohlbecker almost 13 years ago

[maven-release-plugin] prepare release cdm-server/3.0.3-SNAPSHOT

View differences:

pom.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
4
	http://maven.apache.org/xsd/maven-4.0.0.xsd">
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0  http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 3

  
6 4
	<modelVersion>4.0.0</modelVersion>
7 5
	<groupId>eu.etaxonomy</groupId>
8 6
	<artifactId>cdm-server</artifactId>
9
	<version>3.0.3-SNAPSHOT</version>
7
	<version>3.0.3</version>
10 8
	<packaging>jar</packaging>
11 9
	<name>CDM Community Standalone Server</name>
12 10

  
......
15 13
	</properties>
16 14

  
17 15
	<scm>
18
		<connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdm-server/</connection>
19
		<developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdm-server/</developerConnection>
20
		<url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdm-server/</url>
16
		<connection>scm:svn:http://dev.e-taxonomy.eu/svn/tags/cdm-server/3.0.3-SNAPSHOT</connection>
17
		<developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/tags/cdm-server/3.0.3-SNAPSHOT</developerConnection>
18
		<url>http://dev.e-taxonomy.eu/trac/browser/tags/cdm-server/3.0.3-SNAPSHOT</url>
21 19
	</scm>
22 20

  
23 21
	<mailingLists>
......
67 65
			<roles>
68 66
				<role>Developer</role>
69 67
			</roles>
70
			<url></url>
68
			<url />
71 69
		</developer>
72 70
	</developers>
73 71

  
74 72
	<!--
75 73
		contributors> <contributor> <name>Test-Contributor</name>
76
		</contributor> </contributors
77
	-->
74
		</contributor> </contributors -->
78 75
	<issueManagement>
79 76
		<system>Trac</system>
80 77
		<url>http://dev.e-taxonomy.eu/trac/</url>
......
336 333
							<tasks>
337 334
								<property name="project.fullversionstring" value="${project.version}" />
338 335
								<property name="project.version" value="${project.version}" />
339
								<ant antfile="${project.basedir}/src/main/installer/linux/build-deb.xml"
340
									dir="${project.basedir}" />
336
								<ant antfile="${project.basedir}/src/main/installer/linux/build-deb.xml" dir="${project.basedir}" />
341 337
							</tasks>
342 338
						</configuration>
343 339
						<goals>
......
357 353
				<groupId>org.apache.myfaces.maven</groupId>
358 354
				<artifactId>wagon-maven-plugin</artifactId>
359 355
				<version>1.0.6</version>
360
				<configuration>

361
					<id>wp5.e-taxonomy.eu</id>

356
				<configuration>
357
					<id>wp5.e-taxonomy.eu</id>
362 358
					<url>scpexe://160.45.63.151/var/www/download/cdmserver/${project.version}</url>
363 359
					<inputDirectory>target/installer</inputDirectory>
364 360
				</configuration>

Also available in: Unified diff