Skip to content

Commit

Permalink
fix pom error
Browse files Browse the repository at this point in the history
  • Loading branch information
aloyszhang committed Dec 2, 2020
1 parent bd081dd commit f329ac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conf/broker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1175,4 +1175,4 @@ transactionCoordinatorEnabled=false
transactionMetadataStoreProviderClassName=org.apache.pulsar.transaction.coordinator.impl.InMemTransactionMetadataStoreProvider

# Enable raw metadata
brokerTimestampForMessageEnable = true
brokerTimestampForMessageEnable=true
5 changes: 2 additions & 3 deletions tests/bc_2_6_0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>pulsar</artifactId>
<groupId>org.apache.pulsar</groupId>
<groupId>org.apache.pulsar.tests</groupId>
<artifactId>tests-parent</artifactId>
<version>2.8.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit f329ac5

Please sign in to comment.