Compare commits

...

4 Commits

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

2
LICENSE

@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright © 2013 Englishtown <opensource@englishtown.com>
Copyright © 2019 EF Learning Labs <labs.oss@EF.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

@ -0,0 +1,5 @@
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>2.4.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<organization>
<name>Englishtown</name>
<url>http://www.englishtown.com/</url>
<name>EF Learning Labs</name>
<url>https://www.ef.com</url>
</organization>
<name>Repository Mirror Plugin for Bitbucket Server</name>
@ -18,7 +18,7 @@
<licenses>
<license>
<name>The MIT License</name>
<url>http://englishtown.mit-license.org/license.txt</url>
<url>https://ef-labs.mit-license.org</url>
</license>
</licenses>
<packaging>atlassian-plugin</packaging>

Loading…
Cancel
Save