Skip to content

Commit f870349

Browse files
authored
Merge pull request #5 from newrelic-experimental/gsidhwani-nr-patch-1
Update release.yml
2 parents 7785466 + dd804dc commit f870349

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Release (Manual Run) v1.3
1+
name: Build and Release (Manual Run) v1.4
22

33
on:
44
workflow_dispatch: # This event allows manual triggering
@@ -18,10 +18,10 @@ jobs:
1818
fetch-depth: 0
1919

2020

21-
- name: Set up JDK 8
21+
- name: Set up JDK 17
2222
uses: actions/setup-java@v3
2323
with:
24-
java-version: 8
24+
java-version: 17
2525
distribution: 'temurin'
2626

2727

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Version: [v1.0.2](https://github.com/newrelic-experimental/newrelic-java-apache-axis2/releases/tag/v1.0.2) | Created: 2025-08-06
2+
3+
14
## Version: [v1.0.1](https://github.com/newrelic-experimental/newrelic-java-apache-axis2/releases/tag/v1.0.1) | Created: 2023-09-21
25
### Build Upgrades
36
- Updated vendor Title

apache-axis2-2.0/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
apply plugin: 'java'
55

6+
java {
7+
sourceCompatibility = JavaVersion.VERSION_17
8+
targetCompatibility = JavaVersion.VERSION_17
9+
}
10+
611
dependencies {
712
implementation 'org.apache.axis2:axis2-kernel:2.0.0'
813
implementation 'org.apache.axis2:axis2-transport-http:2.0.0'

0 commit comments

Comments
 (0)