This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/master by this push:
     new 53989e5  [MINOR] Fix tab indentation in pom.xml
53989e5 is described below

commit 53989e55343c8b0407f3c26b060f8b46fa59edbb
Author: baunsgaard <[email protected]>
AuthorDate: Thu Sep 17 12:57:41 2020 +0200

    [MINOR] Fix tab indentation in pom.xml
---
 pom.xml | 76 ++++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

diff --git a/pom.xml b/pom.xml
index ace1cde..747e22a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -371,19 +371,19 @@
 
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
-               <artifactId>properties-maven-plugin</artifactId>
-               <version>1.0.0</version>
-               <executions>
-                   <execution>
-                       <phase>generate-resources</phase>
-                       <goals>
-                           <goal>write-project-properties</goal>
-                       </goals>
-                       <configuration>
-                           
<outputFile>${project.build.testOutputDirectory}/my.properties</outputFile>
-                       </configuration>
-                   </execution>
-               </executions>
+                               <artifactId>properties-maven-plugin</artifactId>
+                               <version>1.0.0</version>
+                               <executions>
+                                       <execution>
+                                               
<phase>generate-resources</phase>
+                                               <goals>
+                                                       
<goal>write-project-properties</goal>
+                                               </goals>
+                                               <configuration>
+                                                       
<outputFile>${project.build.testOutputDirectory}/my.properties</outputFile>
+                                               </configuration>
+                                       </execution>
+                               </executions>
                        </plugin>
                </plugins>
        </build>
@@ -739,12 +739,12 @@
                        <version>${jcuda.version}</version>
                        <scope>${jcuda.scope}</scope>
                        <exclusions>
-                       <exclusion>
-                               <!-- always exclude recursive fetching of 
native libraries -->
-                               <groupId>org.jcuda</groupId>
+                               <exclusion>
+                                       <!-- always exclude recursive fetching 
of native libraries -->
+                                       <groupId>org.jcuda</groupId>
                                        <artifactId>jcuda-natives</artifactId>
-                       </exclusion>
-               </exclusions>
+                               </exclusion>
+                       </exclusions>
                </dependency>
 
                <dependency>
@@ -753,12 +753,12 @@
                        <version>${jcuda.version}</version>
                        <scope>${jcuda.scope}</scope>
                        <exclusions>
-                       <exclusion>
-                               <!-- always exclude recursive fetching of 
native libraries -->
-                               <groupId>org.jcuda</groupId>
+                               <exclusion>
+                                       <!-- always exclude recursive fetching 
of native libraries -->
+                                       <groupId>org.jcuda</groupId>
                                        <artifactId>jcublas-natives</artifactId>
-                       </exclusion>
-               </exclusions>
+                               </exclusion>
+                       </exclusions>
                </dependency>
 
                <dependency>
@@ -767,12 +767,12 @@
                        <version>${jcuda.version}</version>
                        <scope>${jcuda.scope}</scope>
                        <exclusions>
-                       <exclusion>
-                               <!-- always exclude recursive fetching of 
native libraries -->
-                               <groupId>org.jcuda</groupId>
+                               <exclusion>
+                                       <!-- always exclude recursive fetching 
of native libraries -->
+                                       <groupId>org.jcuda</groupId>
                                        
<artifactId>jcusparse-natives</artifactId>
-                       </exclusion>
-               </exclusions>
+                               </exclusion>
+                       </exclusions>
                </dependency>
 
                <dependency>
@@ -781,12 +781,12 @@
                        <version>${jcuda.version}</version>
                        <scope>${jcuda.scope}</scope>
                        <exclusions>
-                       <exclusion>
-                               <!-- always exclude recursive fetching of 
native libraries -->
-                               <groupId>org.jcuda</groupId>
+                               <exclusion>
+                                       <!-- always exclude recursive fetching 
of native libraries -->
+                                       <groupId>org.jcuda</groupId>
                                        
<artifactId>jcusolver-natives</artifactId>
-                       </exclusion>
-               </exclusions>
+                               </exclusion>
+                       </exclusions>
                </dependency>
 
                <dependency>
@@ -795,12 +795,12 @@
                        <version>${jcuda.version}</version>
                        <scope>${jcuda.scope}</scope>
                        <exclusions>
-                       <exclusion>
-                               <!-- always exclude recursive fetching of 
native libraries -->
-                               <groupId>org.jcuda</groupId>
+                               <exclusion>
+                                       <!-- always exclude recursive fetching 
of native libraries -->
+                                       <groupId>org.jcuda</groupId>
                                        <artifactId>jcudnn-natives</artifactId>
-                       </exclusion>
-               </exclusions>
+                               </exclusion>
+                       </exclusions>
                </dependency>
 
                <!-- for all platforms, to be included in the extra jar -->

Reply via email to