Skip to content

Commit

Permalink
release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
janrieke committed Feb 10, 2018
1 parent 9ed9201 commit 3ea75c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ContractManager/BuildRelease.txt
Expand Up @@ -20,6 +20,7 @@ Assume that currently version 0.5.2-SNAPSHOT is in development. Then perform a r

7. Verify that the release works (check both for updates and fresh installations)!
- Use .jameica-installation-test und then a real installation for this.
- Create a backup in .jameica-installation-test after the installation so that we can go back to the state of this release later.

8. git commit, git push.

Expand All @@ -29,7 +30,7 @@ Assume that currently version 0.5.2-SNAPSHOT is in development. Then perform a r

Now, the release is live.

11. Verify that an update via the updatesite works (use ".jameica-installation-test").
11. Verify that an update via the updatesite works (again use ".jameica-installation-test").

12. Close the ".jameica-installation-test" Jameica instance. Use the last backup of ".jameica-installation-test" and copy it to "ContractManager Releases".

Expand Down
4 changes: 2 additions & 2 deletions ContractManager/plugin.xml
Expand Up @@ -3,10 +3,10 @@
<plugin xmlns="http://www.willuhn.de/schema/jameica-plugin"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.willuhn.de/schema/jameica-plugin http://www.willuhn.de/schema/jameica-plugin-1.3.xsd"
name="contractmanager" version="0.5.3-SNAPSHOT" class="de.janrieke.contractmanager.ContractManagerPlugin">
name="contractmanager" version="0.5.3" class="de.janrieke.contractmanager.ContractManagerPlugin">

<description>ContractManager for Jameica</description>
<url>http://janrieke.de/products/jameica/updates/contractmanager/snapshot/0.5.3-SNAPSHOT/contractmanager.zip</url>
<url>http://janrieke.de/products/jameica/updates/contractmanager/release/0.5.3/contractmanager.zip</url>
<homepage>http://janrieke.de/products/contractmanager</homepage>
<license>GPL 3.0 - http://www.gnu.org/licenses/gpl-3.0.txt</license>
<icon>contractmanager-icon-64x64.png</icon>
Expand Down
2 changes: 1 addition & 1 deletion ContractManager/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.janrieke</groupId>
<artifactId>contractmanager</artifactId>
<version>0.5.3-SNAPSHOT</version>
<version>0.5.3</version>
<name>ContractManager</name>
<description>ContractManager for Jameica</description>
<properties>
Expand Down

0 comments on commit 3ea75c1

Please sign in to comment.