<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>ru.entaxy.ion.distribution</groupId>
    <artifactId>entaxy-ion-assembly-dist</artifactId>
    <version>1.11.1</version>
  </parent>
  <artifactId>entaxy-ion-assembly-compact</artifactId>
  <packaging>pom</packaging>
  <name>ENTAXY :: DISTRIBUTION :: ASSEMBLY :: COMPACT</name>
  <description>ENTAXY :: DISTRIBUTION :: ASSEMBLY :: COMPACT</description>

  <properties>
  	<platform.origin.artifactId>entaxy-ion-platform-compact</platform.origin.artifactId>
  	<assembly.base.directory>entaxy-ion-compact-${platform.origin.version}</assembly.base.directory>
  </properties>
  
</project>
