Skip to content

Commit

Permalink
Updated to use the github datawave package repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jwomeara committed Jan 24, 2024
1 parent d58f10e commit 1939bf9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 21 deletions.
10 changes: 3 additions & 7 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>datawave-microservice-parent</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<relativePath>../../../microservice-parent/pom.xml</relativePath>
</parent>
<artifactId>dictionary-api</artifactId>
Expand Down Expand Up @@ -87,18 +87,14 @@
</dependencies>
<repositories>
<repository>
<!--
This repository is a temporary work-around until we can public artifacts to maven central.
This allows us to retrieve released microservice artifacts from our github repository.
-->
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>datawave-mvn-repo</id>
<url>https://raw.githubusercontent.com/NationalSecurityAgency/datawave-mvn-repo/mvn-repo</url>
<id>github-datawave</id>
<url>https://maven.pkg.github.com/NationalSecurityAgency/datawave</url>
</repository>
</repositories>
<build>
Expand Down
10 changes: 3 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>datawave-microservice-parent</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<relativePath>../../microservice-parent/pom.xml</relativePath>
</parent>
<artifactId>dictionary-service-parent</artifactId>
Expand All @@ -22,18 +22,14 @@
</scm>
<repositories>
<repository>
<!--
This repository is a temporary work-around until we can publish artifacts to maven central.
This allows us to retrieve released microservice artifacts from our github repository.
-->
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>datawave-mvn-repo</id>
<url>https://raw.githubusercontent.com/NationalSecurityAgency/datawave-mvn-repo/mvn-repo</url>
<id>github-datawave</id>
<url>https://maven.pkg.github.com/NationalSecurityAgency/datawave</url>
</repository>
</repositories>
<profiles>
Expand Down
10 changes: 3 additions & 7 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>datawave-microservice-service-parent</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
<relativePath>../../../microservice-service-parent/pom.xml</relativePath>
</parent>
<artifactId>dictionary-service</artifactId>
Expand Down Expand Up @@ -220,18 +220,14 @@
</dependencies>
<repositories>
<repository>
<!--
This repository is a temporary work-around until we can public artifacts to maven central.
This allows us to retrieve released microservice artifacts from our github repository.
-->
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>datawave-mvn-repo</id>
<url>https://raw.githubusercontent.com/NationalSecurityAgency/datawave-mvn-repo/mvn-repo</url>
<id>github-datawave</id>
<url>https://maven.pkg.github.com/NationalSecurityAgency/datawave</url>
</repository>
</repositories>
<build>
Expand Down

0 comments on commit 1939bf9

Please sign in to comment.