Skip to content

Commit

Permalink
chore: Bump to 2.2-SNAPSHOT (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
heruan authored Sep 20, 2023
1 parent 70f8528 commit 8825bed
Show file tree
Hide file tree
Showing 11 changed files with 4,292 additions and 6,486 deletions.
2 changes: 1 addition & 1 deletion observability-kit-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>observability-kit</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</parent>

<artifactId>observability-kit-agent</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

public class InstrumentationHelper {
public static final String INSTRUMENTATION_NAME = "com.vaadin.observability.instrumentation";
public static final String INSTRUMENTATION_VERSION = "2.1";
public static final String INSTRUMENTATION_VERSION = "2.2";

private static final SpanNameGenerator generator = new SpanNameGenerator();
private static final SpanAttributeGenerator attrGet = new SpanAttributeGenerator();
Expand Down
10,328 changes: 4,087 additions & 6,241 deletions observability-kit-demo-hilla/package-lock.json

Large diffs are not rendered by default.

423 changes: 194 additions & 229 deletions observability-kit-demo-hilla/package.json

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions observability-kit-demo-hilla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>observability-kit</artifactId>
<groupId>com.vaadin</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</parent>

<properties>
Expand Down Expand Up @@ -106,11 +106,6 @@
<artifactId>exampledata</artifactId>
<version>${exampledata.version}</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-testbench-junit5</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion observability-kit-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>observability-kit</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</parent>
<artifactId>observability-kit-demo</artifactId>
<name>Observability Kit demo application</name>
Expand Down
2 changes: 1 addition & 1 deletion observability-kit-starter-hilla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>observability-kit</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</parent>

<groupId>dev.hilla</groupId>
Expand Down
2 changes: 1 addition & 1 deletion observability-kit-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>observability-kit</artifactId>
<groupId>com.vaadin</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion observability-kit-test/observability-kit-agent-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>observability-kit-test</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</parent>

<artifactId>observability-kit-agent-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion observability-kit-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>observability-kit</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</parent>
<artifactId>observability-kit-test</artifactId>
<packaging>pom</packaging>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>observability-kit</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
<packaging>pom</packaging>

<licenses>
Expand Down Expand Up @@ -56,8 +56,8 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<flow.version>24.1-SNAPSHOT</flow.version>
<hilla.version>2.1-SNAPSHOT</hilla.version>
<flow.version>24.2-SNAPSHOT</flow.version>
<hilla.version>2.2-SNAPSHOT</hilla.version>
<servlet.api.version>6.0.0</servlet.api.version>
<annotation.api.version>2.1.1</annotation.api.version>
<opentelemetry.version>1.23.0</opentelemetry.version>
Expand Down

0 comments on commit 8825bed

Please sign in to comment.