Skip to content

Commit

Permalink
Increment to version 2.0.0-beta for release (#245)
Browse files Browse the repository at this point in the history
- increment to version 2.0.0-beta for release
- set media type version to 1.0 to match published ontology version
  • Loading branch information
karenhanson authored Feb 24, 2018
1 parent d24c648 commit 97d7cdc
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>info.rmapproject</groupId>
<artifactId>rmap-parent</artifactId>
<version>1.0.1-beta-SNAPSHOT</version>
<version>2.0.0-beta</version>
</parent>

<artifactId>rmap-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
public class HttpTypeMediator {

/** The media type version. */
private static String MEDIATYPE_VERSION = "1.0.0-beta";
private static String MEDIATYPE_VERSION = "1.0";

/**
* Maps the accept-type to the matching response type.
Expand Down
2 changes: 1 addition & 1 deletion auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>info.rmapproject</groupId>
<artifactId>rmap-parent</artifactId>
<version>1.0.1-beta-SNAPSHOT</version>
<version>2.0.0-beta</version>
</parent>

<artifactId>rmap-auth</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>info.rmapproject</groupId>
<artifactId>rmap-parent</artifactId>
<version>1.0.1-beta-SNAPSHOT</version>
<version>2.0.0-beta</version>
</parent>

<artifactId>rmap-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion idservice-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>info.rmapproject</groupId>
<artifactId>rmap-parent</artifactId>
<version>1.0.1-beta-SNAPSHOT</version>
<version>2.0.0-beta</version>
</parent>

<artifactId>rmap-idservice-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion idservice-ark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>info.rmapproject</groupId>
<artifactId>rmap-parent</artifactId>
<version>1.0.1-beta-SNAPSHOT</version>
<version>2.0.0-beta</version>
</parent>

<artifactId>rmap-idservice-ark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion idservice-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>info.rmapproject</groupId>
<artifactId>rmap-parent</artifactId>
<version>1.0.1-beta-SNAPSHOT</version>
<version>2.0.0-beta</version>
</parent>

<artifactId>rmap-idservice-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion idservice-rand/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>info.rmapproject</groupId>
<artifactId>rmap-parent</artifactId>
<version>1.0.1-beta-SNAPSHOT</version>
<version>2.0.0-beta</version>
</parent>

<artifactId>rmap-idservice-rand</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion indexing-solr-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>info.rmapproject</groupId>
<artifactId>rmap-parent</artifactId>
<version>1.0.1-beta-SNAPSHOT</version>
<version>2.0.0-beta</version>
</parent>

<artifactId>rmap-indexing-solr-resources</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion indexing-solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>info.rmapproject</groupId>
<artifactId>rmap-parent</artifactId>
<version>1.0.1-beta-SNAPSHOT</version>
<version>2.0.0-beta</version>
</parent>

<artifactId>rmap-indexing-solr</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>info.rmapproject</groupId>
<artifactId>rmap-parent</artifactId>
<version>1.0.1-beta-SNAPSHOT</version>
<version>2.0.0-beta</version>
</parent>

<artifactId>rmap-integration-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>info.rmapproject</groupId>
<artifactId>rmap-parent</artifactId>
<version>1.0.1-beta-SNAPSHOT</version>
<version>2.0.0-beta</version>
</parent>

<artifactId>rmap-integration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kafka-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>info.rmapproject</groupId>
<artifactId>rmap-parent</artifactId>
<version>1.0.1-beta-SNAPSHOT</version>
<version>2.0.0-beta</version>
</parent>

<artifactId>rmap-kafka-shared</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>info.rmapproject</groupId>
<artifactId>rmap-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.1-beta-SNAPSHOT</version>
<version>2.0.0-beta</version>

<name>RMap Project</name>
<url>http://rmap-project.info</url>
Expand Down
2 changes: 1 addition & 1 deletion spring-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>info.rmapproject</groupId>
<artifactId>rmap-parent</artifactId>
<version>1.0.1-beta-SNAPSHOT</version>
<version>2.0.0-beta</version>
</parent>

<artifactId>rmap-spring-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testdata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>info.rmapproject</groupId>
<artifactId>rmap-parent</artifactId>
<version>1.0.1-beta-SNAPSHOT</version>
<version>2.0.0-beta</version>
</parent>

<artifactId>rmap-testdata</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>info.rmapproject</groupId>
<artifactId>rmap-parent</artifactId>
<version>1.0.1-beta-SNAPSHOT</version>
<version>2.0.0-beta</version>
</parent>

<artifactId>rmap-webapp</artifactId>
Expand Down

0 comments on commit 97d7cdc

Please sign in to comment.