Skip to content

Commit

Permalink
OpenNMS Horizon 24.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
opennms-bamboo committed May 23, 2019
1 parent 7537b4f commit 6b88b24
Show file tree
Hide file tree
Showing 693 changed files with 740 additions and 740 deletions.
2 changes: 1 addition & 1 deletion checkstyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.checkstyle</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
<name>OpenNMS :: Checkstyle</name>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion container/branding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.container</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>

<groupId>org.opennms.container</groupId>
Expand Down
2 changes: 1 addition & 1 deletion container/bridge/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opennms.container</groupId>
<artifactId>org.opennms.container.bridge</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<groupId>org.opennms.container.bridge</groupId>
<artifactId>org.opennms.container.bridge.api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion container/bridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.container</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<groupId>org.opennms.container</groupId>
<artifactId>org.opennms.container.bridge</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion container/bridge/proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opennms.container</groupId>
<artifactId>org.opennms.container.bridge</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<groupId>org.opennms.container.bridge</groupId>
<artifactId>org.opennms.container.bridge.proxy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion container/bridge/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opennms.container</groupId>
<artifactId>org.opennms.container.bridge</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<groupId>org.opennms.container.bridge</groupId>
<artifactId>org.opennms.container.bridge.rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion container/extender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.container</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.container</groupId>
Expand Down
2 changes: 1 addition & 1 deletion container/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.container</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.karaf</groupId>
Expand Down
2 changes: 1 addition & 1 deletion container/jaas-login-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.container</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>

<groupId>org.opennms.container</groupId>
Expand Down
2 changes: 1 addition & 1 deletion container/karaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.container</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.container</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ color.trace = cyan
# Common pattern layout for appenders
# OPENNMS: Use a layout without columns
log4j2.pattern = %d{ISO8601} | %-5p | %-16t | %-32c{1} | %X{bundle.id} - %X{bundle.name} - %X{bundle.version} | %m%n
log4j2.out.pattern = \u001b[90m%d{HH:mm:ss\.SSS}\u001b[0m %highlight{%-5level}{FATAL=${color.fatal}, ERROR=${color.error}, WARN=${color.warn}, INFO=${color.info}, DEBUG=${color.debug}, TRACE=${color.trace}} \u001b[90m[%t]\u001b[0m %msg%n%throwable
log4j2.out.pattern = \u001b[90m%d{HH:mm:ss\.SSS}\u001b[0m %highlight{%-5level}{FATAL=${color.fatal}, ERROR=${color.error}, WARN=${color.warn}, INFO=${color.info}, WARN=${color.debug}, TRACE=${color.trace}} \u001b[90m[%t]\u001b[0m %msg%n%throwable

# Root logger
log4j2.rootLogger.level = INFO
Expand Down Expand Up @@ -61,9 +61,9 @@ log4j2.logger.audit.appenderRef.AuditRollingFile.ref = AuditRollingFile
log4j2.logger.opennmsTopology.name = org.opennms.features.topology
log4j2.logger.opennmsTopology.level = WARN

# OPENNMS: Display all DEBUG logs for our code
# OPENNMS: Display all WARN logs for our code
log4j2.logger.opennms.name = org.opennms
log4j2.logger.opennms.level = DEBUG
log4j2.logger.opennms.level = WARN

# Appenders configuration

Expand Down Expand Up @@ -108,6 +108,6 @@ log4j2.appender.osgi.filter = *
#log4j2.logger.aether.name = shaded.org.eclipse.aether
#log4j2.logger.aether.level = TRACE
#log4j2.logger.http-headers.name = shaded.org.apache.http.headers
#log4j2.logger.http-headers.level = DEBUG
#log4j2.logger.http-headers.level = WARN
#log4j2.logger.maven.name = org.ops4j.pax.url.mvn
#log4j2.logger.maven.level = TRACE
2 changes: 1 addition & 1 deletion container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>opennms</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.opennms.container</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion container/scv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.container</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.container</groupId>
Expand Down
2 changes: 1 addition & 1 deletion container/servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.container</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>

<groupId>org.opennms.container</groupId>
Expand Down
2 changes: 1 addition & 1 deletion container/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.container</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.container</groupId>
Expand Down
2 changes: 1 addition & 1 deletion container/spring-extender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.container</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.container</groupId>
Expand Down
2 changes: 1 addition & 1 deletion container/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.container</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>

<groupId>org.opennms.container</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.core</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/build/keystore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms.core</groupId>
<artifactId>org.opennms.core.build</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core.build</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.core</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.core</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/camel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.core</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.core</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/criteria/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.core</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/daemon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.core</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/db-install/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.core</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.core</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/health/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opennms.core</groupId>
<artifactId>org.opennms.core.health</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core.health</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/health/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opennms.core</groupId>
<artifactId>org.opennms.core.health</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core.health</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/health/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.core</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/health/shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opennms.core</groupId>
<artifactId>org.opennms.core.health</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core.health</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/icmp-jna/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.core</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/ipc/common/aws-sqs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms.core.ipc</groupId>
<artifactId>org.opennms.core.ipc.common</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core.ipc.common</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/ipc/common/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opennms.core.ipc</groupId>
<artifactId>org.opennms.core.ipc.common</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core.ipc.common</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/ipc/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms.core</groupId>
<artifactId>org.opennms.core.ipc</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core.ipc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/ipc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms</groupId>
<artifactId>org.opennms.core</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/ipc/rpc/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms.core.ipc</groupId>
<artifactId>org.opennms.core.ipc.rpc</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core.ipc.rpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/ipc/rpc/aws-sqs-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms.core.ipc</groupId>
<artifactId>org.opennms.core.ipc.rpc</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core.ipc.rpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/ipc/rpc/camel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms.core.ipc</groupId>
<artifactId>org.opennms.core.ipc.rpc</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core.ipc.rpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/ipc/rpc/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms.core.ipc</groupId>
<artifactId>org.opennms.core.ipc.rpc</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core.ipc.rpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/ipc/rpc/jms-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms.core.ipc</groupId>
<artifactId>org.opennms.core.ipc.rpc</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core.ipc.rpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/ipc/rpc/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms.core.ipc</groupId>
<artifactId>org.opennms.core.ipc.rpc</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.core.ipc.rpc</groupId>
Expand Down
Loading

0 comments on commit 6b88b24

Please sign in to comment.