Skip to content

Commit

Permalink
Use version 1.2.0 everywhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarfx committed Apr 16, 2021
1 parent b65f1bc commit af70105
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Oracle NoSQL Database SDK for Spring Data 1.2
# Oracle NoSQL Database SDK for Spring Data 1.2.0

## About

Expand All @@ -17,7 +17,7 @@ cluster or to
<dependency>
<groupId>com.oracle.nosql.sdk</groupId>
<artifactId>spring-data-oracle-nosql</artifactId>
<version>x.y.z</version>
<version>1.2.0</version>
</dependency>
```

Expand All @@ -28,10 +28,10 @@ cluster or to

```
mvn install:install-file \
-DpomFile=spring-data-oracle-nosql-x.y.z.pom \
-Dfile=spring-data-oracle-nosql-x.y.z.jar \
-Dsources=spring-data-oracle-nosql-x.y.z-sources.jar \
-Djavadoc=spring-data-oracle-nosql-x.y.z-javadoc.jar
-DpomFile=spring-data-oracle-nosql-1.2.0.pom \
-Dfile=spring-data-oracle-nosql-1.2.0.jar \
-Dsources=spring-data-oracle-nosql-1.2.0-sources.jar \
-Djavadoc=spring-data-oracle-nosql-1.2.0-javadoc.jar
```

* The example below also requires an additional dependency:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.oracle.nosql.sdk</groupId>
<artifactId>spring-data-oracle-nosql</artifactId>
<version>1.2</version>
<version>1.2.0</version>

<name>Oracle NoSQL Database SDK for Spring Data</name>
<description>Oracle NoSQL Database SDK for Spring Data</description>
Expand Down

0 comments on commit af70105

Please sign in to comment.