Skip to content

Commit

Permalink
[maven-release-plugin] prepare release aigenpipeline-2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and stoerr committed Jan 5, 2025
1 parent 9d6ae51 commit 85a3ed4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions aigenpipeline-commandline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.stoerr.ai.aigenpipeline</groupId>
<artifactId>aigenpipeline</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>aigenpipeline-commandline</artifactId>
<packaging>jar</packaging>
Expand All @@ -18,7 +18,7 @@
<url>https://aigenpipeline.stoerr.net/</url>
<scm>
<url>https://github.com/stoerr/AIGenPipeline.git</url>
<tag>HEAD</tag>
<tag>aigenpipeline-2.1.1</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions aigenpipeline-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.stoerr.ai.aigenpipeline</groupId>
<artifactId>aigenpipeline</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>aigenpipeline-framework</artifactId>
<packaging>jar</packaging>
Expand All @@ -14,7 +14,7 @@
<url>https://aigenpipeline.stoerr.net/</url>
<scm>
<url>https://github.com/stoerr/AIGenPipeline.git</url>
<tag>HEAD</tag>
<tag>aigenpipeline-2.1.1</tag>
</scm>
<dependencies>
<dependency>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>net.stoerr.ai.aigenpipeline</groupId>
<artifactId>aigenpipeline</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<packaging>pom</packaging>
<modules>
<module>aigenpipeline-commandline</module>
Expand All @@ -20,7 +19,7 @@
<url>https://github.com/stoerr/AIGenPipeline.git</url>
<connection>scm:git:https://github.com/stoerr/AIGenPipeline.git</connection>
<developerConnection>scm:git:https://github.com/stoerr/AIGenPipeline.git</developerConnection>
<tag>HEAD</tag>
<tag>aigenpipeline-2.1.1</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 85a3ed4

Please sign in to comment.