diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-08-20 17:10:52 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-08-20 17:10:52 +0000 |
commit | ada7c53ce1c19ba26b988e43da51a1a99d584b14 (patch) | |
tree | cf67fefbe941e1b72a0ddf148a9da5b99348d03c /BKUGuiExt | |
parent | ac6d2a37ee43ddc48cc0a1e40371366607624db7 (diff) | |
download | mocca-ada7c53ce1c19ba26b988e43da51a1a99d584b14.tar.gz mocca-ada7c53ce1c19ba26b988e43da51a1a99d584b14.tar.bz2 mocca-ada7c53ce1c19ba26b988e43da51a1a99d584b14.zip |
[maven-release-plugin] rollback the release of mocca-1.2.2
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@454 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUGuiExt')
-rw-r--r-- | BKUGuiExt/pom.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/BKUGuiExt/pom.xml b/BKUGuiExt/pom.xml index 42a9f57d..87520232 100644 --- a/BKUGuiExt/pom.xml +++ b/BKUGuiExt/pom.xml @@ -1,13 +1,15 @@ -<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"> +<?xml version="1.0" encoding="UTF-8"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>bku</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> </parent> <groupId>at.gv.egiz</groupId> <artifactId>BKUGuiExt</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> <name>BKU GUI Extension</name> <dependencies> <dependency> @@ -21,4 +23,5 @@ <version>1.2.2-SNAPSHOT</version> </dependency> </dependencies> -</project>
\ No newline at end of file +</project> + |