Skip to content

Commit 910dde8

Browse files
committed
0.1.0
1 parent 753a35b commit 910dde8

File tree

5 files changed

+46
-25
lines changed

5 files changed

+46
-25
lines changed

README.md

+22-22
Original file line numberDiff line numberDiff line change
@@ -56,66 +56,66 @@ Check also the [Gherkin Features][features]
5656
## Modules
5757
* [core][core] - core module containing the very basic interfaces of RHub
5858
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.rhub/core.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.rhub/core)
59-
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:core/0.1.0-alpha1/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:core/0.1.0-alpha1)
59+
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:core/0.1.0/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:core/0.1.0)
6060
* [rxjava-v1][rxjava-v1] - RxJava 1.x implementation of RHub
6161
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.rhub/rxjava-v1.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.rhub/rxjava-v1)
62-
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:rxjava-v1/0.1.0-alpha1/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:rxjava-v1/0.1.0-alpha1)
62+
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:rxjava-v1/0.1.0/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:rxjava-v1/0.1.0)
6363
* [rxjava-v2][rxjava-v2] - RxJava 2.x implementation of RHub
6464
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.rhub/rxjava-v2.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.rhub/rxjava-v2)
65-
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:rxjava-v2/0.1.0-alpha1/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:rxjava-v2/0.1.0-alpha1)
65+
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:rxjava-v2/0.1.0/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:rxjava-v2/0.1.0)
6666
* [reactor][reactor] - Reactor Core implementation of RHub
6767
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.rhub/reactor.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.rhub/reactor)
68-
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:reactor/0.1.0-alpha1/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:reactor/0.1.0-alpha1)
68+
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:reactor/0.1.0/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:reactor/0.1.0)
6969
* [rs-core][rs-core] - Reactive Streams generic implementation of RHub
7070
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.rhub/rs-core.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.rhub/rs-core)
71-
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:rs-core/0.1.0-alpha1/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:rs-core/0.1.0-alpha1)
71+
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:rs-core/0.1.0/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:rs-core/0.1.0)
7272
* Roxy (Reactive Proxy) - single fan-in/fan-out unit in RHub
7373
* [roxy-core][roxy-core] - core Roxy module containing the very basic interfaces
7474
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.rhub/roxy-core.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.rhub/roxy-core)
75-
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:roxy-core/0.1.0-alpha1/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:roxy-core/0.1.0-alpha1)
75+
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:roxy-core/0.1.0/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:roxy-core/0.1.0)
7676
* [roxy-rs][roxy-rs] - Reactive Strems generic implementation of Roxy
7777
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.rhub/roxy-rs.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.rhub/roxy-rs)
78-
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:roxy-rs/0.1.0-alpha1/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:roxy-rs/0.1.0-alpha1)
78+
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:roxy-rs/0.1.0/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:roxy-rs/0.1.0)
7979
* [roxy-rxjava1][roxy-rxjava1] - RxJava 1.x implementation of Roxy
8080
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.rhub/roxy-rxjava1.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.rhub/roxy-rxjava1)
81-
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:roxy-rxjava1/0.1.0-alpha1/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:roxy-rxjava1/0.1.0-alpha1)
81+
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:roxy-rxjava1/0.1.0/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:roxy-rxjava1/0.1.0)
8282
* [roxy-rxjava2][roxy-rxjava2] - RxJava 2.x implementation of Roxy
8383
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.rhub/roxy-rxjava2.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.rhub/roxy-rxjava2)
84-
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:roxy-rxjava2/0.1.0-alpha1/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:roxy-rxjava2/0.1.0-alpha1)
84+
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:roxy-rxjava2/0.1.0/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:roxy-rxjava2/0.1.0)
8585
* [roxy-reactor][roxy-reactor] - Reactor Core implementation of Roxy
8686
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.rhub/roxy-reactor.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.rhub/roxy-reactor)
87-
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:roxy-reactor/0.1.0-alpha1/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:roxy-reactor/0.1.0-alpha1)
87+
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:roxy-reactor/0.1.0/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:roxy-reactor/0.1.0)
8888
* Shield - Type-safe handy layer on top of RHub
8989
* [shield-annotations][shield-annotations] - Common Shield Annotations
9090
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.rhub/shield-annotations.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.rhub/shield-annotations)
91-
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:shield-annotations/0.1.0-alpha1/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:shield-annotations/0.1.0-alpha1)
91+
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:shield-annotations/0.1.0/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:shield-annotations/0.1.0)
9292
* [shield-base-maker][shield-base-maker] - base module for Shield Maker responsible to create instances for a given Shield interface
9393
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.rhub/shield-base-maker.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.rhub/shield-base-maker)
94-
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:shield-base-maker/0.1.0-alpha1/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:shield-base-maker/0.1.0-alpha1)
94+
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:shield-base-maker/0.1.0/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:shield-base-maker/0.1.0)
9595
* [shield-maker-rs][shield-maker-rs] - Shield Maker module for Reactive Streams Hubs
9696
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.rhub/shield-maker-rs.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.rhub/shield-maker-rs)
97-
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:shield-maker-rs/0.1.0-alpha1/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:shield-maker-rs/0.1.0-alpha1)
97+
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:shield-maker-rs/0.1.0/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:shield-maker-rs/0.1.0)
9898
* [shield-maker-rxjava1][shield-maker-rxjava1] - Shield Maker module for RxJava 1.x Hubs
9999
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.rhub/shield-maker-rxjava1.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.rhub/shield-maker-rxjava1)
100-
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:shield-maker-rxjava1/0.1.0-alpha1/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:shield-maker-rxjava1/0.1.0-alpha1)
100+
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:shield-maker-rxjava1/0.1.0/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:shield-maker-rxjava1/0.1.0)
101101
* [shield-maker-rxjava2][shield-maker-rxjava2] - Shield Maker module for RxJava 2.x Hubs
102102
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.rhub/shield-maker-rxjava2.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.rhub/shield-maker-rxjava2)
103-
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:shield-maker-rxjava2/0.1.0-alpha1/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:shield-maker-rxjava2/0.1.0-alpha1)
103+
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:shield-maker-rxjava2/0.1.0/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:shield-maker-rxjava2/0.1.0)
104104
* [shield-base-processor][shield-base-processor] - base Annotation Processor module
105105
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.rhub/shield-base-processor.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.rhub/shield-base-processor)
106-
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:shield-base-processor/0.1.0-alpha1/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:shield-base-processor/0.1.0-alpha1)
106+
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:shield-base-processor/0.1.0/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:shield-base-processor/0.1.0)
107107
* [shield-processor-rxjava1][shield-processor-rxjava1] - Annotation Processor module for RxJava1
108108
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.rhub/shield-processor-rxjava1.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.rhub/shield-processor-rxjava1)
109-
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:shield-processor-rxjava1/0.1.0-alpha1/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:shield-processor-rxjava1/0.1.0-alpha1)
109+
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:shield-processor-rxjava1/0.1.0/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:shield-processor-rxjava1/0.1.0)
110110
* [shield-processor-rxjava2-subj][shield-processor-rxjava2-subj] - Annotation Processor module for RxJava2 Subject/Observable types
111111
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.rhub/shield-processor-rxjava2-subj.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.rhub/shield-processor-rxjava2-subj)
112-
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:shield-processor-rxjava2-subj/0.1.0-alpha1/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:shield-processor-rxjava2-subj/0.1.0-alpha1)
112+
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:shield-processor-rxjava2-subj/0.1.0/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:shield-processor-rxjava2-subj/0.1.0)
113113
* [shield-processor-rxjava2-proc][shield-processor-rxjava2-proc] - Annotation Processor module for RxJava2 Processor/Flowable types
114114
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.rhub/shield-processor-rxjava2-proc.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.rhub/shield-processor-rxjava2-proc)
115-
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:shield-processor-rxjava2-proc/0.1.0-alpha1/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:shield-processor-rxjava2-proc/0.1.0-alpha1)
115+
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:shield-processor-rxjava2-proc/0.1.0/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:shield-processor-rxjava2-proc/0.1.0)
116116
* [shield-processor-reactor][shield-processor-reactor] - Annotation Processor module for Reactor Core
117117
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.rhub/shield-processor-reactor.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.rhub/shield-processor-reactor)
118-
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:shield-processor-reactor/0.1.0-alpha1/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:shield-processor-reactor/0.1.0-alpha1)
118+
[![VersionEye](https://www.versioneye.com/java/io.apptik.rhub:shield-processor-reactor/0.1.0/badge.svg)](https://www.versioneye.com/java/io.apptik.rhub:shield-processor-reactor/0.1.0)
119119

120120

121121
## Download
@@ -125,12 +125,12 @@ Find [the latest JARs][mvn] or grab via Maven:
125125
<dependency>
126126
<groupId>io.apptik.rhub</groupId>
127127
<artifactId>XXX</artifactId>
128-
<version>0.1.0-alpha1</version>
128+
<version>0.1.0</version>
129129
</dependency>
130130
```
131131
or Gradle:
132132
```groovy
133-
compile 'io.apptik.rhub:XXX:0.1.0-alpha1'
133+
compile 'io.apptik.rhub:XXX:0.1.0'
134134
```
135135

136136
Downloads of the released versions are available in [Sonatype's `releases` repository][release].

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
jcenter()
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:2.2.1'
11+
classpath 'com.android.tools.build:gradle:2.2.2'
1212

1313
// NOTE: Do not place your application dependencies here; they belong
1414
// in the individual module build.gradle files

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ org.gradle.jvmargs=-Xmx1536m
1616
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1717
# org.gradle.parallel=true
1818

19-
VERSION_NAME=0.1.0-alpha2-SNAPSHOT
19+
VERSION_NAME=0.1.0
2020
VERSION_CODE=4
2121
GROUP=io.apptik.rhub
2222

roxy/roxy-akka/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dependencies {
88
sourceCompatibility = 1.8
99
targetCompatibility = 1.8
1010

11-
//apply from: 'https://raw.githubusercontent.com/djodjoni/gradle-mvn-push/master/gradle-mvn-push.gradle'
11+
apply from: 'https://raw.githubusercontent.com/djodjoni/gradle-mvn-push/master/gradle-mvn-push.gradle'

roxy/roxy-akka/gradle.properties

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#
2+
# Copyright (C) 2015 AppTik Project
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
17+
POM_URL=https://github.com/apptik/rhub/tree/master/lib
18+
POM_SCM_URL=https://github.com/apptik/rhub/tree/master/lib
19+
20+
POM_NAME=Roxy - Reactive Proxy for Akka Stream API
21+
POM_ARTIFACT_ID=roxy-akka

0 commit comments

Comments
 (0)