This is an automated email from the ASF dual-hosted git repository. rgoers pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j-server.git
commit bbf31444ce2f8cf802f04298555632ed8c04b26d Author: Gary Gregory <[email protected]> AuthorDate: Mon Jun 4 16:53:39 2018 -0600 Fixes to match the main repo at 2.11.1-SNAPSHOT. --- log4j-server/pom.xml | 2 +- .../org/apache/logging/log4j/server/mom/jms/JmsQueueReceiverTest.java | 4 ++-- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/log4j-server/pom.xml b/log4j-server/pom.xml index 6ef00c5..10868b9 100644 --- a/log4j-server/pom.xml +++ b/log4j-server/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-tools</artifactId> - <version>2.10.1-SNAPSHOT</version> + <version>2.11.1-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-server</artifactId> diff --git a/log4j-server/src/test/java/org/apache/logging/log4j/server/mom/jms/JmsQueueReceiverTest.java b/log4j-server/src/test/java/org/apache/logging/log4j/server/mom/jms/JmsQueueReceiverTest.java index 891a4e0..ba6ea87 100644 --- a/log4j-server/src/test/java/org/apache/logging/log4j/server/mom/jms/JmsQueueReceiverTest.java +++ b/log4j-server/src/test/java/org/apache/logging/log4j/server/mom/jms/JmsQueueReceiverTest.java @@ -17,7 +17,7 @@ package org.apache.logging.log4j.server.mom.jms; import org.apache.logging.log4j.server.mom.activemq.ActiveMqBrokerServiceRule; -import org.apache.logging.log4j.test.AvailablePortSystemPropertyRule; +import org.apache.logging.log4j.test.AvailablePortSystemPropertyTestRule; import org.apache.logging.log4j.test.RuleChainFactory; import org.junit.ClassRule; import org.junit.Test; @@ -25,7 +25,7 @@ import org.junit.rules.RuleChain; public class JmsQueueReceiverTest { - private static final AvailablePortSystemPropertyRule portRule = AvailablePortSystemPropertyRule + private static final AvailablePortSystemPropertyTestRule portRule = AvailablePortSystemPropertyTestRule .create(ActiveMqBrokerServiceRule.PORT_PROPERTY_NAME); private static final ActiveMqBrokerServiceRule activeMqBrokerServiceRule = new ActiveMqBrokerServiceRule( diff --git a/pom.xml b/pom.xml index b520cae..c3f948c 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <artifactId>log4j-tools</artifactId> <packaging>pom</packaging> <name>Apache Log4j 2 Tools</name> - <version>2.10.1-SNAPSHOT</version> + <version>2.11.1-SNAPSHOT</version> <parent> <groupId>org.apache.logging</groupId> <artifactId>logging-parent</artifactId>
