Skip to content

Commit

Permalink
Merge pull request #57 from cyberark/deployment-hotfix
Browse files Browse the repository at this point in the history
Updated groupID for maven deployment
  • Loading branch information
telday authored Aug 3, 2021
2 parents 4501b19 + 671f8c6 commit ca9d672
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.openapitools</groupId>
<groupId>com.cyberark</groupId>
<artifactId>conjur-sdk-java</artifactId>
<packaging>jar</packaging>
<name>conjur-sdk-java</name>
<version>5.1.1</version>
<version>4.0.0</version>
<url>https://github.com/openapitools/openapi-generator</url>
<description>Java Conjur SDK</description>
<scm>
Expand Down
4 changes: 2 additions & 2 deletions templates/libraries/okhttp-gson/pom.mustache
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>{{groupId}}</groupId>
<groupId>com.cyberark</groupId>
<artifactId>{{artifactId}}</artifactId>
<packaging>jar</packaging>
<name>{{artifactId}}</name>
<version>{{artifactVersion}}</version>
<version>4.0.0</version>
<url>{{artifactUrl}}</url>
<description>{{artifactDescription}}</description>
<scm>
Expand Down

0 comments on commit ca9d672

Please sign in to comment.