diff options
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 23 | 
1 files changed, 9 insertions, 14 deletions
| @@ -1,10 +1,9 @@ -<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/maven-v4_0_0.xsd"> +<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/maven-v4_0_0.xsd">  	<modelVersion>4.0.0</modelVersion>  	<groupId>at.gv.egiz</groupId>  	<artifactId>bku</artifactId>  	<packaging>pom</packaging> -	<version>1.0.2-SNAPSHOT</version> +	<version>1.0.2</version>  	<name>BKU</name>  	<url>http://bku.egiz.gv.at</url>  	<modules> @@ -40,9 +39,9 @@  		</developer>  	</developers>  	<scm> -		<connection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk</connection> -		<developerConnection>scm:svn:svn+ssh://svn.egovlabs.gv.at/svnroot/mocca/trunk</developerConnection> -		<url>svn://svn.egovlabs.gv.at/svnroot/mocca/trunk</url> +		<connection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/tags/bku-1.0.2</connection> +		<developerConnection>scm:svn:svn+ssh://svn.egovlabs.gv.at/svnroot/mocca/tags/bku-1.0.2</developerConnection> +		<url>svn://svn.egovlabs.gv.at/svnroot/mocca/tags/bku-1.0.2</url>  	</scm>  	<organization>  		<name>E-Government Innovation Center (EGIZ)</name> @@ -58,8 +57,7 @@  					<configuration>  						<!--  							fork>true</fork> <executable>${java_6_sun}/bin/javac</executable> -							<compilerVersion>1.6</compilerVersion -						--> +							<compilerVersion>1.6</compilerVersion -->  						<source>1.6</source>  						<target>1.6</target>  						<verbose>true</verbose> @@ -86,8 +84,7 @@  				<!--  					plugin> <artifactId>maven-jaxb2-plugin</artifactId>  					<groupId>org.jvnet.jaxb2.maven2</groupId> <version>0.6.0</version> -					</plugin -				--> +					</plugin -->  				<plugin>  					<artifactId>jaxws-maven-plugin</artifactId>  					<groupId>org.codehaus.mojo</groupId> @@ -109,8 +106,7 @@  						<!--  							descriptor>${basedir}/src/main/assemblies/assembly-online.xml</descriptor>  							<descriptor>${basedir}/src/main/assemblies/assembly-local.xml</descriptor> -							<descriptor>${basedir}/src/main/assemblies/assembly-server.xml</descriptor -						--> +							<descriptor>${basedir}/src/main/assemblies/assembly-server.xml</descriptor -->  					</descriptors>  				</configuration>  				<!-- @@ -121,8 +117,7 @@  					explicitly execute the package phase ahead of the assembly  					invocation, to ensure all modules have been built. <executions>  					<execution> <phase>package</phase> <goals> <goal>attached</goal> -					</goals> </execution> </executions -				--> +					</goals> </execution> </executions -->  			</plugin>  		</plugins>  	</build> | 
