Skip to content

Commit

Permalink
remove-bintray: 1.3.0 (remove bintray) (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwyka authored Jan 25, 2022
1 parent 073b934 commit 223e6b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion checkstyle-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.optum.sourcehawk</groupId>
<artifactId>sourcehawk-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions jar-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>sourcehawk-parent</artifactId>
<groupId>com.optum.sourcehawk</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>sourcehawk-jar-parent</artifactId>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>com.optum.sourcehawk</groupId>
<artifactId>sourcehawk-checkstyle-config</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.optum.sourcehawk</groupId>
<artifactId>sourcehawk-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Sourcehawk Parent</name>
Expand Down Expand Up @@ -49,10 +49,6 @@
<global.project.maintainer.name>Brian Wyka</global.project.maintainer.name>
<global.project.maintainer.email>brian.wyka@optum.com</global.project.maintainer.email>

<!-- BINTRAY -->
<bintray.organization>optum</bintray.organization>
<bintray.package>${global.project.name}</bintray.package>

<!-- DOCKER -->
<docker.organization>optumopensource</docker.organization>

Expand Down

0 comments on commit 223e6b6

Please sign in to comment.