Skip to content

Commit

Permalink
upgrade nexus-staging-maven-plugin to 1.7.0, revert versions
Browse files Browse the repository at this point in the history
  • Loading branch information
grossopa committed Dec 28, 2024
1 parent 0002c0d commit 7246c8b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion hamster-playwright/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.github.grossopa</groupId>
<artifactId>hamster-selenium-parent</artifactId>
<version>1.13.0-SNAPSHOT</version>
<version>1.12.0-SNAPSHOT</version>
</parent>

<artifactId>hamster-playwright</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hamster-selenium-component-antdesign/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>hamster-selenium-parent</artifactId>
<groupId>com.github.grossopa</groupId>
<version>1.13.0-SNAPSHOT</version>
<version>1.12.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hamster-selenium-component-html/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>hamster-selenium-parent</artifactId>
<groupId>com.github.grossopa</groupId>
<version>1.13.0-SNAPSHOT</version>
<version>1.12.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hamster-selenium-component-mat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>hamster-selenium-parent</artifactId>
<groupId>com.github.grossopa</groupId>
<version>1.13.0-SNAPSHOT</version>
<version>1.12.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hamster-selenium-component-materialui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>hamster-selenium-parent</artifactId>
<groupId>com.github.grossopa</groupId>
<version>1.13.0-SNAPSHOT</version>
<version>1.12.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hamster-selenium-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>hamster-selenium-parent</artifactId>
<groupId>com.github.grossopa</groupId>
<version>1.13.0-SNAPSHOT</version>
<version>1.12.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hamster-selenium-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>hamster-selenium-parent</artifactId>
<groupId>com.github.grossopa</groupId>
<version>1.13.0-SNAPSHOT</version>
<version>1.12.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<groupId>com.github.grossopa</groupId>
<artifactId>hamster-selenium-parent</artifactId>
<packaging>pom</packaging>
<version>1.13.0-SNAPSHOT</version>
<version>1.12.0-SNAPSHOT</version>

<name>hamster-selenium-parent</name>
<description>The framework to support selenium to be able to test against web applications built from modern
Expand Down Expand Up @@ -98,7 +98,7 @@
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
<maven-source-plugin.version>2.2.1</maven-source-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<nexus-staging-maven-plugin.version>1.6.7</nexus-staging-maven-plugin.version>
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
<pitest-maven.version>1.5.2</pitest-maven.version>
<pitest-junit5-plugin.version>0.14</pitest-junit5-plugin.version>

Expand Down

0 comments on commit 7246c8b

Please sign in to comment.