Skip to content

Commit

Permalink
Merge pull request #262 from signalfx/prepare-1.0.22-release
Browse files Browse the repository at this point in the history
Prepare 1.0.22 release
  • Loading branch information
Mateusz Rzeszutek authored Aug 12, 2022
2 parents 85c2845 + 2eb399c commit fe690a2
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you're using Maven, add the following to your project's `pom.xml` file.
<dependency>
<groupId>com.signalfx.public</groupId>
<artifactId>signalfx-codahale</artifactId>
<version>1.0.21</version>
<version>1.0.22</version>
</dependency>
```

Expand All @@ -51,7 +51,7 @@ If you're using Maven, add the following to your project's `pom.xml` file.
<dependency>
<groupId>com.signalfx.public</groupId>
<artifactId>signalfx-yammer</artifactId>
<version>1.0.21</version>
<version>1.0.22</version>
</dependency>
```

Expand All @@ -62,13 +62,13 @@ If you're using SBT, add the following to your project's `build.sbt` file.
* To work with Codahale 3.0.x:

```
libraryDependencies += "com.signalfx.public" % "signalfx-codahale" % "1.0.21"
libraryDependencies += "com.signalfx.public" % "signalfx-codahale" % "1.0.22"
```

* To work with Yammer Metrics 2.0.x:

```
libraryDependencies += "com.signalfx.public" % "signalfx-yammer" % "1.0.21"
libraryDependencies += "com.signalfx.public" % "signalfx-yammer" % "1.0.22"
```

### From source
Expand Down
4 changes: 2 additions & 2 deletions micrometer-registry-signalfx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.signalfx.public</groupId>
<artifactId>clients-parent</artifactId>
<version>1.0.21</version>
<version>1.0.22</version>
</parent>

<artifactId>micrometer-registry-signalfx</artifactId>
Expand All @@ -16,7 +16,7 @@
<description>
A temporary fork of the io.micrometer:micrometer-registry-signalfx project
</description>
<version>1.9.2-splunk</version>
<version>1.9.2-splunk2</version>

<url>https://www.signalfx.com</url>

Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.signalfx.public</groupId>
<artifactId>clients-parent</artifactId>
<name>SignalFx parent</name>
<version>1.0.21</version>
<version>1.0.22</version>
<packaging>pom</packaging>

<description>
Expand Down Expand Up @@ -106,27 +106,27 @@
<dependency>
<groupId>com.signalfx.public</groupId>
<artifactId>signalfx-protoc</artifactId>
<version>1.0.21</version>
<version>1.0.22</version>
</dependency>
<dependency>
<groupId>com.signalfx.public</groupId>
<artifactId>signalfx-codahale</artifactId>
<version>1.0.21</version>
<version>1.0.22</version>
</dependency>
<dependency>
<groupId>com.signalfx.public</groupId>
<artifactId>signalfx-yammer</artifactId>
<version>1.0.21</version>
<version>1.0.22</version>
</dependency>
<dependency>
<groupId>com.signalfx.public</groupId>
<artifactId>signalfx-commons-protoc-java</artifactId>
<version>1.0.21</version>
<version>1.0.22</version>
</dependency>
<dependency>
<groupId>com.signalfx.public</groupId>
<artifactId>signalfx-java</artifactId>
<version>1.0.21</version>
<version>1.0.22</version>
</dependency>

<!-- shaded and included in the jar -->
Expand Down
2 changes: 1 addition & 1 deletion signalfx-codahale/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.signalfx.public</groupId>
<artifactId>clients-parent</artifactId>
<version>1.0.21</version>
<version>1.0.22</version>
</parent>

<artifactId>signalfx-codahale</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion signalfx-commons-protoc-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.signalfx.public</groupId>
<artifactId>clients-parent</artifactId>
<version>1.0.21</version>
<version>1.0.22</version>
</parent>

<artifactId>signalfx-commons-protoc-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion signalfx-java-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.signalfx.example</groupId>
<artifactId>signalfx.example</artifactId>
<version>1.0.21</version>
<version>1.0.22</version>
<packaging>jar</packaging>

<name>SignalFx client library examples</name>
Expand Down
2 changes: 1 addition & 1 deletion signalfx-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.signalfx.public</groupId>
<artifactId>clients-parent</artifactId>
<version>1.0.21</version>
<version>1.0.22</version>
</parent>

<artifactId>signalfx-java</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public abstract class AbstractHttpReceiverConnection {
protected static final Logger log = LoggerFactory.getLogger(AbstractHttpReceiverConnection.class);

// Do not modify this line. It is auto replaced to a version number.
public static final String VERSION_NUMBER = "1.0.21";
public static final String VERSION_NUMBER = "1.0.22";
public static final String USER_AGENT = "SignalFx-java-client/" + VERSION_NUMBER;
public static final String DISABLE_COMPRESSION_PROPERTY = "com.signalfx.public.java.disableHttpCompression";

Expand Down
2 changes: 1 addition & 1 deletion signalfx-protoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.signalfx.public</groupId>
<artifactId>clients-parent</artifactId>
<version>1.0.21</version>
<version>1.0.22</version>
</parent>

<artifactId>signalfx-protoc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion signalfx-yammer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.signalfx.public</groupId>
<artifactId>clients-parent</artifactId>
<version>1.0.21</version>
<version>1.0.22</version>
</parent>

<artifactId>signalfx-yammer</artifactId>
Expand Down

0 comments on commit fe690a2

Please sign in to comment.