diff options
author | Andreas Abraham <aabraham@iaik.tugraz.at> | 2018-05-15 09:42:58 +0200 |
---|---|---|
committer | Andreas Abraham <aabraham@iaik.tugraz.at> | 2018-05-15 09:42:58 +0200 |
commit | 954646b42398dd290b7e574a21c3c81fb01f6596 (patch) | |
tree | 35346a7516639ed7d33caa667c5396d951a5723b /bkucommon | |
parent | 06d9e77445fddb296ddb6306b916fc50e09d127c (diff) | |
download | mocca-954646b42398dd290b7e574a21c3c81fb01f6596.tar.gz mocca-954646b42398dd290b7e574a21c3c81fb01f6596.tar.bz2 mocca-954646b42398dd290b7e574a21c3c81fb01f6596.zip |
[maven-release-plugin] prepare release mocca-1.3.33mocca-1.3.33
Diffstat (limited to 'bkucommon')
-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>
|