diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-01-23 14:04:13 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-01-23 14:04:13 +0000 |
commit | 58a51f1dd8b60d48129acc2c5708ddc1d39dc222 (patch) | |
tree | c18a1f673488bf0d3eac736a4d1627827c8815b6 /STALService | |
parent | 9ef5d25ffec1c26ccf76ad46131e33a861335da1 (diff) | |
download | mocca-1.0.4-fon.tar.gz mocca-1.0.4-fon.tar.bz2 mocca-1.0.4-fon.zip |
[maven-release-plugin] copy for tag mocca-1.0.4-fonmocca-1.0.4-fon
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/tags/mocca-1.0.4-fon@288 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'STALService')
-rw-r--r-- | STALService/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/STALService/pom.xml b/STALService/pom.xml index 72f22b0e..a602d68c 100644 --- a/STALService/pom.xml +++ b/STALService/pom.xml @@ -3,19 +3,19 @@ <parent> <artifactId>bku</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>at.gv.egiz</groupId> <artifactId>STALService</artifactId> <name>STAL Service</name> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</version> <description /> <dependencies> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>STAL</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</version> </dependency> <!--dependency> <groupId>at.gv.egiz</groupId> |