Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed May 4, 2024
1 parent af01efa commit ec97cca
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 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.10</version>
<version>0.1.11</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.10</version>
<version>0.1.11</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.10</version>
<version>0.1.11</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
30 changes: 15 additions & 15 deletions 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.10</version>
<version>0.1.11</version>
</parent>

<artifactId>vavi-net-auth-amazon</artifactId>
Expand Down Expand Up @@ -58,21 +58,21 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<trimStackTrace>false</trimStackTrace>
<argLine>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<trimStackTrace>false</trimStackTrace>
<argLine>
-Djava.util.logging.config.file=${project.build.testOutputDirectory}/logging.properties
</argLine>
<environmentVariables>
<TEST_AMAZON_ACCOUNT>${test.account}</TEST_AMAZON_ACCOUNT>
</environmentVariables>
</configuration>
</plugin>
</plugins>
</build>
</argLine>
<environmentVariables>
<TEST_AMAZON_ACCOUNT>${test.account}</TEST_AMAZON_ACCOUNT>
</environmentVariables>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

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.10</version>
<version>0.1.11</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.10</version>
<version>0.1.11</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.10</version>
<version>0.1.11</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.10</version>
<version>0.1.11</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.10</version>
<version>0.1.11</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.10</version>
<version>0.1.11</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.10</version>
<version>0.1.11</version>
</parent>

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

0 comments on commit ec97cca

Please sign in to comment.