File tree Expand file tree Collapse file tree 1 file changed +10
-52
lines changed Expand file tree Collapse file tree 1 file changed +10
-52
lines changed Original file line number Diff line number Diff line change 58
58
<name >Jitpack.io repository</name >
59
59
<!-- needed for brotli-codec -->
60
60
</repository >
61
+ <repository >
62
+ <id >ASF Staging</id >
63
+ <url >https://repository.apache.org/content/groups/staging/</url >
64
+ <snapshots >
65
+ <enabled >true</enabled >
66
+ </snapshots >
67
+ <releases >
68
+ <enabled >true</enabled >
69
+ </releases >
70
+ </repository >
61
71
</repositories >
62
72
63
73
<properties >
659
669
<module >parquet-plugins/parquet-plugins-benchmarks</module >
660
670
</modules >
661
671
</profile >
662
-
663
- <profile >
664
- <id >asf-staging</id >
665
- <activation >
666
- <activeByDefault >true</activeByDefault >
667
- </activation >
668
- <properties >
669
- <!-- override point for ASF staging/snapshot repos -->
670
- <asf .staging>https://repository.apache.org/content/groups/staging/</asf .staging>
671
- <asf .snapshots>https://repository.apache.org/content/repositories/snapshots/</asf .snapshots>
672
- </properties >
673
-
674
- <pluginRepositories >
675
- <pluginRepository >
676
- <id >ASF Staging</id >
677
- <url >${asf.staging} </url >
678
- </pluginRepository >
679
- <pluginRepository >
680
- <id >ASF Snapshots</id >
681
- <url >${asf.snapshots} </url >
682
- <snapshots >
683
- <enabled >true</enabled >
684
- </snapshots >
685
- <releases >
686
- <enabled >false</enabled >
687
- </releases >
688
- </pluginRepository >
689
-
690
- </pluginRepositories >
691
- <repositories >
692
- <repository >
693
- <id >ASF Staging</id >
694
- <url >${asf.staging} </url >
695
- <snapshots >
696
- <enabled >true</enabled >
697
- </snapshots >
698
- <releases >
699
- <enabled >true</enabled >
700
- </releases >
701
- </repository >
702
- <repository >
703
- <id >ASF Snapshots</id >
704
- <url >${asf.snapshots} </url >
705
- <snapshots >
706
- <enabled >true</enabled >
707
- </snapshots >
708
- <releases >
709
- <enabled >true</enabled >
710
- </releases >
711
- </repository >
712
- </repositories >
713
- </profile >
714
672
</profiles >
715
673
</project >
You can’t perform that action at this time.
0 commit comments