ENTAXY-634 release version 1.9.0
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>ru.entaxy.esb</groupId>
|
||||
<artifactId>underlying</artifactId>
|
||||
<version>1.8.3</version>
|
||||
<version>1.9.0</version>
|
||||
</parent>
|
||||
<groupId>ru.entaxy.esb.underlying</groupId>
|
||||
<artifactId>entaxy-underlying-configuration</artifactId>
|
||||
@ -74,6 +74,11 @@
|
||||
<type>cfg</type>
|
||||
<classifier>org.ops4j.pax.web</classifier>
|
||||
</artifact>
|
||||
<artifact>
|
||||
<file>src/main/non-packaged-resources/etc/org.ops4j.pax.logging.cfg</file>
|
||||
<type>cfg</type>
|
||||
<classifier>org.ops4j.pax.logging</classifier>
|
||||
</artifact>
|
||||
|
||||
<artifact>
|
||||
<file>src/main/non-packaged-resources/etc/system.properties</file>
|
||||
@ -104,6 +109,11 @@
|
||||
<type>xml</type>
|
||||
<classifier>org.apache.karaf.features</classifier>
|
||||
</artifact>
|
||||
<artifact>
|
||||
<file>target/classes/etc/quartz.properties</file>
|
||||
<type>properties</type>
|
||||
<classifier>quartz</classifier>
|
||||
</artifact>
|
||||
</artifacts>
|
||||
</configuration>
|
||||
</execution>
|
||||
@ -112,4 +122,4 @@
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user