Skip to content

Commit

Permalink
SONARCLVER-2 update parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
benzonico committed Dec 2, 2015
1 parent 49add94 commit 6d1cccd
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 17 deletions.
4 changes: 2 additions & 2 deletions its/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codehaus.sonar-plugins</groupId>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
<version>19</version>
<version>24</version>
</parent>

<groupId>com.sonarsource.it</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Clover :: Integration Tests
* Copyright (C) 2009 SonarSource
* dev@sonar.codehaus.org
* sonarqube@googlegroups.com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codehaus.sonar-plugins</groupId>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
<version>18</version>
<version>24</version>
</parent>

<artifactId>sonar-clover-plugin</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/org/sonar/plugins/clover/CloverPlugin.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Sonar Clover Plugin
* Copyright (C) 2008 SonarSource
* dev@sonar.codehaus.org
* sonarqube@googlegroups.com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -17,7 +17,6 @@
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02
*/

package org.sonar.plugins.clover;

import org.sonar.api.Properties;
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/org/sonar/plugins/clover/CloverSensor.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Sonar Clover Plugin
* Copyright (C) 2008 SonarSource
* dev@sonar.codehaus.org
* sonarqube@googlegroups.com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -17,7 +17,6 @@
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02
*/

package org.sonar.plugins.clover;

import org.codehaus.plexus.util.StringUtils;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Sonar Clover Plugin
* Copyright (C) 2008 SonarSource
* dev@sonar.codehaus.org
* sonarqube@googlegroups.com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -17,7 +17,6 @@
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02
*/

package org.sonar.plugins.clover;

import org.apache.commons.lang.StringUtils;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Sonar Clover Plugin
* Copyright (C) 2008 SonarSource
* dev@sonar.codehaus.org
* sonarqube@googlegroups.com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/sonar/plugins/clover/package-info.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Sonar Clover Plugin
* Copyright (C) 2008 SonarSource
* dev@sonar.codehaus.org
* sonarqube@googlegroups.com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Sonar Clover Plugin
* Copyright (C) 2008 SonarSource
* dev@sonar.codehaus.org
* sonarqube@googlegroups.com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Sonar Clover Plugin
* Copyright (C) 2008 SonarSource
* dev@sonar.codehaus.org
* sonarqube@googlegroups.com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Sonar Clover Plugin
* Copyright (C) 2008 SonarSource
* dev@sonar.codehaus.org
* sonarqube@googlegroups.com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -17,7 +17,6 @@
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02
*/

package org.sonar.plugins.clover;

import org.apache.commons.lang.ObjectUtils;
Expand Down

0 comments on commit 6d1cccd

Please sign in to comment.