Skip to content

Commit

Permalink
Release v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Apr 17, 2016
1 parent 5a1ed8e commit ec2cc84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
to [sourceforge bugs](https://sourceforge.net/p/jabref/bugs/) by using `bug NUM`, and
to [sourceforge feature requests](https://sourceforge.net/p/jabref/features/) by using `feature request NUM`.

## [Unreleased]
## [3.3] - 2016-04-17

### Changed
- Migrated JabRef help to markdown at https://github.com/JabRef/help.jabref.org
Expand Down Expand Up @@ -302,7 +302,8 @@ Since much functionality has changed during development, a release of this versi

The changelog of 2.11 and versions before is maintained as [text file](https://github.com/JabRef/jabref/blob/dev_2.11/CHANGELOG) in the [dev_2.11 branch](https://github.com/JabRef/jabref/tree/dev_2.11).

[Unreleased]: https://github.com/JabRef/jabref/compare/v3.2...HEAD
[Unreleased]: https://github.com/JabRef/jabref/compare/v3.3...HEAD
[3.2]: https://github.com/JabRef/jabref/compare/v3.3...v3.3
[3.2]: https://github.com/JabRef/jabref/compare/v3.1...v3.2
[3.1]: https://github.com/JabRef/jabref/compare/v3.0...v3.1
[3.0]: https://github.com/JabRef/jabref/compare/v2.11.1...v3.0
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JabRef Development Version
# JabRef Version 3.3

[![Build Status](https://travis-ci.org/JabRef/jabref.svg?branch=master)](https://travis-ci.org/JabRef/jabref)
[![Dependency Status](https://www.versioneye.com/user/projects/557f2723386664002000009c/badge.svg?style=flat)](https://www.versioneye.com/user/projects/557f2723386664002000009c)
Expand All @@ -8,11 +8,6 @@
[![Issue Stats](http://www.issuestats.com/github/jabref/jabref/badge/issue)](http://www.issuestats.com/github/jabref/jabref)
[![Codacy Badge](https://api.codacy.com/project/badge/grade/327430c894e04086a5bfef618fa44f36)](https://www.codacy.com/app/simonharrer/jabref)

This version is a development version. Features may not work as expected.

The branch of this README file is `master`.
The intention of this branch is to incorporate fixes and improvements as soon as possible and to move [JabRef] forward to modern technologies such as [Java8] and JavaFX.

Development builds are available at [builds.jabref.org](http://builds.jabref.org/master/), the [latest release is available via GitHub](https://github.com/JabRef/jabref/releases/latest).

Explanation of donation possibilities and usage of donations is available at our [donations page](https://github.com/JabRef/jabref/wiki/Donations).
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ apply plugin: 'checkstyle'
apply from: 'eclipse.gradle'

group = "net.sf.jabref"
version = "3.3dev"
project.ext.threeDotVersion = "3.2.0.1"
version = "3.3"
project.ext.threeDotVersion = "3.3.0.0"
project.ext.install4jDir = hasProperty("install4jDir") ? getProperty("install4jDir") : (OperatingSystem.current().isWindows() ? 'C:/Program Files/install4j6' : 'install4j6')
sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit ec2cc84

Please sign in to comment.