Skip to content

Commit

Permalink
release 2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyrio committed Aug 24, 2018
1 parent e8ce110 commit 021b598
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
updates feed: https://xyrio.github.io/RSSOwlnix-site/updates.rss


2.5.5-beta
- fixed type check for preferences

2.5.4-beta
Expand Down
2 changes: 1 addition & 1 deletion org.rssowl.core.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests Plug-in
Bundle-SymbolicName: org.rssowl.core.tests;singleton:=true
Bundle-Version: 2.5.1.qualifier
Bundle-Version: 2.5.5.qualifier
Bundle-Vendor: https://github.com/Xyrio/RSSOwlnix
Require-Bundle: org.rssowl.lib.jdom,
org.rssowl.lib.db4o,
Expand Down
2 changes: 1 addition & 1 deletion org.rssowl.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.rssowl.core;singleton:=true
Bundle-Version: 2.5.1.qualifier
Bundle-Version: 2.5.5.qualifier
Bundle-Activator: org.rssowl.core.internal.Activator
Eclipse-RegisterBuddy: org.rssowl.lib.db4o, org.rssowl.lib.httpclient
Require-Bundle: org.rssowl.lib.db4o;bundle-version="2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion org.rssowl.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.rssowl"
label="RSSOwlnix"
version="2.5.4.qualifier"
version="2.5.5.qualifier"
provider-name="https://github.com/Xyrio/RSSOwlnix"
plugin="org.rssowl.ui">

Expand Down
2 changes: 1 addition & 1 deletion org.rssowl.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.rssowl.ui; singleton:=true
Bundle-Version: 2.5.2.qualifier
Bundle-Version: 2.5.5.qualifier
Bundle-Activator: org.rssowl.ui.internal.Activator
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.ui;bundle-version="3.109.0",
Expand Down
2 changes: 1 addition & 1 deletion org.rssowl.ui/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ osgi.instance.area.default=@user.home/.rssowlnix-beta
osgi.configuration.area=@user.home/.rssowlnix-beta/config

# Version Information
rssowl.buildId=2.5.1
rssowl.buildId=2.5.5

# End of file marker - must be here
eof=eof
2 changes: 1 addition & 1 deletion org.rssowl.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@
value="icons/product/16x16.png,icons/product/32x32.png,icons/product/48x48.png,icons/product/64x64.png,icons/product/128x128.png,icons/product/256x256.png"/>
<property
name="aboutText"
value="RSSOwlnix fork of RSSOwl&#x0A;&#x0A;Version: 2.5.4-beta&#x0A;Build Id: 2018-08-15&#x0A;&#x0A;RSSOwlnix and RSSOwl is licensed under the terms of the Eclipse Public License version 1.0.&#x0A;http://www.rssowl.org/legal/epl-v10.html&#x0A;&#x0A;(c) Copyright RSSOwl contributors and others 2005-2011. All rights reserved."/>
value="RSSOwlnix fork of RSSOwl&#x0A;&#x0A;Version: 2.5.5-beta&#x0A;Build Id: 2018-08-24&#x0A;&#x0A;RSSOwlnix and RSSOwl is licensed under the terms of the Eclipse Public License version 1.0.&#x0A;http://www.rssowl.org/legal/epl-v10.html&#x0A;&#x0A;(c) Copyright RSSOwl contributors and others 2005-2011. All rights reserved."/>
<property
name="appName"
value="RSSOwlnix Product">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private void initComponents(Shell shell) {
versionLabel.setLayoutData(new GridData(SWT.END, SWT.BEGINNING, true, false));
versionLabel.setFont(fVersionFont);
versionLabel.setForeground(fVersionColor);
versionLabel.setText(NLS.bind(Messages.SplashHandler_BUILD, "2.5.4-beta")); //$NON-NLS-1$
versionLabel.setText(NLS.bind(Messages.SplashHandler_BUILD, "2.5.5-beta")); //$NON-NLS-1$

/* Layout All */
shell.layout(true, true);
Expand Down
2 changes: 1 addition & 1 deletion releng/product/rssowlnix.product
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<text>
RSSOwlnix fork of RSSOwl

Version: 2.5.4-beta
Version: 2.5.5-beta
Build Id: 2018-08-15

RSSOwlnix and RSSOwl is licensed under the terms of the Eclipse Public License version 1.0.
Expand Down
2 changes: 1 addition & 1 deletion releng/product_manual_export/rssowlnix.product
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<text>
RSSOwlnix fork of RSSOwl

Version: 2.5.4-beta
Version: 2.5.5-beta
Build Id: 2018-08-15

RSSOwlnix and RSSOwl is licensed under the terms of the Eclipse Public License version 1.0.
Expand Down
6 changes: 3 additions & 3 deletions releng/update/category.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.rssowl_2.5.4.qualifier.jar" id="org.rssowl" version="2.5.4.qualifier">
<category name="rssowlnix.program"/>
</feature>
<feature url="features/org.rssowl.dependencies_2.5.3.qualifier.jar" id="org.rssowl.dependencies" version="2.5.3.qualifier">
<category name="rssowlnix.program"/>
</feature>
<feature url="features/org.rssowl.dependencies.updater_2.5.0.qualifier.jar" id="org.rssowl.dependencies.updater" version="2.5.0.qualifier">
<category name="rssowlnix.program"/>
</feature>
<feature url="features/org.rssowl_2.5.5.qualifier.jar" id="org.rssowl" version="2.5.5.qualifier">
<category name="rssowlnix.program"/>
</feature>
<category-def name="rssowlnix.program" label="RSSOwlnix Update"/>
<repository-reference location="http://127.0.0.1:48082/p2/program" enabled="true" />
</site>

0 comments on commit 021b598

Please sign in to comment.