Skip to content

Commit

Permalink
Revert "[maven-release-plugin] prepare release apache-parquet-1.15.0-…
Browse files Browse the repository at this point in the history
…rc1"

This reverts commit 84ba54a.
  • Loading branch information
Fokko committed Nov 26, 2024
1 parent 78a3b76 commit 77c80f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion parquet-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
</relocations>
<transformers>
<!-- Needs to merge Hadoop's FileSystem plugin manifest -->
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
</configuration>
</execution>
Expand Down
17 changes: 9 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand Down Expand Up @@ -514,13 +515,13 @@
<excludes>
<exclude>**/generated-sources/**</exclude>
</excludes>
<toggleOffOn />
<removeUnusedImports />
<importOrder />
<trimTrailingWhitespace />
<palantirJavaFormat />
<endWithNewline />
<formatAnnotations />
<toggleOffOn/>
<removeUnusedImports/>
<importOrder/>
<trimTrailingWhitespace/>
<palantirJavaFormat/>
<endWithNewline/>
<formatAnnotations/>
<indent>
<tabs>true</tabs>
<spacesPerTab>4</spacesPerTab>
Expand Down

0 comments on commit 77c80f5

Please sign in to comment.