-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use SolaceProducts GitHub Packages Repository (#122)
- Loading branch information
1 parent
c33d169
commit 19db8f2
Showing
9 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,7 +106,7 @@ docker pull solace/event-management-agent | |
|
||
* clone the Event Management Agent GitHub repository | ||
``` | ||
git clone https://github.com/SolaceLabs/event-management-agent.git | ||
git clone https://github.com/SolaceProducts/event-management-agent.git | ||
cd event-management-agent | ||
``` | ||
|
||
|
@@ -202,7 +202,7 @@ curl -X 'POST' \ | |
## Cloning the GitHub Event Management Agent repository | ||
|
||
``` | ||
[email protected]:SolaceLabs/event-management-agent.git | ||
[email protected]:SolaceProducts/event-management-agent.git | ||
``` | ||
|
||
### Installing Maven dependencies and building the Event Management Agent jar file | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
</parent> | ||
<groupId>com.solace.maas</groupId> | ||
<artifactId>maas-event-management-agent-parent</artifactId> | ||
<version>1.1.2-SNAPSHOT</version> | ||
<version>1.1.1-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
<name>Solace Event Management Agent Maven Parent</name> | ||
<description>Solace Solace Event Management Agent Maven Parent</description> | ||
|
@@ -401,14 +401,14 @@ | |
<scm> | ||
<connection>scm:git:${project.scm.url}</connection> | ||
<developerConnection>scm:git:${project.scm.url}</developerConnection> | ||
<url>[email protected]:SolaceLabs/event-management-agent.git</url> | ||
<url>[email protected]:SolaceProducts/event-management-agent.git</url> | ||
<tag>HEAD</tag> | ||
</scm> | ||
<distributionManagement> | ||
<repository> | ||
<id>github</id> | ||
<name>GitHub Packages</name> | ||
<url>https://maven.pkg.github.com/SolaceLabs/event-management-agent</url> | ||
<url>https://maven.pkg.github.com/SolaceProducts/event-management-agent</url> | ||
</repository> | ||
</distributionManagement> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters