chore: dedup scm metadata (#107)

This commit is contained in:
Yury Semikhatsky 2020-12-10 09:54:09 -08:00 committed by GitHub
parent 4a18f5b1b7
commit 98ecff6ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 42 deletions

View File

@ -19,17 +19,6 @@
This is an internal module used to generate Java API from the upstream Playwright This is an internal module used to generate Java API from the upstream Playwright
definitions. It's an internal development module not intended for external use. definitions. It's an internal development module not intended for external use.
</description> </description>
<url>https://github.com/microsoft/playwright-java</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/microsoft/playwright-java.git</url>
</scm>
<build> <build>
<plugins> <plugins>

View File

@ -18,17 +18,6 @@
This module includes playwright-cli binary and related utilities. It is intended to be This module includes playwright-cli binary and related utilities. It is intended to be
used on the systems where Playwright driver is not preinstalled. used on the systems where Playwright driver is not preinstalled.
</description> </description>
<url>https://github.com/microsoft/playwright-java</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/microsoft/playwright-java.git</url>
</scm>
<build> <build>
<plugins> <plugins>

View File

@ -18,17 +18,6 @@
This is the main package that provides Playwright Java client. This is the main package that provides Playwright Java client.
</description> </description>
<url>https://github.com/microsoft/playwright-java</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/microsoft/playwright-java.git</url>
</scm>
<build> <build>
<plugins> <plugins>

12
pom.xml
View File

@ -24,7 +24,9 @@
</license> </license>
</licenses> </licenses>
<scm> <scm>
<url>https://github.com/microsoft/playwright-java.git</url> <connection>scm:git:https://github.com/microsoft/playwright-java.git</connection>
<developerConnection>scm:git:https://github.com/microsoft/playwright-java.git</developerConnection>
<url>https://github.com/microsoft/playwright-java</url>
</scm> </scm>
<modules> <modules>
@ -104,12 +106,4 @@
</plugins> </plugins>
</pluginManagement> </pluginManagement>
</build> </build>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/microsoft/playwright-java</url>
</repository>
</distributionManagement>
</project> </project>