Skip to content

Commit

Permalink
Change artifactid (#8)
Browse files Browse the repository at this point in the history
* update artifact id so it doesnt clash
  • Loading branch information
bischoffz authored Dec 8, 2023
1 parent 65dcad4 commit 60f42a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<!-- Artifact -->
<groupId>gov.hhs.aspr.ms.taskit</groupId>
<artifactId>core</artifactId>
<artifactId>taskit-core</artifactId>
<packaging>jar</packaging>

<name>Translation and Serialization Toolkit: Core</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<!-- Properties -->
<properties>
<!-- Version -->
<revision>3.1.0</revision>
<revision>3.1.1</revision>

<!-- basic project properties -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<!-- Artifact -->
<groupId>gov.hhs.aspr.ms.taskit</groupId>
<artifactId>protobuf</artifactId>
<artifactId>taskit-protobuf</artifactId>
<packaging>jar</packaging>

<name>Translation and Serialization Toolkit: Protobuf</name>
Expand All @@ -36,7 +36,7 @@
<dependencies>
<dependency>
<groupId>gov.hhs.aspr.ms.taskit</groupId>
<artifactId>core</artifactId>
<artifactId>taskit-core</artifactId>
<version>${taskit-core.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 60f42a6

Please sign in to comment.