Skip to content

Commit

Permalink
PA-6742 added go to package manager enum
Browse files Browse the repository at this point in the history
  • Loading branch information
SOOS-JAlvarez committed Oct 3, 2022
1 parent c9f2207 commit 053180d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.soos</groupId>
<artifactId>sca</artifactId>
<version>1.0.18</version>
<version>1.0.19</version>

<name>SOOS Integrations core</name>
<description>Core package used on all our java integrations development.</description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package io.soos.integration.domain;

public enum PackageManagers {
DART("Dart"), ERLANG("Erlang"), HOMEBREW("Homebrew"), JAVA("Java"), NPM("NPM"), NUGET("NuGet"), PHP("PHP"), PYTHON("Python"), RUBY("Ruby"), RUST("Rust");
DART("Dart"), ERLANG("Erlang"), HOMEBREW("Homebrew"), JAVA("Java"), NPM("NPM"), NUGET("NuGet"), PHP("PHP"), PYTHON("Python"), RUBY("Ruby"), RUST("Rust"), GO("Go");

private String packageManager;

Expand Down

0 comments on commit 053180d

Please sign in to comment.