From ec2cc84d05eddf3a20be52afd9ed193eec784e53 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sun, 17 Apr 2016 19:42:40 +0200 Subject: [PATCH] Release v3.3 --- CHANGELOG.md | 5 +++-- README.md | 7 +------ build.gradle | 4 ++-- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88d0053c2359..4403cc599876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index c216e7842436..59c68c9e6b22 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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). diff --git a/build.gradle b/build.gradle index 819194c1587c..515ee5bd4637 100644 --- a/build.gradle +++ b/build.gradle @@ -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