Skip to content

Commit

Permalink
bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NickStefan committed Sep 20, 2023
1 parent ea95912 commit bea0c0b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion analytics-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>analytics-parent</artifactId>
<groupId>com.hightouch.analytics.java</groupId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
</parent>

<artifactId>analytics-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion analytics-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.hightouch.analytics.java</groupId>
<artifactId>analytics-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
</parent>

<artifactId>analytics-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion analytics-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>analytics-parent</artifactId>
<groupId>com.hightouch.analytics.java</groupId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
</parent>

<artifactId>analytics-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion analytics-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.hightouch.analytics.java</groupId>
<artifactId>analytics-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
</parent>

<artifactId>analytics-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion analytics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.hightouch.analytics.java</groupId>
<artifactId>analytics-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
</parent>

<artifactId>analytics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.hightouch.analytics.java</groupId>
<artifactId>analytics-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Analytics for Java (Parent)</name>
<description>The hassle-free way to add analytics to your Android app.</description>
Expand Down

0 comments on commit bea0c0b

Please sign in to comment.