From 34e1173b804e517ef8922fea253d74737923d6ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20M=C3=BCller?= Date: Fri, 3 Nov 2023 18:13:45 +0100 Subject: [PATCH] prepare release of version 1.0 (#53) set version number align Maven descriptions of API modules clean before performing the build using Gradle (to make unintended side effects of Gradle caches less likely) --- .github/workflows/gradle_buildbinariesfromtag.yml | 2 +- build.gradle | 2 +- modules/core-api/core-api.gradle | 2 +- modules/io-api/io-api.gradle | 2 +- modules/lang-api/lang-api.gradle | 2 +- modules/roles-api/roles-api.gradle | 2 +- modules/roles-impl/roles-impl.gradle | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/gradle_buildbinariesfromtag.yml b/.github/workflows/gradle_buildbinariesfromtag.yml index 8d7ec75..707253b 100644 --- a/.github/workflows/gradle_buildbinariesfromtag.yml +++ b/.github/workflows/gradle_buildbinariesfromtag.yml @@ -51,7 +51,7 @@ jobs: - name: Create publication artifacts using Gradle uses: gradle/gradle-build-action@v2 with: - arguments: publish + arguments: clean publish - name: Gather release binaries run: | shopt -s globstar diff --git a/build.gradle b/build.gradle index 4962341..b24b1ed 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ wrapper { allprojects { group 'io.github.muellerj2' - version '0.3-SNAPSHOT' + version '1.0' apply plugin: 'com.github.hierynomus.license' diff --git a/modules/core-api/core-api.gradle b/modules/core-api/core-api.gradle index 912b044..1a5365e 100644 --- a/modules/core-api/core-api.gradle +++ b/modules/core-api/core-api.gradle @@ -21,7 +21,7 @@ publishing { pom { name = 'netroles Networks API' - description = 'API for networks used in netroles library' + description = 'API module of netroles library providing network representations' url = 'https://github.com/muellerj2/netroles' licenses { license { diff --git a/modules/io-api/io-api.gradle b/modules/io-api/io-api.gradle index 23dd71f..67431f0 100644 --- a/modules/io-api/io-api.gradle +++ b/modules/io-api/io-api.gradle @@ -22,7 +22,7 @@ publishing { from components.java pom { name = 'netroles IO API' - description = 'API of network file IO for netroles library' + description = 'API module of netroles library for network file IO' url = 'https://github.com/muellerj2/netroles' licenses { license { diff --git a/modules/lang-api/lang-api.gradle b/modules/lang-api/lang-api.gradle index d8aaf37..56b632b 100644 --- a/modules/lang-api/lang-api.gradle +++ b/modules/lang-api/lang-api.gradle @@ -19,7 +19,7 @@ publishing { pom { name = 'netroles Lang API' - description = 'API specifying fundamental utility classes used by netroles' + description = 'API module of netroles library providing fundamental utility classes' url = 'https://github.com/muellerj2/netroles' licenses { license { diff --git a/modules/roles-api/roles-api.gradle b/modules/roles-api/roles-api.gradle index 030bd77..54f3096 100644 --- a/modules/roles-api/roles-api.gradle +++ b/modules/roles-api/roles-api.gradle @@ -20,7 +20,7 @@ publishing { pom { name = 'netroles API' - description = 'API of netroles library for role analysis in networks' + description = 'API module of netroles library for role equivalence analysis in networks' url = 'https://github.com/muellerj2/netroles' licenses { license { diff --git a/modules/roles-impl/roles-impl.gradle b/modules/roles-impl/roles-impl.gradle index fa82bb3..9bc3d28 100644 --- a/modules/roles-impl/roles-impl.gradle +++ b/modules/roles-impl/roles-impl.gradle @@ -35,7 +35,7 @@ publishing { pom { name = 'netroles Engine' - description = 'netroles role analysis engine' + description = 'netroles role equivalence analysis engine' url = 'https://github.com/muellerj2/netroles' licenses { license {