Skip to content

Commit

Permalink
Fix groupId and version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Raible committed Mar 2, 2018
1 parent beeb94a commit 024e479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
xsi:schemaLocation="http:https://maven.apache.org/POM/4.0.0 http:https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>groupId</groupId>
<groupId>com.okta.developer</groupId>
<artifactId>okta-aws-cli</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 024e479

Please sign in to comment.