From f044fc8ac058c395836c259b05ca0c28bb261619 Mon Sep 17 00:00:00 2001 From: abradle Date: Sat, 13 Aug 2016 16:34:09 -0700 Subject: [PATCH 1/4] Updated URL and Readmes --- README.md | 6 +++--- .../src/main/java/org/rcsb/mmtf/utils/CodecUtils.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c1c3330..6819bfa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Build Status](https://travis-ci.org/rcsb/mmtf-java.svg?branch=master)](https://travis-ci.org/rcsb/mmtf-java) [![Coverage Status](https://coveralls.io/repos/github/rcsb/mmtf-java/badge.svg?branch=master)](https://coveralls.io/github/rcsb/mmtf-java?branch=master) [![Dependency Status](https://www.versioneye.com/user/projects/56feb8e5fcd19a0039f1553c/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56feb8e5fcd19a0039f1553c) -[![Version](http://img.shields.io/badge/version-0.2.2-blue.svg?style=flat)](https://github.com/rcsb/mmtf-java/) [![License](http://img.shields.io/badge/license-Apache 2.0-blue.svg?style=flat)](https://github.com/rcsb/mmtf-java/blob/master/LICENSE.txt) +[![Version](http://img.shields.io/badge/version-1.0.0-blue.svg?style=flat)](https://github.com/rcsb/mmtf-java/) [![License](http://img.shields.io/badge/license-Apache 2.0-blue.svg?style=flat)](https://github.com/rcsb/mmtf-java/blob/master/LICENSE.txt) [![Changelog](https://img.shields.io/badge/changelog--lightgrey.svg?style=flat)](https://github.com/rcsb/mmtf-java/blob/master/CHANGELOG.md) @@ -16,12 +16,12 @@ The alpha release is available on Maven central. org.rcsb mmtf-codec - 0.2.2 + 1.0.0 org.rcsb mmtf-api - 0.2.2 + 1.0.0 ``` diff --git a/mmtf-serialization/src/main/java/org/rcsb/mmtf/utils/CodecUtils.java b/mmtf-serialization/src/main/java/org/rcsb/mmtf/utils/CodecUtils.java index d771a45..eab4b99 100644 --- a/mmtf-serialization/src/main/java/org/rcsb/mmtf/utils/CodecUtils.java +++ b/mmtf-serialization/src/main/java/org/rcsb/mmtf/utils/CodecUtils.java @@ -12,7 +12,7 @@ public class CodecUtils { /** The base url for this version of MMTF. */ - public static final String BASE_URL = "http://mmtf.rcsb.org/v0.2/full/"; + public static final String BASE_URL = "http://mmtf.rcsb.org/v1.0/full/"; /** The maximum number of chars in a chain entry. */ From c98eb644f6bc3ac87eaf8b35e1be99b52274743b Mon Sep 17 00:00:00 2001 From: Anthony Bradley Date: Mon, 15 Aug 2016 12:08:06 -0700 Subject: [PATCH 2/4] Updated changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33192d0..7b2d2e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,9 @@ All notable changes to this project will be documented in this file, following t - getBioassemblyName added to the API - return the BioassemblyName as a string. - Tests for EncoderUtils -## v0.2.3 - WIP +## v1.0.0 - 2016-08-15 +### Changed + - Updated to the URL to the v1.0 version + ### Added - API function to get a byte array from the URL From 0a7b320bcda3d1bc078ec9ed68b064781853edf2 Mon Sep 17 00:00:00 2001 From: Anthony Bradley Date: Mon, 15 Aug 2016 13:33:44 -0700 Subject: [PATCH 3/4] [maven-release-plugin] prepare release mmtf-1.0.0 --- mmtf-api/pom.xml | 2 +- mmtf-codec/pom.xml | 6 +++--- mmtf-serialization/pom.xml | 2 +- pom.xml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mmtf-api/pom.xml b/mmtf-api/pom.xml index 8b97fc5..58ab43e 100644 --- a/mmtf-api/pom.xml +++ b/mmtf-api/pom.xml @@ -3,7 +3,7 @@ org.rcsb mmtf - 0.2.3-SNAPSHOT + 1.0.0 mmtf-api jar diff --git a/mmtf-codec/pom.xml b/mmtf-codec/pom.xml index 70dcf7e..475a2b7 100644 --- a/mmtf-codec/pom.xml +++ b/mmtf-codec/pom.xml @@ -3,7 +3,7 @@ org.rcsb mmtf - 0.2.3-SNAPSHOT + 1.0.0 mmtf-codec jar @@ -19,12 +19,12 @@ org.rcsb mmtf-api - 0.2.3-SNAPSHOT + 1.0.0 org.rcsb mmtf-serialization - 0.2.3-SNAPSHOT + 1.0.0 commons-lang diff --git a/mmtf-serialization/pom.xml b/mmtf-serialization/pom.xml index 9d80f7a..5179ff1 100644 --- a/mmtf-serialization/pom.xml +++ b/mmtf-serialization/pom.xml @@ -3,7 +3,7 @@ org.rcsb mmtf - 0.2.3-SNAPSHOT + 1.0.0 mmtf-serialization jar diff --git a/pom.xml b/pom.xml index 639732d..7a48512 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.rcsb mmtf pom - 0.2.3-SNAPSHOT + 1.0.0 mmtf MMTF is a compressed, fast and useful format for serving macromolecular data. @@ -43,7 +43,7 @@ scm:git:git@github.com:rcsb/mmtf-java.git https://github.com/rcsb/mmtf-java - HEAD + mmtf-1.0.0 From ce24e9ed796b479197679a6da1531f10cc26dd87 Mon Sep 17 00:00:00 2001 From: Anthony Bradley Date: Mon, 15 Aug 2016 13:33:48 -0700 Subject: [PATCH 4/4] [maven-release-plugin] prepare for next development iteration --- mmtf-api/pom.xml | 2 +- mmtf-codec/pom.xml | 6 +++--- mmtf-serialization/pom.xml | 2 +- pom.xml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mmtf-api/pom.xml b/mmtf-api/pom.xml index 58ab43e..325523f 100644 --- a/mmtf-api/pom.xml +++ b/mmtf-api/pom.xml @@ -3,7 +3,7 @@ org.rcsb mmtf - 1.0.0 + 1.0.1-SNAPSHOT mmtf-api jar diff --git a/mmtf-codec/pom.xml b/mmtf-codec/pom.xml index 475a2b7..5c9d56a 100644 --- a/mmtf-codec/pom.xml +++ b/mmtf-codec/pom.xml @@ -3,7 +3,7 @@ org.rcsb mmtf - 1.0.0 + 1.0.1-SNAPSHOT mmtf-codec jar @@ -19,12 +19,12 @@ org.rcsb mmtf-api - 1.0.0 + 1.0.1-SNAPSHOT org.rcsb mmtf-serialization - 1.0.0 + 1.0.1-SNAPSHOT commons-lang diff --git a/mmtf-serialization/pom.xml b/mmtf-serialization/pom.xml index 5179ff1..fc166be 100644 --- a/mmtf-serialization/pom.xml +++ b/mmtf-serialization/pom.xml @@ -3,7 +3,7 @@ org.rcsb mmtf - 1.0.0 + 1.0.1-SNAPSHOT mmtf-serialization jar diff --git a/pom.xml b/pom.xml index 7a48512..f09a5a9 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.rcsb mmtf pom - 1.0.0 + 1.0.1-SNAPSHOT mmtf MMTF is a compressed, fast and useful format for serving macromolecular data. @@ -43,7 +43,7 @@ scm:git:git@github.com:rcsb/mmtf-java.git https://github.com/rcsb/mmtf-java - mmtf-1.0.0 + HEAD