Skip to content

Commit

Permalink
Update pom for backstop
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyemerson committed Oct 9, 2020
1 parent 679d90d commit 11e0981
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.lightbody.bmp</groupId>
<artifactId>browsermob-proxy</artifactId>
<version>2.1.6-SNAPSHOT</version>
<version>2.1.7-SNAPSHOT</version>
<modules>
<module>browsermob-core</module>
<module>browsermob-legacy</module>
Expand All @@ -27,33 +27,33 @@
</license>
</licenses>

<developers>
<developer>
<name>Patrick Lightbody</name>
<email>[email protected]</email>
<url>http://lightbody.net</url>
<timezone>PST</timezone>
<roles>
<role>Administrator</role>
</roles>
</developer>
</developers>
<!-- <developers>-->
<!-- <developer>-->
<!-- <name>Patrick Lightbody</name>-->
<!-- <email>[email protected]</email>-->
<!-- <url>http://lightbody.net</url>-->
<!-- <timezone>PST</timezone>-->
<!-- <roles>-->
<!-- <role>Administrator</role>-->
<!-- </roles>-->
<!-- </developer>-->
<!-- </developers>-->

<scm>
<connection>scm:git:[email protected]:lightbody/browsermob-proxy.git</connection>
<developerConnection>scm:git:[email protected]:lightbody/browsermob-proxy.git</developerConnection>
<url>[email protected]:lightbody/browsermob-proxy.git</url>
<connection>scm:git:[email protected]:backstop/browsermob-proxy.git</connection>
<developerConnection>scm:git:[email protected]:backstop/browsermob-proxy.git</developerConnection>
<url>[email protected]:backstop/browsermob-proxy.git</url>
<tag>HEAD</tag>
</scm>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://artifactory.backstop.solutions/test-framework</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>https://artifactory.backstop.solutions/test-framework</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit 11e0981

Please sign in to comment.