diff options
Diffstat (limited to 'bkucommon/pom.xml')
-rw-r--r-- | bkucommon/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index a3c39de6..e0a92eeb 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,7 +3,7 @@ <parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.33-SNAPSHOT</version>
+ <version>1.3.33</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>bkucommon</artifactId>
@@ -82,11 +82,11 @@ <scope>compile</scope>
</dependency>
<dependency>
- <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>2.5</version> - </dependency> - <dependency> + <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.5</version>
+ </dependency>
+ <dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</dependency>
|