Skip to content

Commit

Permalink
Bump to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolvach committed Nov 5, 2019
1 parent 581024e commit 0be6123
Show file tree
Hide file tree
Showing 104 changed files with 115 additions and 115 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>

[![Maven Central](https://img.shields.io/maven-central/v/io.datakernel/datakernel)](https://mvnrepository.com/artifact/io.datakernel)
[![Download](https://img.shields.io/badge/download-3.0.0--SNAPSHOT-blue.svg)](https://github.com/softindex/datakernel/archive/master.zip)
[![Download](https://img.shields.io/badge/download-3.0.1--SNAPSHOT-blue.svg)](https://github.com/softindex/datakernel/archive/master.zip)
[![Apache license](https://img.shields.io/badge/license-apache2-green.svg)](https://github.com/softindex/datakernel/blob/master/LICENSE)
[![Twitter](https://img.shields.io/badge/twitter-%40datakernel__io-38A1F3.svg)](https://twitter.com/datakernel_io)

Expand All @@ -28,7 +28,7 @@ DataKernel is a full-featured alternative Java framework, created from ground up
Just insert this snippet to your terminal...

```
mvn archetype:generate -DarchetypeGroupId=io.datakernel -DarchetypeArtifactId=http-archetype -DarchetypeVersion=3.0.0-beta2
mvn archetype:generate -DarchetypeGroupId=io.datakernel -DarchetypeArtifactId=http-archetype -DarchetypeVersion=3.0.1
```

... and open project in your favourite IDE. Then, build the application and run it. Open your browser on [localhost:8080](http://localhost:8080) to see the "Hello World" message.
Expand Down
2 changes: 1 addition & 1 deletion archetypes/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
mvn archetype:generate \
-DarchetypeGroupId=io.datakernel \
-DarchetypeArtifactId=archetype-http \
-DarchetypeVersion=3.0-SNAPSHOT
-DarchetypeVersion=3.0.1
```
2 changes: 1 addition & 1 deletion archetypes/http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>archetypes</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-launchers-http</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>datakernel</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/rpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
mvn archetype:generate \
-DarchetypeGroupId=io.datakernel \
-DarchetypeArtifactId=archetype-rpc \
-DarchetypeVersion=3.0-SNAPSHOT
-DarchetypeVersion=3.0.1
```
2 changes: 1 addition & 1 deletion archetypes/rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>archetypes</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-launchers-rpc</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
2 changes: 1 addition & 1 deletion boot-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can add this module to your project by inserting the following dependency to
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-config</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion boot-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>datakernel</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion boot-jmx-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>datakernel</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion boot-jmx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You can add this module to your project by inserting the following dependency to
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-jmx</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion boot-jmx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>datakernel</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion boot-servicegraph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You can add this module to your project by inserting the following dependency to
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-servicegraph</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion boot-servicegraph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>datakernel</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion boot-triggers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You can add this module to your project by inserting the following dependency to
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-triggers</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion boot-triggers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>datakernel</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion boot-workers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You can add this module to your project by inserting the following dependency to
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-workers</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion boot-workers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>datakernel</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion boot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can add this module to your project by inserting the following dependency to
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-boot</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>datakernel</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cloud-crdt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can add this module to your project by inserting the following dependency to
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-crdt</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>
```
### To find out more visit [our site](https://datakernel.io/docs/cloud/crdt.html).
Expand Down
2 changes: 1 addition & 1 deletion cloud-crdt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>datakernel</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cloud-dataflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can add this module to your project by inserting the following dependency to
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-dataflow</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion cloud-dataflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>datakernel</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cloud-etl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can add this module to your project by inserting the following dependency to
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-etl</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>
```
### To find out more visit [our site](https://datakernel.io/docs/cloud/etl.html).
2 changes: 1 addition & 1 deletion cloud-etl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>datakernel</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cloud-fs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can add this module to your project by inserting the following dependency to
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-fs</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion cloud-fs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>datakernel</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cloud-lsmt-aggregation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can add this module to your project by inserting the following dependency to
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-aggregation</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion cloud-lsmt-aggregation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>datakernel</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cloud-lsmt-cube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can add this module to your project by inserting the following dependency to
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-cube</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion cloud-lsmt-cube/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>datakernel</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cloud-memcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>datakernel</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cloud-multilog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can add this module to your project by inserting the following dependency to
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-multilog</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion cloud-multilog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>datakernel</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cloud-ot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can add this module to your project by inserting the following dependency to
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-ot</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion cloud-ot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>datakernel</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cloud-rpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can add this module to your project by inserting the following dependency to
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-rpc</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion cloud-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>datakernel</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>datakernel</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core-bytebuf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can add this module to your project by inserting the following dependency to
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-bytebuf</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion core-bytebuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.datakernel</groupId>
<artifactId>datakernel</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 0be6123

Please sign in to comment.