Skip to content

Commit

Permalink
Update for BTrace 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbachorik committed Oct 7, 2020
1 parent 029251a commit 014a071
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ To bootstrap a new project use
mvn archetype:generate
-DgroupId=[your project's group id]
-DartifactId=[your project's artifact id]
-DarchetypeGroupId=io.btrace
-DarchetypeArtifactId=btrace-project-archetype
-DarchetypeVersion=2.0.2
```

## Usage
Expand Down
12 changes: 6 additions & 6 deletions btrace-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.btrace</groupId>
<artifactId>btrace-maven</artifactId>
<version>2.0.0</version>
<version>2.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.btrace</groupId>
Expand Down Expand Up @@ -73,17 +73,17 @@
<dependency>
<groupId>org.openjdk.btrace</groupId>
<artifactId>btrace-client</artifactId>
<version>2.0.0</version>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>2.2.1</version>
<version>3.6.3</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.4</version>
<version>3.6.0</version>
<scope>provided</scope>
</dependency>
<!-- <dependency>-->
Expand All @@ -96,12 +96,12 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.3.9</version>
<version>3.6.3</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.3</version>
<version>3.2.4</version>
</dependency>
</dependencies>
<properties>
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>2.0.0</version>
<version>2.0.2</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>2.0.0</btrace.plugin.version>
<btrace.plugin.version>2.0.2</btrace.plugin.version>
</properties>

<dependencies>
Expand Down
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,17 @@
<scm>
<connection>https://github.com/btraceio/btrace-maven.git</connection>
<url>https://github.com/btraceio/btrace-maven</url>
<tag>2.0.0</tag>
<tag>2.0.2</tag>
</scm>
<groupId>io.btrace</groupId>
<artifactId>btrace-maven</artifactId>
<packaging>pom</packaging>
<name>BTrace Maven Support</name>
<version>2.0.0</version>
<version>2.0.2</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<version.maven>3.0.5</version.maven>
</properties>
<modules>
<module>btrace-maven-plugin</module>
Expand Down Expand Up @@ -69,7 +68,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<configuration>
<source>8</source>
</configuration>
Expand Down Expand Up @@ -99,7 +98,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<version>3.2.0</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -112,7 +111,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
<version>3.2.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 014a071

Please sign in to comment.