Skip to content

Commit

Permalink
Fix whitespace in pom.xml files
Browse files Browse the repository at this point in the history
Format all pom.xml files with xmllint
Use unix line endings like the rest of the repo
  • Loading branch information
ctubbsii committed Oct 23, 2016
1 parent fd68f31 commit 9c0de41
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 30 deletions.
10 changes: 1 addition & 9 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,26 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<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="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">
<modelVersion>4.0.0</modelVersion>

<groupId>org.jsr-305</groupId>
<artifactId>jsr-305</artifactId>
<version>0.1-SNAPSHOT</version>
<url>http://code.google.com/p/jsr-305/</url>
<packaging>pom</packaging>
<name>JSR 305: Annotations for Software Defect Detection in Java</name>
<description>Master Maven project for all JSR 305 projects</description>


<modules>
<module>ri</module>
<module>tcl</module>
<module>sampleUses</module>
<module>proposedAnnotations</module>
</modules>

<build>
<plugins>
<plugin>
Expand All @@ -33,5 +26,4 @@
</plugin>
</plugins>
</build>

</project>
6 changes: 1 addition & 5 deletions proposedAnnotations/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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="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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jsr-305</groupId>
<artifactId>jsr-305</artifactId>
<version>0.1-SNAPSHOT</version>
</parent>

<groupId>org.jsr-305</groupId>
<artifactId>proposedAnnotations</artifactId>
<packaging>jar</packaging>
Expand Down
6 changes: 1 addition & 5 deletions ri/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
Expand All @@ -6,12 +7,10 @@
<version>7</version>
<relativePath/>
</parent>

<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.1</version>
<packaging>jar</packaging>

<url>http://findbugs.sourceforge.net/</url>
<name>FindBugs-jsr305</name>
<description>JSR305 Annotations for Findbugs</description>
Expand All @@ -22,17 +21,14 @@
<distribution>repo</distribution>
</license>
</licenses>

<prerequisites>
<maven>3.0</maven>
</prerequisites>

<scm>
<connection>scm:git:https://code.google.com/p/jsr-305/</connection>
<developerConnection>scm:git:https://code.google.com/p/jsr-305/</developerConnection>
<url>https://code.google.com/p/jsr-305/</url>
</scm>

<build>
<plugins>
<plugin>
Expand Down
6 changes: 1 addition & 5 deletions sampleUses/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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="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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jsr-305</groupId>
<artifactId>jsr-305</artifactId>
<version>0.1-SNAPSHOT</version>
</parent>

<groupId>org.jsr-305</groupId>
<artifactId>sampleUses</artifactId>
<packaging>jar</packaging>
Expand All @@ -22,5 +19,4 @@
<version>0.1-SNAPSHOT</version>
</dependency>
</dependencies>

</project>
7 changes: 1 addition & 6 deletions tcl/pom.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<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="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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jsr-305</groupId>
<artifactId>jsr-305</artifactId>
<version>0.1-SNAPSHOT</version>
</parent>

<groupId>org.jsr-305</groupId>
<artifactId>tcl</artifactId>
<packaging>jar</packaging>
<name>JSR 305 Test Cases</name>
<version>0.1-SNAPSHOT</version>
<description>Test Cases for JSR-305 Implementations</description>

<dependencies>
<dependency>
<groupId>org.jsr-305</groupId>
Expand Down

0 comments on commit 9c0de41

Please sign in to comment.