Skip to content

Commit

Permalink
Merge pull request #3 from arthur3486/feature/bump-the-lib-version
Browse files Browse the repository at this point in the history
Bump the lib version
  • Loading branch information
arthur3486 authored Mar 10, 2023
2 parents 0538fb2 + 6f42ec1 commit b6ce027
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions born2crawl-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

group "com.arthurivanets"
version "1.0.0"
version "1.0.1"

test {
useJUnitPlatform()
Expand All @@ -43,7 +43,7 @@ dependencies {
ext {
PUBLISHING_GROUP_ID = "com.arthurivanets"
PUBLISHING_ARTIFACT_ID = "born2crawl-core"
PUBLISHING_ARTIFACT_VERSION = "1.0.0"
PUBLISHING_ARTIFACT_VERSION = "1.0.1"
PUBLISHING_ARTIFACT_DESCRIPTION = "A highly performant and versatile crawling engine, designed with scalability and extensibility in mind."
}

Expand Down
4 changes: 2 additions & 2 deletions born2crawl-data-store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

group "com.arthurivanets"
version "1.0.0"
version "1.0.1"

test {
useJUnitPlatform()
Expand All @@ -39,7 +39,7 @@ dependencies {
ext {
PUBLISHING_GROUP_ID = "com.arthurivanets"
PUBLISHING_ARTIFACT_ID = "born2crawl-data-store"
PUBLISHING_ARTIFACT_VERSION = "1.0.0"
PUBLISHING_ARTIFACT_VERSION = "1.0.1"
PUBLISHING_ARTIFACT_DESCRIPTION = "Persistent storage based data stores for the born2crawl crawling engine."
}

Expand Down
4 changes: 2 additions & 2 deletions born2crawl-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

group "com.arthurivanets"
version "1.0.0"
version "1.0.1"

test {
useJUnitPlatform()
Expand All @@ -40,7 +40,7 @@ dependencies {
ext {
PUBLISHING_GROUP_ID = "com.arthurivanets"
PUBLISHING_ARTIFACT_ID = "born2crawl-web"
PUBLISHING_ARTIFACT_VERSION = "1.0.0"
PUBLISHING_ARTIFACT_VERSION = "1.0.1"
PUBLISHING_ARTIFACT_DESCRIPTION = "A set of tools for web crawling using the born2crawl crawling engine."
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

group "com.arthurivanets"
version "1.0.0"
version "1.0.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit b6ce027

Please sign in to comment.