generated from Graqr/Java-Template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e668638
commit efa3a23
Showing
2 changed files
with
26 additions
and
12 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
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 |
---|---|---|
|
@@ -4,14 +4,36 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.graqr</groupId> | ||
<artifactId>threshr</artifactId> | ||
<version>0.0.14-SNAPSHOT</version> | ||
<version>0.0.14</version> | ||
<packaging>${packaging}</packaging> | ||
|
||
<parent> | ||
<groupId>io.micronaut.platform</groupId> | ||
<artifactId>micronaut-parent</artifactId> | ||
<version>4.5.0</version> | ||
</parent> | ||
<name>Threshr</name> | ||
<description>Grocery JDK for Target's grocery API</description> | ||
<url>https://github.com/graqr/threshr</url> | ||
<licenses> | ||
<license> | ||
<name>GNU General Public License v3.0</name> | ||
<url>http://www.gnu.org/licenses/gpl-3.0.txt</url> | ||
</license> | ||
</licenses> | ||
<scm> | ||
<url>scm:[email protected]:graqr/threshr.git</url> | ||
<connection>scm:[email protected]:graqr/threshr.git</connection> | ||
<developerConnection>scm:[email protected]:graqr/threshr.git</developerConnection> | ||
</scm> | ||
<developers> | ||
<developer> | ||
<id>jonathan-zollinger</id> | ||
<name>Jonathan Zollinger</name> | ||
<timezone>Mountain Standard Time</timezone> | ||
<url>https://www.linkedin.com/in/jonathan-zollinger/</url> | ||
</developer> | ||
</developers> | ||
|
||
<properties> | ||
<packaging>jar</packaging> | ||
|
@@ -24,14 +46,6 @@ | |
<sonar.projectKey>Graqr_Threshr</sonar.projectKey> | ||
</properties> | ||
|
||
<developers> | ||
<developer> | ||
<id>jonathan-zollinger</id> | ||
<name>Jonathan Zollinger</name> | ||
<timezone>Mountain Standard Time</timezone> | ||
<url>https://www.linkedin.com/in/jonathan-zollinger/</url> | ||
</developer> | ||
</developers> | ||
<distributionManagement> | ||
<snapshotRepository> | ||
<id>ossrh</id> | ||
|