Prepare for 6.0 release

master
Eugene E. Kashpureff Jr 8 years ago
parent e2ea559114
commit dc2d4506b3
  1. 6
      README.md
  2. 28
      pom.xml
  3. 2
      subsonic-assembly/pom.xml
  4. 2
      subsonic-booter/pom.xml
  5. 2
      subsonic-installer-debian/pom.xml
  6. 2
      subsonic-installer-mac/pom.xml
  7. 2
      subsonic-installer-rpm/pom.xml
  8. 2
      subsonic-installer-windows/pom.xml
  9. 4
      subsonic-main/pom.xml
  10. 4
      subsonic-rest-api/pom.xml
  11. 4
      subsonic-sonos-api/pom.xml

@ -34,10 +34,14 @@ License
Libresonic is free software and licensed under the [GNU General Public License version 3](http://www.gnu.org/copyleft/gpl.html). The code in this repository(and associated binaries) are free of any "license key" or other restrictions. If you wish to thank the maintainer of this repository, please consider a donation to the [Electronic Frontier Foundation](https://supporters.eff.org/donate).
The original Subsonic was released under the GPLv3 through version 5.3. Beginning with 6.0, the software is only available under a commercial license. There is a [Subsonic Premium](http://www.subsonic.org/pages/premium.jsp) package which offers extra functionality. Subsonic also offers RPM, Deb, Exe, and other pre-built packages that Libresonic does not.
The [Subsonic source code](https://github.com/Libresonic/subsonic-svn) was released under the GPLv3 through version 6.0-beta1. Beginning with 6.0-beta2, source is no longer provided. Binaries of Subsonic are only available under a commercial license. There is a [Subsonic Premium](http://www.subsonic.org/pages/premium.jsp) service which adds functionality not available in Libresonic. Subsonic also offers RPM, Deb, Exe, and other pre-built packages that Libresonic [currently does not](https://github.com/Libresonic/libresonic/issues/65).
Usage
-----
Libresonic can be downloaded from [Github](https://github.com/Libresonic/libresonic/releases) for personal usage. Packagers can reference the [release repository](https://libresonic.org/release/), but pleasse contact the maintainer or wait until a [stable release policy](https://github.com/Libresonic/libresonic/issues/73) is available.
Libresonic is packaged in [WAR format](https://en.wikipedia.org/wiki/WAR_(file_format)), suitable for deployment as a [webapp under Tomcat](https://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html). Comprehensive install documentation [is pending](https://github.com/Libresonic/libresonic/issues/64).
Please see the [INSTALL document](https://github.com/Libresonic/libresonic/blob/develop/INSTALL.md) for instructions on building from source.

@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>5.3</version>
<name>Subsonic</name>
<artifactId>libresonic</artifactId>
<version>6.0</version>
<name>Libresonic</name>
<packaging>pom</packaging>
<organization>
<name>Subsonic</name>
<url>http://subsonic.org/</url>
<name>Libresonic</name>
<url>https://libresonic.org/</url>
</organization>
<inceptionYear>2004</inceptionYear>
<inceptionYear>2016</inceptionYear>
<properties>
<failOnDependencyWarning>true</failOnDependencyWarning>
@ -56,12 +56,12 @@
</pluginRepositories>
<scm>
<connection>scm:svn:svn+ssh://sindre_mehus@svn.code.sf.net/p/subsonic/code/trunk</connection>
<developerConnection>scm:svn:svn+ssh://sindre_mehus@svn.code.sf.net/p/subsonic/code/trunk</developerConnection>
<url>https://sourceforge.net/p/subsonic/code</url>
<connection>scm:git:git://github.com/Libresonic/libresonic.git</connection>
<developerConnection>scm:git:git@github.com:Libresonic/libresonic.git</developerConnection>
<url>https://github.com/Libresonic/libresonic.git</url>
</scm>
<ciManagement>
<!-- <ciManagement>
<system>continuum</system>
<notifiers>
<notifier>
@ -71,12 +71,12 @@
</configuration>
</notifier>
</notifiers>
</ciManagement>
</ciManagement> -->
<developers>
<developer>
<name>Sindre Mehus</name>
<email>sindre@activeobjects.no</email>
<name>Eugene E. Kashpureff Jr</name>
<email>eugene@kashpureff.org</email>
</developer>
</developers>
@ -176,4 +176,4 @@
</plugins>
</build>
</project>
</project>

@ -10,7 +10,7 @@
<parent>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>5.3</version>
<version>6.0</version>
</parent>
<dependencies>

@ -9,7 +9,7 @@
<parent>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>5.3</version>
<version>6.0</version>
</parent>
<dependencies>

@ -10,7 +10,7 @@
<parent>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>5.3</version>
<version>6.0</version>
</parent>
<profiles>

@ -10,7 +10,7 @@
<parent>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>5.3</version>
<version>6.0</version>
</parent>
<dependencies>

@ -10,7 +10,7 @@
<parent>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>5.3</version>
<version>6.0</version>
</parent>
<profiles>

@ -10,7 +10,7 @@
<parent>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>5.3</version>
<version>6.0</version>
</parent>
<properties>

@ -9,8 +9,8 @@
<parent>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>5.3</version>
<artifactId>libresonic</artifactId>
<version>6.0</version>
</parent>
<dependencies>

@ -8,8 +8,8 @@
<parent>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>5.3</version>
<artifactId>libresonic</artifactId>
<version>6.0</version>
</parent>
<build>

@ -7,8 +7,8 @@
<parent>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>5.3</version>
<artifactId>libresonic</artifactId>
<version>6.0</version>
</parent>
<build>

Loading…
Cancel
Save