Skip to content

Commit 96e277b

Browse files
priteshkpJAL9302
authored andcommitted
Updating to next development version, 1.2.1-SNAPSHOT
1 parent 48fbf01 commit 96e277b

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

bmc-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.bmc.sdk</groupId>
77
<artifactId>oracle-bmc-java-sdk</artifactId>
8-
<version>1.2.0</version>
8+
<version>1.2.1-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

bmc-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.bmc.sdk</groupId>
77
<artifactId>oracle-bmc-java-sdk</artifactId>
8-
<version>1.2.0</version>
8+
<version>1.2.1-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.oracle.bmc.sdk</groupId>
2020
<artifactId>oracle-bmc-java-sdk-common</artifactId>
21-
<version>1.2.0</version>
21+
<version>1.2.1-SNAPSHOT</version>
2222
</dependency>
2323
</dependencies>
2424

bmc-examples/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.bmc.sdk</groupId>
77
<artifactId>oracle-bmc-java-sdk</artifactId>
8-
<version>1.2.0</version>
8+
<version>1.2.1-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -18,19 +18,19 @@
1818
<dependency>
1919
<groupId>com.oracle.bmc.sdk</groupId>
2020
<artifactId>oracle-bmc-java-sdk-identity</artifactId>
21-
<version>1.2.0</version>
21+
<version>1.2.1-SNAPSHOT</version>
2222
</dependency>
2323

2424
<dependency>
2525
<groupId>com.oracle.bmc.sdk</groupId>
2626
<artifactId>oracle-bmc-java-sdk-core</artifactId>
27-
<version>1.2.0</version>
27+
<version>1.2.1-SNAPSHOT</version>
2828
</dependency>
2929

3030
<dependency>
3131
<groupId>com.oracle.bmc.sdk</groupId>
3232
<artifactId>oracle-bmc-java-sdk-objectstorage</artifactId>
33-
<version>1.2.0</version>
33+
<version>1.2.1-SNAPSHOT</version>
3434
</dependency>
3535
</dependencies>
3636

bmc-identity/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.bmc.sdk</groupId>
77
<artifactId>oracle-bmc-java-sdk</artifactId>
8-
<version>1.2.0</version>
8+
<version>1.2.1-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.oracle.bmc.sdk</groupId>
2020
<artifactId>oracle-bmc-java-sdk-common</artifactId>
21-
<version>1.2.0</version>
21+
<version>1.2.1-SNAPSHOT</version>
2222
</dependency>
2323
</dependencies>
2424

bmc-objectstorage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.bmc.sdk</groupId>
77
<artifactId>oracle-bmc-java-sdk</artifactId>
8-
<version>1.2.0</version>
8+
<version>1.2.1-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.oracle.bmc.sdk</groupId>
2020
<artifactId>oracle-bmc-java-sdk-common</artifactId>
21-
<version>1.2.0</version>
21+
<version>1.2.1-SNAPSHOT</version>
2222
</dependency>
2323
</dependencies>
2424

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.oracle.bmc.sdk</groupId>
66
<artifactId>oracle-bmc-java-sdk</artifactId>
7-
<version>1.2.0</version>
7+
<version>1.2.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>Oracle Bare Metal Cloud Services SDK</name>

0 commit comments

Comments
 (0)