diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-04-07 09:09:21 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-04-07 09:09:21 +0000 |
commit | 1a75d2ae8fa57011166110754fed3ab082a52302 (patch) | |
tree | 610269ce3d6cca500b7c3d9a76cdc71ae2e9e249 /bkucommon | |
parent | 902a9f8070916d51fae8b3bc1ea273c4638c1b0b (diff) | |
download | mocca-1a75d2ae8fa57011166110754fed3ab082a52302.tar.gz mocca-1a75d2ae8fa57011166110754fed3ab082a52302.tar.bz2 mocca-1a75d2ae8fa57011166110754fed3ab082a52302.zip |
[maven-release-plugin] prepare release mocca-1.1.0
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@329 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'bkucommon')
-rw-r--r-- | bkucommon/pom.xml | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 5084abcb..bbba25f7 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -1,16 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> <parent> <artifactId>bku</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.0.5-SNAPSHOT</version> + <version>1.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>at.gv.egiz</groupId> <artifactId>bkucommon</artifactId> <name>BKU Common</name> - <version>1.0.5-SNAPSHOT</version> + <version>1.1.0</version> <build> <plugins> @@ -25,14 +24,12 @@ <wsdlFile>MOA-SPSS-1.3.wsdl</wsdlFile> </wsdlFiles> <sourceDestDir>${project.build.directory}/generated-sources/moaspss</sourceDestDir> <staleFile>${project.build.directory}/generated-sources/moaspss/.staleFlag</staleFile> - <xnocompile>true</xnocompile> </configuration> </plugin - --> + <xnocompile>true</xnocompile> </configuration> </plugin --> <!-- skip tests temporarily <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <skip>true</skip> </configuration> </plugin - --> + <skip>true</skip> </configuration> </plugin --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> @@ -52,12 +49,12 @@ <dependency> <groupId>at.gv.egiz</groupId> <artifactId>utils</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.1.0</version> </dependency> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>STALExt</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.1.0</version> </dependency> <dependency> <groupId>commons-logging</groupId> |