Skip to content

Commit

Permalink
Merge pull request #107 from scality/feature/OSIS-90-release-osis-v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Aug 26, 2022
2 parents 1da09c8 + a56a2c7 commit 817b293
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ sourceSets {
}

configure(allprojects) {
version = '1.2.0-SNAPSHOT'
version = '1.3.0-SNAPSHOT'
ext {
springBootVersion = '2.2.5.RELEASE'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
public class DocumentationConfig {
private static final String DOC_TITLE = "Object Storage Interoperability Services API for Scality platform";
private static final String DOC_DESCRIPTION = "This is VMware Cloud Director Object Storage Interoperability Services API for Scality platform.";
private static final String DOC_VERSION = "1.2.0-SNAPSHOT";
private static final String DOC_VERSION = "1.3.0-SNAPSHOT";
private static final String PROJECT_BASE = "com.scality.osis";

ApiInfo apiInfo() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public final class ScalityTestUtils {
public static final String TEST_S3_CAPABILITIES_FILE_PATH = "s3capabilities.json";
public static final String PLATFORM_NAME = "Scality";
public static final String PLATFORM_VERSION = "7.10";
public static final String API_VERSION = "1.2.0-SNAPSHOT";
public static final String API_VERSION = "1.3.0-SNAPSHOT";
public static final long SAMPLE_DURATION_SECONDS = 120L;
public static final String ACTIVE_STR = "Active";
public static final String NA_STR = "N/A";
Expand Down

0 comments on commit 817b293

Please sign in to comment.