Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
RC version. Remove snapshots extensions in version.
Browse files Browse the repository at this point in the history
- 17.1-HYVE-2-RC1
- 2.2
  • Loading branch information
Ruslan Forostianov committed Mar 9, 2018
1 parent 95d2e2f commit eed3497
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ apply plugin: 'idea'
apply plugin: 'maven-publish'

ext {
transmartVersion = '17.1-HYVE-2-SNAPSHOT'
transmartVersion = '17.1-HYVE-2-RC1'

assetPipelineVersion = '2.11.6'
gradleWrapperVersion = '2.13'
Expand Down Expand Up @@ -114,7 +114,7 @@ subprojects { project ->
repositories {
maven {
name "nl.thehyve.nexus"
url "https://repo.thehyve.nl/content/repositories/snapshots/"
url "https://repo.thehyve.nl/content/repositories/releases/"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion open-api/swagger.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"version": "2.2-dev",
"version": 2.2,
"title": "Transmart",
"license": {
"name": "Apache 2.0",
Expand Down
2 changes: 1 addition & 1 deletion open-api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
swagger: '2.0'

info:
version: 2.2-dev
version: 2.2
title: Transmart
license:
name: Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion open-api/swagger_spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var spec = {
"swagger": "2.0",
"info": {
"version": "2.2-dev",
"version": 2.2,
"title": "Transmart",
"license": {
"name": "Apache 2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class VersionController {
version: '1.1'
],[
id: 'v2',
version: '2.2-dev',
version: '2.2',
features: [
'versioning',
'and-or-constraints',
Expand Down

0 comments on commit eed3497

Please sign in to comment.