diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,12 +33,13 @@ <version>2.0.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>Apex PDP engine</name> + <name>policy-apex-pdp</name> <description>Packaging for all the Apex components, the engine, the WAR service, and the editor.</description> <properties> <encoding>UTF-8</encoding> <file.encoding>UTF-8</file.encoding> + <version.derby>10.13.1.1</version.derby> </properties> <distributionManagement> |