Skip to content

Commit b181dc2

Browse files
Bump version to 1.2.1-SNAPSHOT
1 parent 623322e commit b181dc2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

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

4545
#### sbt
4646
```scala
47-
libraryDependencies += "it.agilelab" %% "darwin-core" % "1.2.0"
47+
libraryDependencies += "it.agilelab" %% "darwin-core" % "1.2.1-SNAPSHOT"
4848
```
4949
#### maven
5050
```xml
5151
<dependency>
5252
<groupId>it.agilelab</groupId>
5353
<artifactId>darwin-core_2.11</artifactId>
54-
<version>1.2.0</version>
54+
<version>1.2.1-SNAPSHOT</version>
5555
</dependency>
5656
```
5757

@@ -61,14 +61,14 @@ Then add the connector of your choice, either HBase:
6161

6262
#### sbt
6363
```scala
64-
libraryDependencies += "it.agilelab" %% "darwin-hbase-connector" % "1.2.0"
64+
libraryDependencies += "it.agilelab" %% "darwin-hbase-connector" % "1.2.1-SNAPSHOT"
6565
```
6666
#### maven
6767
```xml
6868
<dependency>
6969
<groupId>it.agilelab</groupId>
7070
<artifactId>darwin-hbase-connector_2.11</artifactId>
71-
<version>1.2.0</version>
71+
<version>1.2.1-SNAPSHOT</version>
7272
</dependency>
7373
```
7474

@@ -79,14 +79,14 @@ Or PostgreSql:
7979
### sbt
8080

8181
```scala
82-
libraryDependencies += "it.agilelab" %% "darwin-postgres-connector" % "1.2.0"
82+
libraryDependencies += "it.agilelab" %% "darwin-postgres-connector" % "1.2.1-SNAPSHOT"
8383
```
8484
#### maven
8585
```xml
8686
<dependency>
8787
<groupId>it.agilelab</groupId>
8888
<artifactId>darwin-postgres-connector_2.11</artifactId>
89-
<version>1.2.0</version>
89+
<version>1.2.1-SNAPSHOT</version>
9090
</dependency>
9191
```
9292

@@ -98,14 +98,14 @@ Or Rest
9898
### sbt
9999

100100
```scala
101-
libraryDependencies += "it.agilelab" %% "darwin-rest-connector" % "1.2.0"
101+
libraryDependencies += "it.agilelab" %% "darwin-rest-connector" % "1.2.1-SNAPSHOT"
102102
```
103103
#### maven
104104
```xml
105105
<dependency>
106106
<groupId>it.agilelab</groupId>
107107
<artifactId>darwin-rest-connector_2.11</artifactId>
108-
<version>1.2.0</version>
108+
<version>1.2.1-SNAPSHOT</version>
109109
</dependency>
110110
```
111111

@@ -120,14 +120,14 @@ Or Mock (only for test scenarios):
120120
### sbt
121121

122122
```scala
123-
libraryDependencies += "it.agilelab" %% "darwin-mock-connector" % "1.2.0"
123+
libraryDependencies += "it.agilelab" %% "darwin-mock-connector" % "1.2.1-SNAPSHOT"
124124
```
125125
#### maven
126126
```xml
127127
<dependency>
128128
<groupId>it.agilelab</groupId>
129129
<artifactId>darwin-mock-connector_2.11</artifactId>
130-
<version>1.2.0</version>
130+
<version>1.2.1-SNAPSHOT</version>
131131
</dependency>
132132
```
133133

@@ -139,14 +139,14 @@ Darwin can be used as a *facade* over confluent schema registry.
139139
### sbt
140140

141141
```scala
142-
libraryDependencies += "it.agilelab" %% "darwin-confluent-connector" % "1.2.0"
142+
libraryDependencies += "it.agilelab" %% "darwin-confluent-connector" % "1.2.1-SNAPSHOT"
143143
```
144144
#### maven
145145
```xml
146146
<dependency>
147147
<groupId>it.agilelab</groupId>
148148
<artifactId>darwin-confluent-connector_2.11</artifactId>
149-
<version>1.2.0</version>
149+
<version>1.2.1-SNAPSHOT</version>
150150
</dependency>
151151
```
152152

0 commit comments

Comments
 (0)