Skip to content

Commit a3486cb

Browse files
authored
Merge pull request #39 from aws-samples/release/1.2.2
Upgrade agent to 1.2.2
2 parents 52d1262 + 35dafd2 commit a3486cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export AWS_CODEGURU_TARGET_REGION=YOUR-AWS-REGION
7171
# Run the demo!
7272
export AWS_CODEGURU_PROFILER_GROUP_NAME=DemoApplication-WithIssues
7373
mvn clean install # generates the DemoApplication-1.0-jar-with-dependencies.jar
74-
java -javaagent:codeguru-profiler-java-agent-standalone-1.2.1.jar \
74+
java -javaagent:codeguru-profiler-java-agent-standalone-1.2.2.jar \
7575
-jar target/DemoApplication-1.0-jar-with-dependencies.jar with-issues
7676
```
7777

@@ -86,7 +86,7 @@ export AWS_CODEGURU_TARGET_REGION=YOUR-AWS-REGION
8686
# Run the demo!
8787
export AWS_CODEGURU_PROFILER_GROUP_NAME=DemoApplication-WithoutIssues
8888
mvn clean install # generates the DemoApplication-1.0-jar-with-dependencies.jar
89-
java -javaagent:codeguru-profiler-java-agent-standalone-1.2.1.jar \
89+
java -javaagent:codeguru-profiler-java-agent-standalone-1.2.2.jar \
9090
-jar target/DemoApplication-1.0-jar-with-dependencies.jar without-issues
9191
```
9292

14.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)