Skip to content

Commit af70105

Browse files
committed
Use version 1.2.0 everywhere.
1 parent b65f1bc commit af70105

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle NoSQL Database SDK for Spring Data 1.2
1+
# Oracle NoSQL Database SDK for Spring Data 1.2.0
22

33
## About
44

@@ -17,7 +17,7 @@ cluster or to
1717
<dependency>
1818
<groupId>com.oracle.nosql.sdk</groupId>
1919
<artifactId>spring-data-oracle-nosql</artifactId>
20-
<version>x.y.z</version>
20+
<version>1.2.0</version>
2121
</dependency>
2222
```
2323

@@ -28,10 +28,10 @@ cluster or to
2828

2929
```
3030
mvn install:install-file \
31-
-DpomFile=spring-data-oracle-nosql-x.y.z.pom \
32-
-Dfile=spring-data-oracle-nosql-x.y.z.jar \
33-
-Dsources=spring-data-oracle-nosql-x.y.z-sources.jar \
34-
-Djavadoc=spring-data-oracle-nosql-x.y.z-javadoc.jar
31+
-DpomFile=spring-data-oracle-nosql-1.2.0.pom \
32+
-Dfile=spring-data-oracle-nosql-1.2.0.jar \
33+
-Dsources=spring-data-oracle-nosql-1.2.0-sources.jar \
34+
-Djavadoc=spring-data-oracle-nosql-1.2.0-javadoc.jar
3535
```
3636

3737
* The example below also requires an additional dependency:

pom.xml

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

77
<groupId>com.oracle.nosql.sdk</groupId>
88
<artifactId>spring-data-oracle-nosql</artifactId>
9-
<version>1.2</version>
9+
<version>1.2.0</version>
1010

1111
<name>Oracle NoSQL Database SDK for Spring Data</name>
1212
<description>Oracle NoSQL Database SDK for Spring Data</description>

0 commit comments

Comments
 (0)