Skip to content

Commit

Permalink
[maven-release-plugin] prepare release spf4j-8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zolyfarkas committed Dec 16, 2016
1 parent 15af593 commit 1e986b9
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -21,7 +21,7 @@

<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.2.1-SNAPSHOT</version>
<version>8.2.1</version>
<packaging>pom</packaging>
<description>A collection of utilities to measure, monitor and achieve performance</description>

Expand Down Expand Up @@ -60,7 +60,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>spf4j-7.2.23</tag>
<tag>spf4j-8.2.1</tag>
</scm>

<mailingLists>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-asm/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.2.1-SNAPSHOT</version>
<version>8.2.1</version>
</parent>
<name>${project.artifactId}</name>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-aspects/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.2.1-SNAPSHOT</version>
<version>8.2.1</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/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.2.1-SNAPSHOT</version>
<version>8.2.1</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-benchmarks/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.2.1-SNAPSHOT</version>
<version>8.2.1</version>
</parent>
<name>${project.artifactId}</name>
<description>This module contains a set of JMH bechmarks to validate performance of
Expand Down
2 changes: 1 addition & 1 deletion spf4j-config-discovery-maven-plugin/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>spf4j</artifactId>
<groupId>org.spf4j</groupId>
<version>8.2.1-SNAPSHOT</version>
<version>8.2.1</version>
</parent>

<groupId>org.spf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-core/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.2.1-SNAPSHOT</version>
<version>8.2.1</version>
</parent>
<name>${project.artifactId}</name>
<description>A contiously growing collection of utilities to measure performance, get better diagnostics,
Expand Down
2 changes: 1 addition & 1 deletion spf4j-jmh/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.2.1-SNAPSHOT</version>
<version>8.2.1</version>
</parent>
<name>${project.artifactId}</name>
<description>spf4j profiler and and java flight recorder JMH integration</description>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-junit/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.2.1-SNAPSHOT</version>
<version>8.2.1</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-ui/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.2.1-SNAPSHOT</version>
<version>8.2.1</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/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>8.2.1-SNAPSHOT</version>
<version>8.2.1</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 1e986b9

Please sign in to comment.