Skip to content

Commit

Permalink
Preparing Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jun 13, 2023
1 parent 866a653 commit 201caf3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions bundler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>ingest-service-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>bundler-service</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<description>DATAWAVE Ingest Bundler</description>
<url>https://code.nsa.gov/datawave-ingest-service</url>
<scm>
Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>ingest-service-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>ingest-common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<description>DATAWAVE Ingest Common</description>
<url>https://code.nsa.gov/datawave-ingest-service</url>
<scm>
Expand Down
4 changes: 2 additions & 2 deletions feeder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>ingest-service-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>feeder-service</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<description>DATAWAVE Feeder</description>
<url>https://code.nsa.gov/datawave-ingest-service</url>
<scm>
Expand Down
4 changes: 2 additions & 2 deletions ingest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>ingest-service-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>ingest-service</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<description>DATAWAVE Ingest Microservice</description>
<url>https://code.nsa.gov/datawave-ingest-service</url>
<scm>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath />
</parent>
<artifactId>ingest-service-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>
<url>https://code.nsa.gov/datawave-ingest-service</url>
<modules>
Expand Down

0 comments on commit 201caf3

Please sign in to comment.