Compare commits

..

No commits in common. 'master' and 'develop' have entirely different histories.

  1. 2
      LICENSE
  2. 5
      PRIVACY
  3. 8
      pom.xml

2
LICENSE

@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright © 2019 EF Learning Labs <labs.oss@EF.com>
Copyright © 2013 Englishtown <opensource@englishtown.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal

5
PRIVACY

@ -1,5 +0,0 @@
Data Security and Privacy Statement
The Repository Mirror Plugin for Bitbucket app never stores any data outside of your Bitbucket instance, and data is only transmitted between the configured repository instances and your users' computers.
The staff of EF Learning Labs have no way to see any of your Bitbucket data, and have no way to communicate with any app installs. The app never "phones home".

8
pom.xml

@ -4,11 +4,11 @@
<groupId>com.englishtown</groupId>
<artifactId>stash-hook-mirror</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<organization>
<name>EF Learning Labs</name>
<url>https://www.ef.com</url>
<name>Englishtown</name>
<url>http://www.englishtown.com/</url>
</organization>
<name>Repository Mirror Plugin for Bitbucket Server</name>
@ -18,7 +18,7 @@
<licenses>
<license>
<name>The MIT License</name>
<url>https://ef-labs.mit-license.org</url>
<url>http://englishtown.mit-license.org/license.txt</url>
</license>
</licenses>
<packaging>atlassian-plugin</packaging>

Loading…
Cancel
Save