blob: e257cbe1e90c83fd309a0fb463bd14d51dfe5749 [file] [log] [blame]
<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>
<groupId>a</groupId>
<artifactId>b</artifactId>
<version>1.0</version>
<build>
<filters>
<filter>src/main/filters/a.properties</filter>
<filter>src/main/filters/c.properties</filter>
<filter>src/main/filters/b.properties</filter>
<filter>src/main/filters/d.properties</filter>
</filters>
</build>
</project>