Project

General

Profile

« Previous | Next » 

Revision d2501c6b

Added by edit-jenkins almost 13 years ago

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

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

  
......
19 17
		  see section Provider Configuration in http://maven.apache.org/scm/subversion.html
20 18
		  for instructions on how to externalize credentials in $user.home/.scm/svn-settings.xml  
21 19
		-->
22
		<connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdm-server/</connection>
23
		<developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdm-server/</developerConnection>
24
		<url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdm-server/</url>
20
		<connection>scm:svn:http://dev.e-taxonomy.eu/svn/tags/cdm-server-3.0.3</connection>
21
		<developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/tags/cdm-server-3.0.3</developerConnection>
22
		<url>http://dev.e-taxonomy.eu/trac/browser/tags/cdm-server-3.0.3</url>
25 23
	</scm>
26 24

  
27 25
	<mailingLists>
......
71 69
			<roles>
72 70
				<role>Developer</role>
73 71
			</roles>
74
			<url></url>
72
			<url />
75 73
		</developer>
76 74
	</developers>
77 75

  
78 76
	<!--
79 77
		contributors> <contributor> <name>Test-Contributor</name>
80
		</contributor> </contributors
81
	-->
78
		</contributor> </contributors -->
82 79
	<issueManagement>
83 80
		<system>Trac</system>
84 81
		<url>http://dev.e-taxonomy.eu/trac/</url>
......
360 357
							<tasks>
361 358
								<property name="project.fullversionstring" value="${project.version}" />
362 359
								<property name="project.version" value="${project.version}" />
363
								<ant antfile="${project.basedir}/src/main/installer/linux/build-deb.xml"
364
									dir="${project.basedir}" />
360
								<ant antfile="${project.basedir}/src/main/installer/linux/build-deb.xml" dir="${project.basedir}" />
365 361
							</tasks>
366 362
						</configuration>
367 363
						<goals>
......
381 377
				<groupId>org.apache.myfaces.maven</groupId>
382 378
				<artifactId>wagon-maven-plugin</artifactId>
383 379
				<version>1.0.6</version>
384
				<configuration>

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

380
				<configuration>
381
					<id>wp5.e-taxonomy.eu</id>
386 382
					<url>scpexe://160.45.63.151/var/www/download/cdmserver/${project.version}</url>
387 383
					<inputDirectory>target/installer</inputDirectory>
388 384
				</configuration>

Also available in: Unified diff