diff --git a/aws-xray-auto-instrumentation-agent-bootstrap/pom.xml b/aws-xray-auto-instrumentation-agent-bootstrap/pom.xml index e3248f8..1f90834 100644 --- a/aws-xray-auto-instrumentation-agent-bootstrap/pom.xml +++ b/aws-xray-auto-instrumentation-agent-bootstrap/pom.xml @@ -3,7 +3,7 @@ com.amazonaws aws-xray-auto-instrumentation-agent-pom - 2.4.0-beta + 2.4.0-beta.1 aws-xray-auto-instrumentation-agent-bootstrap AWS X-Ray Auto Instrumentation Agent for Java - Bootstrap diff --git a/aws-xray-auto-instrumentation-agent-installer/pom.xml b/aws-xray-auto-instrumentation-agent-installer/pom.xml index aafd147..9547d5c 100644 --- a/aws-xray-auto-instrumentation-agent-installer/pom.xml +++ b/aws-xray-auto-instrumentation-agent-installer/pom.xml @@ -3,7 +3,7 @@ com.amazonaws aws-xray-auto-instrumentation-agent-pom - 2.4.0-beta + 2.4.0-beta.1 aws-xray-auto-instrumentation-agent-installer AWS X-Ray Auto Instrumentation Agent for Java - Installer diff --git a/aws-xray-auto-instrumentation-agent-installer/src/main/java/com/amazonaws/xray/agent/XRayAgentInstaller.java b/aws-xray-auto-instrumentation-agent-installer/src/main/java/com/amazonaws/xray/agent/XRayAgentInstaller.java index de42b44..5489b85 100644 --- a/aws-xray-auto-instrumentation-agent-installer/src/main/java/com/amazonaws/xray/agent/XRayAgentInstaller.java +++ b/aws-xray-auto-instrumentation-agent-installer/src/main/java/com/amazonaws/xray/agent/XRayAgentInstaller.java @@ -76,8 +76,8 @@ public static void installInLambda(String agentArgs) { // TODO Dynamic Versioning based on maven properties. // Should we parse agentArgs directly or assume it's the service name or config? System.setProperty("software.amazon.disco.agent.jar.bytebuddy.agent.toolsjar", "/opt/java/lib/tools.jar"); - final String bootstrapJarPath = "/opt/java/lib/aws-xray-auto-instrumentation-agent-bootstrap-2.4.0.jar"; - final String runtimeJarPath = "/opt/java/lib/aws-xray-auto-instrumentation-agent-runtime-2.4.0.jar"; + final String bootstrapJarPath = "/opt/java/lib/aws-xray-auto-instrumentation-agent-bootstrap-2.4.0-beta.1.jar"; + final String runtimeJarPath = "/opt/java/lib/aws-xray-auto-instrumentation-agent-runtime-2.4.0-beta.1.jar"; install(bootstrapJarPath, runtimeJarPath, agentArgs); } diff --git a/aws-xray-auto-instrumentation-agent-runtime/pom.xml b/aws-xray-auto-instrumentation-agent-runtime/pom.xml index 09ead74..8ce8584 100644 --- a/aws-xray-auto-instrumentation-agent-runtime/pom.xml +++ b/aws-xray-auto-instrumentation-agent-runtime/pom.xml @@ -7,7 +7,7 @@ com.amazonaws aws-xray-auto-instrumentation-agent-pom - 2.4.0-beta + 2.4.0-beta.1 aws-xray-auto-instrumentation-agent-runtime AWS X-Ray Auto Instrumentation Agent for Java - Runtime diff --git a/pom.xml b/pom.xml index 59ade9d..af6ad05 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ aws-xray-auto-instrumentation-agent-pom AWS X-Ray Auto Instrumentation Agent for Java - 2.4.0-beta + 2.4.0-beta.1 aws-xray-auto-instrumentation-agent-bootstrap aws-xray-auto-instrumentation-agent-runtime