Skip to content

Commit 904c498

Browse files
committed
POM updates and update source headers
1 parent 2733aff commit 904c498

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+175
-189
lines changed

pom.xml

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,19 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<repositories>
6-
<repository>
7-
<id>sonar</id>
8-
<url>http://repository.sonarsource.org/content/repositories/sonar</url>
9-
</repository>
10-
</repositories>
11-
12-
<pluginRepositories>
13-
<pluginRepository>
14-
<id>sonar</id>
15-
<url>http://repository.sonarsource.org/content/repositories/sonar</url>
16-
</pluginRepository>
17-
</pluginRepositories>
18-
195
<parent>
20-
<groupId>org.codehaus.sonar-plugins</groupId>
6+
<groupId>org.sonarsource.parent</groupId>
217
<artifactId>parent</artifactId>
22-
<version>18</version>
8+
<version>23</version>
239
</parent>
2410

2511
<groupId>org.codehaus.sonar-plugin.objectivec</groupId>
2612
<artifactId>sonar-objective-c-plugin</artifactId>
2713
<version>0.5.0-SNAPSHOT</version>
28-
2914
<packaging>sonar-plugin</packaging>
3015

31-
<name>Objective-C Sonar Plugin</name>
32-
<description>Enables analysis of Objective-C projects into Sonar.</description>
16+
<name>SonarQube Objective-C Plugin</name>
17+
<description>Enable analysis and reporting on Objective-C projects.</description>
3318
<url>https://github.com/octo-technology/sonar-objective-c</url>
3419

3520

@@ -100,10 +85,10 @@
10085
</ciManagement>
10186

10287
<properties>
103-
<license.owner>OCTO Technology, Backelite,
88+
<license.owner>OCTO Technology, Backelite, SonarSource,
10489
Denis Bregeon, Mete Balci, Andrés Gil Herrera, Matthew DeTullio
10590
</license.owner>
106-
<license.title>Sonar Objective-C Plugin</license.title>
91+
<license.title>SonarQube Objective-C Plugin</license.title>
10792

10893
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
10994

@@ -121,6 +106,7 @@
121106
<groupId>org.codehaus.sonar</groupId>
122107
<artifactId>sonar-plugin-api</artifactId>
123108
<version>${sonar.version}</version>
109+
<scope>provided</scope>
124110
</dependency>
125111
<dependency>
126112
<groupId>org.codehaus.sonar.sslr</groupId>

src/main/java/org/sonar/objectivec/ObjectiveCAstScanner.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Sonar Objective-C Plugin
3-
* Copyright (C) 2012 OCTO Technology, Backelite,
2+
* SonarQube Objective-C Plugin
3+
* Copyright (C) 2012 OCTO Technology, Backelite, SonarSource,
44
* Denis Bregeon, Mete Balci, Andrés Gil Herrera, Matthew DeTullio
5-
5+
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

src/main/java/org/sonar/objectivec/ObjectiveCConfiguration.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Sonar Objective-C Plugin
3-
* Copyright (C) 2012 OCTO Technology, Backelite,
2+
* SonarQube Objective-C Plugin
3+
* Copyright (C) 2012 OCTO Technology, Backelite, SonarSource,
44
* Denis Bregeon, Mete Balci, Andrés Gil Herrera, Matthew DeTullio
5-
5+
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

src/main/java/org/sonar/objectivec/api/ObjectiveCGrammar.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Sonar Objective-C Plugin
3-
* Copyright (C) 2012 OCTO Technology, Backelite,
2+
* SonarQube Objective-C Plugin
3+
* Copyright (C) 2012 OCTO Technology, Backelite, SonarSource,
44
* Denis Bregeon, Mete Balci, Andrés Gil Herrera, Matthew DeTullio
5-
5+
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

src/main/java/org/sonar/objectivec/api/ObjectiveCKeyword.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Sonar Objective-C Plugin
3-
* Copyright (C) 2012 OCTO Technology, Backelite,
2+
* SonarQube Objective-C Plugin
3+
* Copyright (C) 2012 OCTO Technology, Backelite, SonarSource,
44
* Denis Bregeon, Mete Balci, Andrés Gil Herrera, Matthew DeTullio
5-
5+
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

src/main/java/org/sonar/objectivec/api/ObjectiveCMetric.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Sonar Objective-C Plugin
3-
* Copyright (C) 2012 OCTO Technology, Backelite,
2+
* SonarQube Objective-C Plugin
3+
* Copyright (C) 2012 OCTO Technology, Backelite, SonarSource,
44
* Denis Bregeon, Mete Balci, Andrés Gil Herrera, Matthew DeTullio
5-
5+
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

src/main/java/org/sonar/objectivec/api/ObjectiveCPunctuator.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Sonar Objective-C Plugin
3-
* Copyright (C) 2012 OCTO Technology, Backelite,
2+
* SonarQube Objective-C Plugin
3+
* Copyright (C) 2012 OCTO Technology, Backelite, SonarSource,
44
* Denis Bregeon, Mete Balci, Andrés Gil Herrera, Matthew DeTullio
5-
5+
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

src/main/java/org/sonar/objectivec/api/ObjectiveCTokenType.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Sonar Objective-C Plugin
3-
* Copyright (C) 2012 OCTO Technology, Backelite,
2+
* SonarQube Objective-C Plugin
3+
* Copyright (C) 2012 OCTO Technology, Backelite, SonarSource,
44
* Denis Bregeon, Mete Balci, Andrés Gil Herrera, Matthew DeTullio
5-
5+
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

src/main/java/org/sonar/objectivec/api/package-info.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Sonar Objective-C Plugin
3-
* Copyright (C) 2012 OCTO Technology, Backelite,
2+
* SonarQube Objective-C Plugin
3+
* Copyright (C) 2012 OCTO Technology, Backelite, SonarSource,
44
* Denis Bregeon, Mete Balci, Andrés Gil Herrera, Matthew DeTullio
5-
5+
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

src/main/java/org/sonar/objectivec/checks/CheckList.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Sonar Objective-C Plugin
3-
* Copyright (C) 2012 OCTO Technology, Backelite,
2+
* SonarQube Objective-C Plugin
3+
* Copyright (C) 2012 OCTO Technology, Backelite, SonarSource,
44
* Denis Bregeon, Mete Balci, Andrés Gil Herrera, Matthew DeTullio
5-
5+
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)