Skip to content

Commit

Permalink
Changed all versions to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu committed Dec 18, 2020
1 parent 15f7d77 commit 39675bf
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 220 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -283,3 +283,4 @@ buildNumber.properties
*.iml
.vscode
ml-service-implementations/sklearn-service/.project
.hypothesis
20 changes: 9 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
# Open Prediction Service

## 0.1.0
## 2.0.0

* RTC-130468 Refactor OPS project structure and naming
* RTC-130348 Add cache for OPS model storage
- Releasing OPS v2

-- Ke Li <[email protected]> Tue, 23 June 2020 17:20:44 +0200
## 0.1.0

## 0.0.2
- RTC-130468 Refactor OPS project structure and naming
- RTC-130348 Add cache for OPS model storage

* RTC-130175 Reduce the docker image size of the ads-ml-service
## 0.0.2

-- Ke Li <[email protected]> Tue, 26 May 2020 16:26:40 +0200
- RTC-130175 Reduce the docker image size of the ads-ml-service

## 0.0.1

* Added changelog
* Makefile test use dev image instead of master

-- Ke Li <[email protected]> Tue, 26 May 2020 10:04:25 +0200
- Added changelog
- Makefile test use dev image instead of master
201 changes: 0 additions & 201 deletions LICENSE.txt

This file was deleted.

2 changes: 1 addition & 1 deletion ops-client-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.ibm.decision</groupId>
<artifactId>ops-client-sdk</artifactId>
<version>0.1.0</version>
<version>2.0.0</version>
<inceptionYear>2020</inceptionYear>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion ops-implementations/ads-ml-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ops-implementations/ads-ml-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automation-decision-services-extensions",
"version": "1.1.1",
"version": "2.0.0",
"description": "Wicked 3rd parties report generation",
"repository": "https://github.ibm.com/dba/ads-ml-service",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ops-implementations/ads-ml-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ibm.decision.ops</groupId>
<artifactId>ml-service-implementations</artifactId>
<version>LATEST-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ops-implementations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.ibm.decision.ops</groupId>
<artifactId>ml-service-implementations</artifactId>
<version>LATEST-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion ops-implementations/sagemaker-service/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "swagger_server"
VERSION = "1.0.0"
VERSION = "2.0.0"
# To install the library, run the following
#
# python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion ops-implementations/sklearn-service/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "openapi_server"
VERSION = "1.0.0"
VERSION = "2.0.0"

# To install the library, run the following
#
Expand Down
2 changes: 1 addition & 1 deletion ops-implementations/wml-service/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "swagger_server"
VERSION = "1.0.0"
VERSION = "2.0.0"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 39675bf

Please sign in to comment.