Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pom fixes #29

Merged
merged 2 commits into from
Oct 29, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion ri/LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Copyright (c) 2007-2009, JSR305 expert group
All rights reserved.

http://www.opensource.org/licenses/bsd-license.php
https://opensource.org/licenses/BSD-3-Clause

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
20 changes: 10 additions & 10 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,33 +7,32 @@
<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>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<name>The BSD 3-Clause License</name>
<url>https://opensource.org/licenses/BSD-3-Clause</url>
<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>
<connection>scm:git:https://github.com/amaembo/jsr-305.git</connection>
<developerConnection>scm:git:git@github.com:amaembo/jsr-305.git</developerConnection>
<url>https://github.com/amaembo/jsr-305</url>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/amaembo/jsr-305/issues</url>
</issueManagement>
<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