Skip to content

Commit ea214a7

Browse files
Bump to version 1.0.6-SNAPSHOT
1 parent 3cb6d6d commit ea214a7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ In order to access to Darwin core functionalities add the core dependency to you
3434

3535
#### sbt
3636
```scala
37-
libraryDependencies += "it.agilelab" %% "darwin-core" % "1.0.5"
37+
libraryDependencies += "it.agilelab" %% "darwin-core" % "1.0.6"
3838
```
3939
#### maven
4040
```xml
4141
<dependency>
4242
<groupId>it.agilelab</groupId>
4343
<artifactId>darwin-core_2.11</artifactId>
44-
<version>1.0.5</version>
44+
<version>1.0.6</version>
4545
</dependency>
4646
```
4747

@@ -51,14 +51,14 @@ Then add the connector of your choice, either HBase:
5151

5252
#### sbt
5353
```scala
54-
libraryDependencies += "it.agilelab" %% "darwin-hbase-connector" % "1.0.5"
54+
libraryDependencies += "it.agilelab" %% "darwin-hbase-connector" % "1.0.6"
5555
```
5656
#### maven
5757
```xml
5858
<dependency>
5959
<groupId>it.agilelab</groupId>
6060
<artifactId>darwin-hbase-connector_2.11</artifactId>
61-
<version>1.0.5</version>
61+
<version>1.0.6</version>
6262
</dependency>
6363
```
6464

@@ -69,14 +69,14 @@ Or PostgreSql:
6969
### sbt
7070

7171
```scala
72-
libraryDependencies += "it.agilelab" %% "darwin-postgres-connector" % "1.0.5"
72+
libraryDependencies += "it.agilelab" %% "darwin-postgres-connector" % "1.0.6"
7373
```
7474
#### maven
7575
```xml
7676
<dependency>
7777
<groupId>it.agilelab</groupId>
7878
<artifactId>darwin-postgres-connector_2.11</artifactId>
79-
<version>1.0.5</version>
79+
<version>1.0.6</version>
8080
</dependency>
8181
```
8282

@@ -87,14 +87,14 @@ Or Mock (only for test scenarios):
8787
### sbt
8888

8989
```scala
90-
libraryDependencies += "it.agilelab" %% "darwin-mock-connector" % "1.0.5"
90+
libraryDependencies += "it.agilelab" %% "darwin-mock-connector" % "1.0.6"
9191
```
9292
#### maven
9393
```xml
9494
<dependency>
9595
<groupId>it.agilelab</groupId>
9696
<artifactId>darwin-mock-connector_2.11</artifactId>
97-
<version>1.0.5</version>
97+
<version>1.0.6</version>
9898
</dependency>
9999
```
100100

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version in ThisBuild := "1.0.5"
1+
version in ThisBuild := "1.0.6-SNAPSHOT"
22

0 commit comments

Comments
 (0)