Skip to content

Commit

Permalink
Centralize source-related properties in parent pom for consistent usa…
Browse files Browse the repository at this point in the history
…ge in submodules (#7600)

Contributes to #7487. Use a consistent scheme of properties for sql-plugin and tests modules for easier automation.  

Signed-off-by: Gera Shegalov <[email protected]>
  • Loading branch information
gerashegalov authored Jan 28, 2023
1 parent e7941f4 commit e3a771e
Show file tree
Hide file tree
Showing 4 changed files with 403 additions and 340 deletions.
43 changes: 1 addition & 42 deletions dist/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2020-2022, NVIDIA CORPORATION.
Copyright (c) 2020-2023, NVIDIA CORPORATION.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -40,47 +40,6 @@

<properties>
<target.classifier/>
<noSnapshot.buildvers>
311,
312,
313,
320,
321,
321cdh,
322,
323,
330,
331,
330cdh
</noSnapshot.buildvers>
<snapshot.buildvers>
332
</snapshot.buildvers>
<databricks.buildvers>
312db,
321db,
330db
</databricks.buildvers>
<!--
Build and run unit tests on one specific version for each sub-version (e.g. 311, 320, 330)
Base shim version (311 currently) should be covered in default mvn verify command of premerge script,
so base shim version is removed from the premergeUT list.
Separate the versions to two parts (premergeUT1, premergeUT2) for balancing the duration
-->
<premergeUT1.buildvers>
320
</premergeUT1.buildvers>
<premergeUT2.buildvers>
330
</premergeUT2.buildvers>
<premergeUTF8.buildvers>
320
</premergeUTF8.buildvers>
<jdk11.buildvers>
312,
321,
331
</jdk11.buildvers>
<dist.jar.name>${project.build.directory}/${project.build.finalName}-${cuda.version}.jar</dist.jar.name>
</properties>
<profiles>
Expand Down
Loading

0 comments on commit e3a771e

Please sign in to comment.