Skip to content

Commit

Permalink
Update project URL to aeron-io organization.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 30, 2025
1 parent 7211f96 commit 37325cb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ When submitting code, please make every effort to follow existing conventions an

By contributing your code, you agree to license your contribution under the terms of the APLv2:

https://github.com/real-logic/agrona/blob/master/LICENSE
https://github.com/aeron-io/agrona/blob/master/LICENSE

All files are made available under the Apache 2.0 license.

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ Agrona
======

[![Javadocs](https://www.javadoc.io/badge/org.agrona/agrona.svg)](https://www.javadoc.io/doc/org.agrona/agrona)
[![GitHub](https://img.shields.io/github/license/real-logic/Agrona.svg)](https://github.com/real-logic/agrona/blob/master/LICENSE)
[![GitHub](https://img.shields.io/github/license/aeron-io/Agrona.svg)](https://github.com/aeron-io/agrona/blob/master/LICENSE)

[![Actions Status](https://github.com/real-logic/agrona/workflows/Continuous%20Integration/badge.svg)](https://github.com/real-logic/agrona/actions)
[![CodeQL Status](https://github.com/real-logic/agrona/workflows/CodeQL/badge.svg)](https://github.com/real-logic/agrona/actions)
[![Actions Status](https://github.com/aeron-io/agrona/workflows/Continuous%20Integration/badge.svg)](https://github.com/aeron-io/agrona/actions)
[![CodeQL Status](https://github.com/aeron-io/agrona/workflows/CodeQL/badge.svg)](https://github.com/aeron-io/agrona/actions)

Agrona provides a library of data structures and utility methods that are a common need when building high-performance
applications in Java. Many of these utilities are used in the [Aeron](https://github.com/real-logic/aeron)
applications in Java. Many of these utilities are used in the [Aeron](https://github.com/aeron-io/aeron)
efficient reliable UDP unicast, multicast, and IPC message transport and provides high-performance buffer implementations
to support the [Simple Binary Encoding](https://github.com/real-logic/simple-binary-encoding) Message Codec.
to support the [Simple Binary Encoding](https://github.com/aeron-io/simple-binary-encoding) Message Codec.

For the latest version information and changes see the [Change Log](https://github.com/real-logic/agrona/wiki/Change-Log).
For the latest version information and changes see the [Change Log](https://github.com/aeron-io/agrona/wiki/Change-Log).

The latest release and **downloads** can be found in [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cagrona).

Expand Down Expand Up @@ -41,7 +41,7 @@ Build

### Java Build

Build the project with [Gradle](http://gradle.org/) using this [build.gradle](https://github.com/real-logic/agrona/blob/master/build.gradle) file.
Build the project with [Gradle](http://gradle.org/) using this [build.gradle](https://github.com/aeron-io/agrona/blob/master/build.gradle) file.

You require the following to build Agrona:

Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ def projectPom = {
name = 'agrona'
// optionally artifactId can be defined here
description = 'High performance primitives and utility library.'
url = 'https://github.com/real-logic/agrona'
url = 'https://github.com/aeron-io/agrona'

scm {
connection = 'scm:git:https://github.com/real-logic/agrona.git'
developerConnection = 'scm:git:https://github.com/real-logic/agrona.git'
url = 'https://github.com/real-logic/agrona.git'
connection = 'scm:git:https://github.com/aeron-io/agrona.git'
developerConnection = 'scm:git:https://github.com/aeron-io/agrona.git'
url = 'https://github.com/aeron-io/agrona.git'
}

licenses {
Expand Down
2 changes: 1 addition & 1 deletion publish_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ curl -v -H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: token ${GITHUB_TOKEN}" \
--request POST \
--data "{\"event_type\": \"publish_artifacts\", \"client_payload\": { \"gitRef\": \"${gitRef}\"}}" \
https://api.github.com/repos/real-logic/agrona/dispatches
https://api.github.com/repos/aeron-io/agrona/dispatches

0 comments on commit 37325cb

Please sign in to comment.