{"id":18303979,"url":"https://github.com/computate-org/computate-base","last_synced_at":"2026-01-21T12:35:59.462Z","repository":{"id":65509599,"uuid":"453604013","full_name":"computate-org/computate-base","owner":"computate-org","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-31T16:08:38.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-31T18:10:50.314Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/computate-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-30T06:19:31.000Z","updated_at":"2025-10-31T16:08:42.000Z","dependencies_parsed_at":"2023-11-17T00:48:20.020Z","dependency_job_id":"e57f6e65-c8c0-4cc1-807a-87e280e06ab3","html_url":"https://github.com/computate-org/computate-base","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/computate-org/computate-base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/computate-org%2Fcomputate-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/computate-org%2Fcomputate-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/computate-org%2Fcomputate-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/computate-org%2Fcomputate-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/computate-org","download_url":"https://codeload.github.com/computate-org/computate-base/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/computate-org%2Fcomputate-base/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28632856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T15:27:28.141Z","updated_at":"2026-01-21T12:35:59.445Z","avatar_url":"https://github.com/computate-org.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Publish the open source libraries\n\nRun the following Ansible playbook to begin the new release: \n\n```bash\nansible-playbook computate_new_release.yml\n```\n\nThe run will fail, but it will tell you what the next release number will be. Run the playbook again with the desired release version specified: \n\n\n```bash\nansible-playbook computate_new_release.yml -e NEXT_VERSION=4.4.4.1\n```\n\n# :%s/4.2.7.a/4.2.7.b/g\n\n# Update version of computate-base/pom.xml\n# Copy the properties from computate-base/pom.xml to computate/pom.xml\n# Copy the properties from computate-base/pom.xml to computate-upgrade/roles/computate_project_file_enUS/templates/java/pom.xml\n# Update the computate.version to 4.4.4.0 in ../computate-upgrade/roles/computate_project_file_enUS/templates/java/pom.xml\n# Update computate.version property to 4.4.4.0 in ../computate/pom.xml\n# Update version to 4.4.4.0 in ../computate/pom.xml\n# Update computate parent version property to 4.4.4.0 in ../computate-search/pom.xml\n# Update version to 4.4.4.0 in ../computate-search/pom.xml\n# Update computate parent version property to 4.4.4.0 in ../computate-vertx/pom.xml\n# Update computate-search version property to 4.4.4.0 in ../computate-vertx/pom.xml\n# Update version to 4.4.4.0 in ../computate-vertx/pom.xml\n\ncd ~/.local/src/computate-base\ngit add -i\ngit commit -m \"Releasing version 4.4.4.0\"\ngit push\ngit status\nmvn clean install deploy -Pdeploy\ngit tag 4.4.4.0\ngit push --tags\n# Create release from tag: https://github.com/computate-org/computate-base/releases/tag/4.4.4.0\n\ncd ~/.local/src/computate-search\n# Update computate parent version and artifact version to 4.4.4.0: vim pom.xml\n# Update version to 4.4.4.0 in pom.xml\ngit add -i\ngit commit -m \"Releasing version 4.4.4.0\"\ngit push\ngit status\nmvn clean install deploy -Pdeploy\ngit tag 4.4.4.0\ngit push --tags\n# Create release from tag: https://github.com/computate-org/computate-search/releases/tag/4.4.4.0\n\ncd ~/.local/src/computate-vertx\n# Update computate parent version, artifact version and computate-search version to 4.4.4.0: vim pom.xml\n# Update computate-search version property to 4.4.4.0 in pom.xml\n# Update version to 4.4.4.0 in pom.xml\ngit add -i\ngit commit -m \"Releasing version 4.4.4.0\"\ngit push\ngit status\nmvn clean install deploy -Pdeploy\ngit tag 4.4.4.0\ngit push --tags\n# Create release from tag: https://github.com/computate-org/computate-vertx/releases/tag/4.4.4.0\n\ncd ~/.local/src/computate\n# Update computate.version to 4.4.4.0: vim pom.xml\n# Update version to 4.4.4.0 in pom.xml\ngit add -i\ngit commit -m \"Releasing version 4.4.4.0\"\ngit push\ngit status\nmvn clean install deploy -Pdeploy\ngit tag 4.4.4.0\ngit push --tags\n# Create release from tag: https://github.com/computate-org/computate/releases/tag/4.4.4.0\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomputate-org%2Fcomputate-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomputate-org%2Fcomputate-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomputate-org%2Fcomputate-base/lists"}