Skip to content

Commit 5b1bc67

Browse files
Version 1.2.0 (#59)
* Version 1.2.0 Signed-off-by: Anders Swanson <anders.swanson@oracle.com> --------- Signed-off-by: Anders Swanson <anders.swanson@oracle.com>
1 parent bd8c2e7 commit 5b1bc67

File tree

36 files changed

+37
-36
lines changed

36 files changed

+37
-36
lines changed

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
1818
<name>spring-cloud-oci-docs</name>
1919
<groupId>com.oracle.cloud.spring</groupId>
2020
<artifactId>spring-cloud-oci-docs</artifactId>
21-
<version>1.1.0</version>
21+
<version>1.2.0-SNAPSHOT</version>
2222
<packaging>pom</packaging>
2323

2424
<organization>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
1616
</parent>
1717
<groupId>com.oracle.cloud.spring</groupId>
1818
<artifactId>spring-cloud-oci</artifactId>
19-
<version>1.1.0-SNAPSHOT</version>
19+
<version>1.2.0-SNAPSHOT</version>
2020
<packaging>pom</packaging>
2121

2222
<name>Spring Cloud OCI</name>
@@ -193,6 +193,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
193193
<artifactId>maven-javadoc-plugin</artifactId>
194194
<version>${maven-javadoc-plugin.version}</version>
195195
<configuration>
196+
<source>${maven.compiler.target}</source>
196197
<skip>false</skip>
197198
<author>true</author>
198199
<header>${project.name}</header>

scripts/deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ echo "Successfully set project version = $VERSION"
4646

4747
echo "Deploying project to ${REPOSITORY_URL}/${REPOSITORY_NAME}"
4848

49-
mvn -q deploy -Drepository.url="$REPOSITORY_URL" -Drepository.name="$REPOSITORY_NAME" -DskipTests
49+
mvn deploy -Drepository.url="$REPOSITORY_URL" -Drepository.name="$REPOSITORY_NAME" -DskipTests
5050

5151
echo "Successfully deployed project to ${REPOSITORY_URL}/${REPOSITORY_NAME}"
5252

spring-cloud-oci-adb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
1010
<parent>
1111
<artifactId>spring-cloud-oci</artifactId>
1212
<groupId>com.oracle.cloud.spring</groupId>
13-
<version>1.1.0-SNAPSHOT</version>
13+
<version>1.2.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<artifactId>spring-cloud-oci-adb</artifactId>

spring-cloud-oci-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
1111
<parent>
1212
<artifactId>spring-cloud-oci</artifactId>
1313
<groupId>com.oracle.cloud.spring</groupId>
14-
<version>1.1.0-SNAPSHOT</version>
14+
<version>1.2.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>spring-cloud-oci-autoconfigure</artifactId>

spring-cloud-oci-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
1010
<parent>
1111
<artifactId>spring-cloud-oci</artifactId>
1212
<groupId>com.oracle.cloud.spring</groupId>
13-
<version>1.1.0-SNAPSHOT</version>
13+
<version>1.2.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<artifactId>spring-cloud-oci-core</artifactId>

spring-cloud-oci-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.oracle.cloud.spring</groupId>
66
<artifactId>spring-cloud-oci-dependencies</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.2.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>Spring Cloud OCI Dependencies</name>

spring-cloud-oci-function/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
1010
<parent>
1111
<artifactId>spring-cloud-oci</artifactId>
1212
<groupId>com.oracle.cloud.spring</groupId>
13-
<version>1.1.0-SNAPSHOT</version>
13+
<version>1.2.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<artifactId>spring-cloud-oci-function</artifactId>

spring-cloud-oci-gen-ai/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
1010
<parent>
1111
<artifactId>spring-cloud-oci</artifactId>
1212
<groupId>com.oracle.cloud.spring</groupId>
13-
<version>1.1.0-SNAPSHOT</version>
13+
<version>1.2.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<artifactId>spring-cloud-oci-gen-ai</artifactId>

spring-cloud-oci-logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
1010
<parent>
1111
<artifactId>spring-cloud-oci</artifactId>
1212
<groupId>com.oracle.cloud.spring</groupId>
13-
<version>1.1.0-SNAPSHOT</version>
13+
<version>1.2.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<artifactId>spring-cloud-oci-logging</artifactId>

0 commit comments

Comments
 (0)