Skip to content

Commit

Permalink
updating for BTrace 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jbachorik committed Aug 5, 2016
1 parent 762ec0b commit 3a116c3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions btrace-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.btrace</groupId>
<artifactId>btrace-maven</artifactId>
<version>1.3.7.1</version>
<version>1.3.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.btrace</groupId>
Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>com.sun.tools.btrace</groupId>
<artifactId>btrace-client</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
2 changes: 1 addition & 1 deletion btrace-project-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.btrace</groupId>
<artifactId>btrace-maven</artifactId>
<version>1.3.7.1</version>
<version>1.3.8.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>${version}</version>

<properties>
<btrace.plugin.version>1.3.7.1</btrace.plugin.version>
<btrace.plugin.version>1.3.8.1</btrace.plugin.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
<scm>
<connection>https://github.com/btraceio/btrace-maven.git</connection>
<url>https://github.com/btraceio/btrace-maven</url>
<tag>1.3.7.1</tag>
<tag>1.3.8.1</tag>
</scm>
<groupId>io.btrace</groupId>
<artifactId>btrace-maven</artifactId>
<packaging>pom</packaging>
<name>BTrace Maven Support</name>
<version>1.3.7.1</version>
<version>1.3.8.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
Expand Down

0 comments on commit 3a116c3

Please sign in to comment.