diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-04-09 11:17:48 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-04-09 11:17:48 +0000 |
commit | 8c1638228e76a1dccc571eea5afd1b33eda8d39a (patch) | |
tree | 0c19a1e742b99f4365dfe61feec94fb05159406c | |
parent | 47bc6ce0d569d7bff1bab891c2f6ce66cd2a544e (diff) | |
download | mocca-8c1638228e76a1dccc571eea5afd1b33eda8d39a.tar.gz mocca-8c1638228e76a1dccc571eea5afd1b33eda8d39a.tar.bz2 mocca-8c1638228e76a1dccc571eea5afd1b33eda8d39a.zip |
wrong version bkucommon
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@332 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
-rw-r--r-- | BKULocal/pom.xml | 2 | ||||
-rw-r--r-- | BKUOnline/pom.xml | 2 | ||||
-rw-r--r-- | BKUViewer/pom.xml | 2 | ||||
-rw-r--r-- | bkucommon/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml index 3fdbbf44..b882502f 100644 --- a/BKULocal/pom.xml +++ b/BKULocal/pom.xml @@ -61,7 +61,7 @@ <dependency> <groupId>at.gv.egiz</groupId> <artifactId>bkucommon</artifactId> - <version>1.0.6-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </dependency> <dependency> <groupId>at.gv.egiz</groupId> diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml index abf4bfc1..d41e76b2 100644 --- a/BKUOnline/pom.xml +++ b/BKUOnline/pom.xml @@ -24,7 +24,7 @@ <dependency> <groupId>at.gv.egiz</groupId> <artifactId>bkucommon</artifactId> - <version>1.0.6-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </dependency> <dependency> <groupId>at.gv.egiz</groupId> diff --git a/BKUViewer/pom.xml b/BKUViewer/pom.xml index d6838c34..33bd09b5 100644 --- a/BKUViewer/pom.xml +++ b/BKUViewer/pom.xml @@ -14,7 +14,7 @@ <dependency> <groupId>at.gv.egiz</groupId> <artifactId>bkucommon</artifactId> - <version>1.0.6-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-logging</groupId> diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 91fd0810..decbb6e5 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -9,7 +9,7 @@ <groupId>at.gv.egiz</groupId> <artifactId>bkucommon</artifactId> <name>BKU Common</name> - <version>1.0.6-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <build> <plugins> |