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
zavakid committed Apr 6, 2024
1 parent 984cf54 commit e0cfcb2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions auto-pipeline-annotations/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.foldright.auto-pipeline</groupId>
<artifactId>auto-pipeline-parent</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -26,6 +25,7 @@
<connection>scm:git:[email protected]:foldright/auto-pipeline.git</connection>
<developerConnection>scm:git:[email protected]:foldright/auto-pipeline.git</developerConnection>
<url>https://github.com/foldright/auto-pipeline</url>
</scm>
<tag>HEAD</tag>
</scm>

</project>
8 changes: 4 additions & 4 deletions auto-pipeline-examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.foldright.auto-pipeline</groupId>
<artifactId>auto-pipeline-parent</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -26,7 +25,8 @@
<connection>scm:git:[email protected]:foldright/auto-pipeline.git</connection>
<developerConnection>scm:git:[email protected]:foldright/auto-pipeline.git</developerConnection>
<url>https://github.com/foldright/auto-pipeline</url>
</scm>
<tag>HEAD</tag>
</scm>

<properties>
<!--
Expand Down
8 changes: 4 additions & 4 deletions auto-pipeline-processor/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.foldright.auto-pipeline</groupId>
<artifactId>auto-pipeline-parent</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -26,7 +25,8 @@
<connection>scm:git:[email protected]:foldright/auto-pipeline.git</connection>
<developerConnection>scm:git:[email protected]:foldright/auto-pipeline.git</developerConnection>
<url>https://github.com/foldright/auto-pipeline</url>
</scm>
<tag>HEAD</tag>
</scm>

<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.foldright.auto-pipeline</groupId>
<artifactId>auto-pipeline-parent</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<url>https://github.com/foldright/auto-pipeline</url>
Expand All @@ -29,7 +28,8 @@
<connection>scm:git:[email protected]:foldright/auto-pipeline.git</connection>
<developerConnection>scm:git:[email protected]:foldright/auto-pipeline.git</developerConnection>
<url>https://github.com/foldright/auto-pipeline</url>
</scm>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
<name>XuZebin</name>
Expand Down

0 comments on commit e0cfcb2

Please sign in to comment.