Skip to content

Commit

Permalink
NET-1059 Move organization and scm to private/pom.xml and pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-meseldzija-sonarsource authored and sonartech committed Feb 14, 2025
1 parent 96b07b3 commit 0172dbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions sonar-csharp-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
<url>http://redirect.sonarsource.com/plugins/csharp.html</url>
<inceptionYear>2014</inceptionYear>

<organization>
<name>SonarSource</name>
<url>http://www.sonarsource.com</url>
</organization>

<licenses>
<license>
<name>SSALv1</name>
Expand All @@ -30,13 +25,6 @@
</license>
</licenses>

<scm>
<connection>scm:git:git@github.com:SonarSource/sonar-dotnet.git</connection>
<developerConnection>scm:git:git@github.com:SonarSource/sonar-dotnet.git</developerConnection>
<url>https://github.com/SonarSource/sonar-dotnet</url>
<tag>HEAD</tag>
</scm>

<properties>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<sonarAnalyzer.workDirectory>${project.build.directory}/analyzer</sonarAnalyzer.workDirectory>
Expand Down
12 changes: 0 additions & 12 deletions sonar-vbnet-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
<url>http://redirect.sonarsource.com/plugins/vbnet.html</url>
<inceptionYear>2012</inceptionYear>

<organization>
<name>SonarSource</name>
<url>http://www.sonarsource.com</url>
</organization>

<licenses>
<license>
<name>SSALv1</name>
Expand All @@ -30,13 +25,6 @@
</license>
</licenses>

<scm>
<connection>scm:git:git@github.com:SonarSource/sonar-dotnet.git</connection>
<developerConnection>scm:git:git@github.com:SonarSource/sonar-dotnet.git</developerConnection>
<url>https://github.com/SonarSource/sonar-dotnet</url>
<tag>HEAD</tag>
</scm>

<properties>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<sonarAnalyzer.workDirectory>${project.build.directory}/analyzer</sonarAnalyzer.workDirectory>
Expand Down

0 comments on commit 0172dbc

Please sign in to comment.