Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use SolaceProducts GitHub Packages Repository #122

Merged
merged 2 commits into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion service/confluent-schema-registry-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<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>

Expand Down
2 changes: 1 addition & 1 deletion service/kafka-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<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>
2 changes: 1 addition & 1 deletion service/local-storage-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<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>
4 changes: 2 additions & 2 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion service/rabbitmq-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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>
2 changes: 1 addition & 1 deletion service/solace-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<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>
Loading