Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtkachenko committed Jan 19, 2024
1 parent 4e51126 commit d2eba5c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 17 deletions.
2 changes: 1 addition & 1 deletion folio-spring-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>folio-spring-support</artifactId>
<version>7.3.0-SNAPSHOT</version>
<version>8.0.0</version>
</parent>

<name>folio-spring-base</name>
Expand Down
6 changes: 2 additions & 4 deletions folio-spring-common/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 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>org.folio</groupId>
<artifactId>folio-spring-support</artifactId>
<version>7.3.0-SNAPSHOT</version>
<version>8.0.0</version>
</parent>

<name>folio-spring-common</name>
Expand Down
2 changes: 1 addition & 1 deletion folio-spring-cql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>folio-spring-support</artifactId>
<version>7.3.0-SNAPSHOT</version>
<version>8.0.0</version>
</parent>

<name>folio-spring-cql</name>
Expand Down
6 changes: 2 additions & 4 deletions folio-spring-i18n/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 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>org.folio</groupId>
<artifactId>folio-spring-support</artifactId>
<version>7.3.0-SNAPSHOT</version>
<version>8.0.0</version>
</parent>

<name>folio-spring-i18n</name>
Expand Down
2 changes: 1 addition & 1 deletion folio-spring-system-user/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>folio-spring-support</artifactId>
<version>7.3.0-SNAPSHOT</version>
<version>8.0.0</version>
</parent>

<name>folio-spring-system-user</name>
Expand Down
6 changes: 2 additions & 4 deletions folio-spring-testing/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?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>
<parent>
<groupId>org.folio</groupId>
<artifactId>folio-spring-support</artifactId>
<version>7.3.0-SNAPSHOT</version>
<version>8.0.0</version>
</parent>

<artifactId>folio-spring-testing</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.folio</groupId>
<artifactId>folio-spring-support</artifactId>
<version>7.3.0-SNAPSHOT</version>
<version>8.0.0</version>
<name>folio-spring-support</name>
<description>This is a library (jar) that contains the basic functionality and main dependencies required for
development FOLIO modules using
Expand Down Expand Up @@ -348,7 +348,7 @@
<url>https://github.com/folio-org/folio-spring-support</url>
<connection>scm:git:[email protected]:folio-org/folio-spring-support.git</connection>
<developerConnection>scm:git:[email protected]:folio-org/folio-spring-support.git</developerConnection>
<tag>HEAD</tag>
<tag>v8.0.0</tag>
</scm>

<repositories>
Expand Down

0 comments on commit d2eba5c

Please sign in to comment.