Skip to content

Commit

Permalink
Bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolvach committed Oct 15, 2019
1 parent ca071e7 commit ef4fe45
Show file tree
Hide file tree
Showing 103 changed files with 113 additions and 113 deletions.
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.0
```
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.0</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.0</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.0</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.0
```
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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core-codec/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-codec</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion core-codec/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.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit ef4fe45

Please sign in to comment.