Skip to content

Commit

Permalink
Updated to beta3 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
popeen committed Jan 28, 2016
1 parent b214cdd commit a35010b
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>1.0.beta2</version>
<version>1.0.beta3</version>
<name>Subsonic</name>
<packaging>pom</packaging>
<organization>
Expand Down
2 changes: 1 addition & 1 deletion subsonic-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>1.0.beta2</version>
<version>1.0.beta3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion subsonic-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>1.0.beta2</version>
<version>1.0.beta3</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class MultiController extends MultiActionController {
private static final Logger LOG = Logger.getLogger(MultiController.class);

private static final String SUBSONIC_VERSION = "5.3";
private static final String SUBSONIC_BETA_VERSION = "1.0.beta2";
private static final String SUBSONIC_BETA_VERSION = "1.0.beta3";

private static final Date LICENSE_DATE_THRESHOLD;

Expand Down
2 changes: 1 addition & 1 deletion subsonic-booter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>1.0.beta2</version>
<version>1.0.beta3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion subsonic-installer-debian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>1.0.beta2</version>
<version>1.0.beta3</version>
</parent>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion subsonic-installer-mac/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>1.0.beta2</version>
<version>1.0.beta3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion subsonic-installer-rpm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>1.0.beta2</version>
<version>1.0.beta3</version>
</parent>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion subsonic-installer-windows/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>1.0.beta2</version>
<version>1.0.beta3</version>
</parent>

<properties>
Expand Down
10 changes: 5 additions & 5 deletions subsonic-main/TODO.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -919,15 +919,15 @@ Check that correct local version is displayed.
Upload files to SourceForge (in separate shell, REMEMBER TO CHANGE VERSION BELOW).

On Mac OS:
scp subsonic-installer-mac/target/subsonic-*.pkg subsonic-assembly/target/subsonic* sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/1.0.beta2/
scp subsonic-installer-mac/target/subsonic-*.pkg subsonic-assembly/target/subsonic* sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/1.0.beta3/
scp subsonic-installer-mac/target/subsonic-*.pkg subsonic-assembly/target/subsonic* [email protected]:/usr/local/jakarta/tomcat/download/

On Windows
# Verify that we're on trunk
svn info
svn update
mvn clean install -Pfull
scp subsonic-installer-windows/target/subsonic*-setup.exe sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/1.0.beta2/
scp subsonic-installer-windows/target/subsonic*-setup.exe sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/1.0.beta3/
scp subsonic-installer-windows/target/subsonic*-setup.exe [email protected]:/usr/local/jakarta/tomcat/download/

On demo.subsonic.org (Ubuntu)
Expand All @@ -938,7 +938,7 @@ On demo.subsonic.org (Ubuntu)
mvn clean -Pfull,debian
svn st
mvn install -Pfull,debian
scp subsonic-installer-debian/target/subsonic*.deb sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/1.0.beta2/
scp subsonic-installer-debian/target/subsonic*.deb sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/1.0.beta3/
scp subsonic-installer-debian/target/subsonic*.deb [email protected]:/usr/local/jakarta/tomcat/download/

On subsonic.org (Fedora)
Expand All @@ -949,7 +949,7 @@ On subsonic.org (Fedora)
mvn clean -Pfull,rpm
svn st
mvn install -Pfull,rpm
scp subsonic-installer-rpm/target/subsonic*.rpm sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/1.0.beta2/
scp subsonic-installer-rpm/target/subsonic*.rpm sindre_mehus,[email protected]:/home/frs/project/s/su/subsonic/subsonic/1.0.beta3/
# scp subsonic-installer-rpm/target/subsonic*.rpm [email protected]:/usr/local/jakarta/tomcat/download/
cp subsonic-installer-rpm/target/subsonic*.rpm /var/lib/tomcat/download/

Expand All @@ -959,7 +959,7 @@ Modify FRS properties
Upload site (OLD):
rsync -avP -e ssh --exclude ".*" subsonic-web/ sindre_mehus,[email protected]:htdocs/

svn copy svn+ssh://[email protected]/p/subsonic/code/trunk svn+ssh://[email protected]/p/subsonic/code/tags/release-1.0.beta2 -m "Tagging 1.0.beta2"
svn copy svn+ssh://[email protected]/p/subsonic/code/trunk svn+ssh://[email protected]/p/subsonic/code/tags/release-1.0.beta3 -m "Tagging 1.0.beta3"
Post message on forum.

Checking for license abuse:
Expand Down
2 changes: 1 addition & 1 deletion subsonic-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>1.0.beta2</version>
<version>1.0.beta3</version>
</parent>
<repositories>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Japanese localization.
# Author: Takahiro Suzuki (takahiro.suzuki.ja GMAIL)
# Author: Kenji Maekawa ([email protected])
# Author: ChameleonCyber\u0081iFor Version1.0.beta2\u0081@2015/08/23)
# Author: ChameleonCyber\u0081iFor Version1.0.beta3\u0081@2015/08/23)

common.home = \u30DB\u30FC\u30E0
common.back = \u623B\u308B
Expand Down
2 changes: 1 addition & 1 deletion subsonic-rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>1.0.beta2</version>
<version>1.0.beta3</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion subsonic-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>1.0.beta2</version>
<version>1.0.beta3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion subsonic-site/src/main/webapp/download.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<%@ include file="head.jsp" %>

<%-- Uncomment if beta is available.--%>
<c:set var="beta" value="1.0.beta2"/>
<c:set var="beta" value="1.0.beta3"/>
<c:set var="stable" value="5.2.1"/>

<body>
Expand Down
2 changes: 1 addition & 1 deletion subsonic-sonos-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>net.sourceforge.subsonic</groupId>
<artifactId>subsonic</artifactId>
<version>1.0.beta2</version>
<version>1.0.beta3</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion subsonic-web/version.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<p>SUBSONIC_FULL_VERSION_BEGIN5.3SUBSONIC_FULL_VERSION_END</p>

<p>SUBSONIC_BETA_VERSION_BEGIN1.0.beta2SUBSONIC_BETA_VERSION_END</p>
<p>SUBSONIC_BETA_VERSION_BEGIN1.0.beta3SUBSONIC_BETA_VERSION_END</p>

<p>SUBSONIC_ANDROID_VERSION_BEGIN1.7.1SUBSONIC_ANDROID_VERSION_END</p>
</body>
Expand Down

0 comments on commit a35010b

Please sign in to comment.