Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed Mar 2, 2024
1 parent fd3376f commit 77a0d48
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>vavi</groupId>
<artifactId>vavi-net-auth</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>

<modules>
<module>vavi-net-auth-common</module>
Expand Down Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>vavi</groupId>
<artifactId>vavi-net-auth-common</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</dependency>
<dependency>
<!-- tiny http server for oauth -->
Expand All @@ -100,7 +100,7 @@
<dependency>
<groupId>vavi</groupId>
<artifactId>vavi-net-auth-common</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion vavi-net-auth-amazon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>vavi</groupId>
<artifactId>vavi-net-auth</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</parent>

<artifactId>vavi-net-auth-amazon</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vavi-net-auth-box/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>vavi</groupId>
<artifactId>vavi-net-auth</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</parent>

<artifactId>vavi-net-auth-box</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vavi-net-auth-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>vavi</groupId>
<artifactId>vavi-net-auth</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</parent>

<artifactId>vavi-net-auth-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vavi-net-auth-dropbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>vavi</groupId>
<artifactId>vavi-net-auth</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</parent>

<artifactId>vavi-net-auth-dropbox</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vavi-net-auth-facebook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>vavi</groupId>
<artifactId>vavi-net-auth</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</parent>

<artifactId>vavi-net-auth-facebook</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vavi-net-auth-flickr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>vavi</groupId>
<artifactId>vavi-net-auth</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</parent>

<artifactId>vavi-net-auth-flickr</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vavi-net-auth-google/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>vavi</groupId>
<artifactId>vavi-net-auth</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</parent>

<artifactId>vavi-net-auth-google</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vavi-net-auth-microsoft/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>vavi</groupId>
<artifactId>vavi-net-auth</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</parent>

<artifactId>vavi-net-auth-microsoft</artifactId>
Expand Down

0 comments on commit 77a0d48

Please sign in to comment.