Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
eg-oss-ci committed Nov 8, 2024
1 parent c30bbfa commit f71c034
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion drone-fly-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.expediagroup</groupId>
<artifactId>drone-fly-parent</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>drone-fly-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion drone-fly-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.expediagroup</groupId>
<artifactId>drone-fly-parent</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>drone-fly-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion drone-fly-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.expediagroup</groupId>
<artifactId>drone-fly-parent</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>drone-fly-integration-tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>drone-fly-parent</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<inceptionYear>2020</inceptionYear>
<packaging>pom</packaging>

Expand Down Expand Up @@ -44,7 +44,7 @@
<connection>scm:git:https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/ExpediaGroup/drone-fly.git</connection>
<developerConnection>scm:git:https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/ExpediaGroup/drone-fly.git</developerConnection>
<url>https://github.com/ExpediaGroup/drone-fly</url>
<tag>drone-fly-parent-1.0.2</tag>
<tag>drone-fly-parent-1.0.1</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit f71c034

Please sign in to comment.