diff options
author | bschnalzer <bianca.schnalzer@egiz.gv.at> | 2017-03-13 16:42:39 +0100 |
---|---|---|
committer | bschnalzer <bianca.schnalzer@egiz.gv.at> | 2017-03-13 16:42:39 +0100 |
commit | 6abf9ea26eb1283611273123abdb3e174f1ebb85 (patch) | |
tree | 48ffe2348248bfae75f5a6a10ecfa005fe76d729 /utils | |
parent | c48a41150cf3fb5abc951e583f04f83ed901adfc (diff) | |
download | mocca-6abf9ea26eb1283611273123abdb3e174f1ebb85.tar.gz mocca-6abf9ea26eb1283611273123abdb3e174f1ebb85.tar.bz2 mocca-6abf9ea26eb1283611273123abdb3e174f1ebb85.zip |
[maven-release-plugin] rollback the release of mocca-1.3.25
Diffstat (limited to 'utils')
-rw-r--r-- | utils/pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/utils/pom.xml b/utils/pom.xml index 314e73c1..fb7d6f81 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.25</version> + <version>1.3.25-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>utils</artifactId> @@ -31,11 +31,5 @@ <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> </dependency> - <dependency> - <groupId>com.sun.xml.bind</groupId> - <artifactId>jaxb-core</artifactId> - <version>2.3.0-b170127.1453</version> - </dependency> - </dependencies> </project> |