Skip to content

Commit 2c408eb

Browse files
committed
Update benchmark reference version
1 parent 91b5e0d commit 2c408eb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

benchmark/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ questions.
5353
<dependency>
5454
<groupId>com.sun.tools.btrace</groupId>
5555
<artifactId>btrace-client</artifactId>
56-
<version>1.3.11-dev</version>
56+
<version>1.3.11</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.sun.tools.btrace</groupId>
6060
<artifactId>btrace-agent</artifactId>
61-
<version>1.3.11-dev</version>
61+
<version>1.3.11</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.sun.tools.btrace</groupId>
6565
<artifactId>btrace-boot</artifactId>
66-
<version>1.3.11-dev</version>
66+
<version>1.3.11</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>sun.jdk</groupId>
@@ -219,5 +219,5 @@ questions.
219219
</dependencyManagement>
220220
</profile>
221221
</profiles>
222-
<description>A JMH benchmar to assert the overhead imposed by various types of BTrace instrumentation</description>
222+
<description>A JMH benchmark to assert the overhead imposed by various types of BTrace instrumentation</description>
223223
</project>

0 commit comments

Comments
 (0)