Skip to content

Commit c50a17d

Browse files
author
Mikel Pascual
committed
Rename project and set version
1 parent 7d58810 commit c50a17d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ apply plugin: "com.github.hierynomus.license"
2424
sourceCompatibility = '1.6'
2525
targetCompatibility = '1.6'
2626

27-
group = "com.github.akarnokd"
28-
ext.githubProjectName = 'rxjava2-extensions'
27+
group = "com.akaita.java"
28+
ext.githubProjectName = 'rxjava2-debug'
2929

3030
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
3131

@@ -85,9 +85,9 @@ artifacts {
8585

8686
jar {
8787
manifest {
88-
name = 'rxjava2-extensions'
89-
instruction 'Bundle-Vendor', 'akarnokd'
90-
instruction 'Bundle-DocURL', 'https://github.com/akarnokd/RxJava2Extensions'
88+
name = 'rxjava2-debug'
89+
instruction 'Bundle-Vendor', 'akaita'
90+
instruction 'Bundle-DocURL', 'https://github.com/akarnokd/RxJava2Debug'
9191
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
9292
instruction 'Eclipse-ExtensibleAPI', 'true'
9393
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.17.1
1+
version=1.0.0

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = 'rxjava2-extensions'
1+
rootProject.name = 'rxjava2-debug'

0 commit comments

Comments
 (0)