Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/apache/directory-studio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Seelmann <mail@stefan-seelmann.de>2018-08-06 07:03:08 +0300
committerStefan Seelmann <mail@stefan-seelmann.de>2018-08-06 07:03:08 +0300
commit6e9e6c2571bbf53cb9b657a740a0225a4d348200 (patch)
tree9c2587d51a7638169429f78caecc960bbaa9de21 /pom.xml
parent2711ab57aa77e7ac1fccccd9dcccfcd3d2c9e1da (diff)
RSTUDIO-1190: Keystore change from JKS to PKCS12
* Use JDK default keystore everywhere * PKCS12 key store requires password if same keystore file is used as truststore * Update parent pom
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 41310c571..0edcbb0e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.directory.project</groupId>
<artifactId>project</artifactId>
- <version>39</version>
+ <version>42</version>
<relativePath />
</parent>