Skip to content

Commit

Permalink
Staerted v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerok committed Sep 10, 2018
1 parent ceb6398 commit 9a9b04f
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 21 deletions.
13 changes: 8 additions & 5 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
= link:https://kotlinlang.org/[kotlin] + link:http://selenide.org/[selenide] = kotlenide ❤️ image:https://travis-ci.org/daggerok/kotlenide.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/kotlenide"]

Current status: in early development phase.
Feedback, suggestions and any help are welcome!
= link:https://kotlinlang.org/[kotlin] + link:http://selenide.org/[selenide] = kotlenide ❤️ image:https://travis-ci.org/daggerok/kotlenide.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/kotlenide"] image:https://api.bintray.com/packages/daggerok/daggerok/kotlenide/images/download.svg[link="https://bintray.com/bintray/jcenter?filterByPkgName=kotlenide"] image:https://maven-badges.herokuapp.com/maven-central/com.github.daggerok/kotlenide/badge.svg?style=plastic["Maven Central", link="https://maven-badges.herokuapp.com/maven-central/com.github.daggerok/kotlenide"]

////
image:https://gitlab.com/daggerok/kotlenide/badges/master/build.svg["Build Status", link="https://gitlab.com/daggerok/kotlenide/-/jobs"]
Expand All @@ -15,6 +12,12 @@ image::./logo.png[]

//end::logo[]

Status: in development:

- Latest release: 0.0.1
- Current version: 0.0.2
- Feedback, suggestions any help or contributions are welcome!
== Usage (TODO)
//tag::usage[]

Expand Down Expand Up @@ -53,7 +56,7 @@ class `Awesome Kotlenide Tests` {
}
@Test fun `should open given URL in chrome and assert using infix extension functions`() {
"https://google.com".openIn("chrome") {
"https://google.com".open("chrome") {
find("body") {
this.find(".ololo") shouldNotBe exist
find(".trololo") shouldBeNot visible
Expand Down
2 changes: 1 addition & 1 deletion gradle/java.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
allprojects {
apply plugin: 'java'

version = '0.0.1'
version = '0.0.2'
group = 'com.github.daggerok'
description = 'Kotlin + Selenide is: ❤️ Kotlenide!'
sourceCompatibility = targetCompatibility = "$javaVersion"
Expand Down
2 changes: 1 addition & 1 deletion kotlenide-examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {

dependencies {
testImplementation "com.codeborne:selenide:$selenideVersion"
//testImplementation 'com.github.daggerok:kotlenide:0.0.1'
//testImplementation 'com.github.daggerok:kotlenide:0.0.2'
testImplementation project(":kotlenide")
testRuntimeOnly "ch.qos.logback:logback-classic:$logbackVersion"
}
4 changes: 2 additions & 2 deletions kotlenide-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.github.daggerok</groupId>
<artifactId>kotlenide-parent</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</parent>

<artifactId>kotlenide-examples</artifactId>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.github.daggerok</groupId>
<artifactId>kotlenide</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 1 addition & 3 deletions kotlenide/RELEASE.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo 'bintrayApiKey=Bintray.api.key...' >> ~/.gradle/gradle.properties
.publish artifact to bintray jcenter
----
./gradlew -S clean :kotlenide:bintrayUpload
./gradlew -S :kotlenide:bintrayUpload
----
////

Expand All @@ -39,8 +39,6 @@ echo 'signing.secretKeyRingFile=/Users/mak/.gnupg/secring.gpg' >> ~/.gradle/grad
.publish artifact to bintray jcenter
----
./gradlew clean assemble
#./gradlew -Si :kotlenide:uploadArchives
./gradlew -Si :kotlenide:uploadArchives -Pmaven-central
----
////
Expand Down
14 changes: 7 additions & 7 deletions kotlenide/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# kotlenide 0.0.1 release
# kotlenide 0.0.2 release

[![kotlenide](https://www.bintray.com/docs/images/bintray_badge_color.png)](https://bintray.com/daggerok/daggerok/kotlenide?source=watch)

Expand All @@ -12,7 +12,7 @@ repositories {
}
dependencies {
compile 'com.github.daggerok:kotlenide:0.0.1'
compile 'com.github.daggerok:kotlenide:0.0.2'
}
```

Expand All @@ -26,7 +26,7 @@ dependencies {
<dependency>
<groupId>com.github.daggerok</groupId>
<artifactId>kotlenide</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
</dependencies>

Expand All @@ -52,7 +52,7 @@ repositories {
}
dependencies {
compile 'com.github.daggerok:kotlenide:0.0.1'
compile 'com.github.daggerok:kotlenide:0.0.2'
}
```

Expand All @@ -73,7 +73,7 @@ dependencies {
<dependency>
<groupId>com.github.daggerok</groupId>
<artifactId>kotlenide</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
</dependencies>
</project>
Expand All @@ -89,7 +89,7 @@ repositories {
}
dependencies {
compile 'com.github.daggerok:kotlenide:0.0.1'
compile 'com.github.daggerok:kotlenide:0.0.2'
}
```
Expand All @@ -110,7 +110,7 @@ dependencies {
<dependency>
<groupId>com.github.daggerok</groupId>
<artifactId>kotlenide</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
</dependencies>
<project>
Expand Down
2 changes: 1 addition & 1 deletion kotlenide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>com.github.daggerok</groupId>
<artifactId>kotlenide-parent</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</parent>

<artifactId>kotlenide</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.daggerok</groupId>
<version>0.0.1</version>
<version>0.0.2</version>
<artifactId>kotlenide-parent</artifactId>
<packaging>pom</packaging>

Expand Down

0 comments on commit 9a9b04f

Please sign in to comment.