Skip to content

Commit

Permalink
[maven-release-plugin] prepare release spf4j-8.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zolyfarkas committed Dec 9, 2023
1 parent e589082 commit 0e2b37d
Show file tree
Hide file tree
Showing 26 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
<packaging>pom</packaging>
<description>Simple Performance Framework for Java, A collection of utilities to measure, monitor and achieve performance</description>

Expand Down Expand Up @@ -90,7 +90,7 @@
<connection>scm:git:https://github.com/zolyfarkas/spf4j.git</connection>
<developerConnection>scm:git:https://github.com/zolyfarkas/spf4j.git</developerConnection>
<url>https://github.com/zolyfarkas/spf4j/</url>
<tag>HEAD</tag>
<tag>spf4j-8.9.9</tag>
</scm>

<mailingLists>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-aether/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>
<name>${project.artifactId}</name>
<description>Maven artifact retrieval utilities</description>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-asm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>
<name>${project.artifactId}</name>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-aspects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>
<name>${project.artifactId}</name>
<description>spf4j aspects for monitoring performance and retry</description>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-avro-components/maven-avro-schema-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j-avro-components</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>
<artifactId>maven-avro-schema-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-avro-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>
<name>${project.artifactId}</name>
<description>Avro utilities, more efficient GenericRecords, Schema traversal code...</description>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-avro-components/spf4j-avro-adapter-fork/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j-avro-components</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>
<name>${project.artifactId}</name>
<description>Avro library adapter, this library adapts spf4j avro use cases to the particulars
Expand Down
2 changes: 1 addition & 1 deletion spf4j-avro-components/spf4j-avro-adapter-official/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j-avro-components</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>
<name>${project.artifactId}</name>
<description>Avro library adapter, this library adapts spf4j avro use cases to the particulars
Expand Down
4 changes: 2 additions & 2 deletions spf4j-avro-components/spf4j-avro-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j-avro-components</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
<name>${project.artifactId}</name>
<description>Avro library adapter, this library adapts spf4j avro use cases to the particulars
of the official distro or the fork that spf4j is optimized against </description>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-avro-components/spf4j-avro-lib-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j-avro-components</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>
<name>${project.artifactId}</name>
<description>Avro adaptation (abstraction layer betwen zolyfarkas/avro and apache/avro) utils.</description>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-avro-components/spf4j-avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j-avro-components</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>
<name>${project.artifactId}</name>
<description>Avro utilities, more efficient GenericRecords, Schema traversal code...</description>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-config-discovery-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>spf4j</artifactId>
<groupId>org.spf4j</groupId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>

<artifactId>spf4j-config-discovery-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-core-gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>
<name>${project.artifactId}</name>
<description>A continuously growing collection of gwt compatible components from spf4-core</description>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>
<name>${project.artifactId}</name>
<description>A continuously growing collection of utilities to measure performance, get better diagnostics,
Expand Down
2 changes: 1 addition & 1 deletion spf4j-jacoco-aggregate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>
<name>${project.artifactId}</name>
<description>This module aggregates all coverage reports</description>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-jdiff-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spf4j</artifactId>
<groupId>org.spf4j</groupId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>

<artifactId>spf4j-jdiff-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-jmh-11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
<relativePath>../</relativePath>
</parent>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-jmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
<relativePath>../</relativePath>
</parent>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-joda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>
<name>${project.artifactId}</name>
<description>Collections of joda utilities</description>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>
<name>${project.artifactId}</name>
<description>Junit integration that allows you to profile your unit tests</description>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-maven-schema-resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>
<name>${project.artifactId}</name>
<description>Avro schema resolver,
Expand Down
2 changes: 1 addition & 1 deletion spf4j-slf4j-test-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>
<name>${project.artifactId}</name>
<description>A slf4j backend for your unit tests</description>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-slf4j-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>
<name>${project.artifactId}</name>
<description>A slf4j backend for your unit tests</description>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>
<name>${project.artifactId}</name>
<description>A simple swing UI that allows you to visualize/export diagnostic files generates
Expand Down
2 changes: 1 addition & 1 deletion spf4j-zel-javax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>
<name>${project.artifactId}</name>
<description>The ZEL language JSR 223 adapter library</description>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-zel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.9.9-SNAPSHOT</version>
<version>8.9.9</version>
</parent>
<name>${project.artifactId}</name>
<description>The ZEL language, a simple language with concurency facilities, mathematical operations...</description>
Expand Down

0 comments on commit 0e2b37d

Please sign in to comment.