Skip to content

Commit 070facb

Browse files
committed
Move version to pom.xml
1 parent 784fe89 commit 070facb

7 files changed

Lines changed: 6 additions & 6 deletions

File tree

parquet-avro/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@
162162
<!-- Ensure that the specific classes are available during test compile but not included in jar -->
163163
<groupId>org.codehaus.mojo</groupId>
164164
<artifactId>build-helper-maven-plugin</artifactId>
165-
<version>3.6.1</version>
166165
<executions>
167166
<execution>
168167
<id>add-test-sources</id>

parquet-column/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125
<plugin>
126126
<groupId>org.codehaus.mojo</groupId>
127127
<artifactId>build-helper-maven-plugin</artifactId>
128-
<version>3.6.1</version>
129128
<executions>
130129
<execution>
131130
<id>add-source</id>

parquet-common/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
<plugin>
8484
<groupId>org.codehaus.mojo</groupId>
8585
<artifactId>build-helper-maven-plugin</artifactId>
86-
<version>3.6.1</version>
8786
<executions>
8887
<execution>
8988
<id>add-source</id>

parquet-encoding/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
<plugin>
7070
<groupId>org.codehaus.mojo</groupId>
7171
<artifactId>build-helper-maven-plugin</artifactId>
72-
<version>3.6.1</version>
7372
<executions>
7473
<execution>
7574
<id>add-source</id>

parquet-format-structures/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136
<plugin>
137137
<groupId>org.codehaus.mojo</groupId>
138138
<artifactId>build-helper-maven-plugin</artifactId>
139-
<version>3.6.1</version>
140139
<executions>
141140
<execution>
142141
<id>add-sources</id>

parquet-thrift/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@
215215
<plugin>
216216
<groupId>org.codehaus.mojo</groupId>
217217
<artifactId>build-helper-maven-plugin</artifactId>
218-
<version>3.6.1</version>
219218
<executions>
220219
<execution>
221220
<id>add-test-sources</id>

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
<brotli-codec.version>0.1.1</brotli-codec.version>
101101
<mockito.version>5.21.0</mockito.version>
102102
<net.openhft.version>0.27ea0</net.openhft.version>
103+
<build-helper-maven-plugin.version>3.6.1</build-helper-maven-plugin.version>
103104
<exec-maven-plugin.version>3.5.0</exec-maven-plugin.version>
104105
<jts.version>1.20.0</jts.version>
105106

@@ -302,6 +303,11 @@
302303
</execution>
303304
</executions>
304305
</plugin>
306+
<plugin>
307+
<groupId>org.codehaus.mojo</groupId>
308+
<artifactId>build-helper-maven-plugin</artifactId>
309+
<version>${build-helper-maven-plugin.version}</version>
310+
</plugin>
305311
<plugin>
306312
<groupId>org.apache.maven.plugins</groupId>
307313
<artifactId>maven-shade-plugin</artifactId>

0 commit comments

Comments
 (0)