Skip to content

Commit

Permalink
[maven-release-plugin] prepare release workflow-parent-1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
julianladisch committed Mar 21, 2023
1 parent 1b0c5b4 commit f13785b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
6 changes: 2 additions & 4 deletions components/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +12,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>workflow-parent</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>

<dependencies>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<artifactId>workflow-parent</artifactId>

<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>

<name>Workflow Parent</name>

Expand Down Expand Up @@ -74,7 +72,7 @@
<url>https://github.com/folio-org/mod-workflow</url>
<connection>scm:git:git://github.com:folio-org/mod-workflow.git</connection>
<developerConnection>scm:git:[email protected]:folio-org/mod-workflow.git</developerConnection>
<tag>HEAD</tag>
<tag>workflow-parent-1.1.3</tag>
</scm>

</project>
6 changes: 2 additions & 4 deletions service/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?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>

Expand All @@ -14,7 +12,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>workflow-parent</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>

<packaging>jar</packaging>
Expand Down

0 comments on commit f13785b

Please sign in to comment.