Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: weld/parent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2677d61e119610869d3cd2d2d0720d84429d577c
Choose a base ref
..
head repository: weld/parent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 00a29cb185a79fa39616b06e1512f3997279a8bf
Choose a head ref
Showing with 12 additions and 12 deletions.
  1. +10 −10 .github/workflows/ci-actions.yml
  2. +2 −2 pom.xml
20 changes: 10 additions & 10 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ jobs:
run: |
JBOSS_HOME=`pwd`'/container/*'
export JBOSS_HOME=`echo $JBOSS_HOME`
mvn clean package -Pupdate-jboss-as -Dtck -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -f core/jboss-as/pom.xml
mvn clean package -Pupdate-jboss-as -Pupdate-jakarta-apis -Dtck -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -f core/jboss-as/pom.xml
- name: Zip Patched WildFly
run: |
cd container/
@@ -102,8 +102,8 @@ jobs:
java-version: 11,
}
- {
name: "17",
java-version: 17,
name: "21",
java-version: 21,
}
steps:
- name: Checkout Weld Parent repo
@@ -164,11 +164,11 @@ jobs:
matrix:
java:
- { name: "11",
java-version: 17,
java-version: 11,
}
- {
name: "17",
java-version: 17,
name: "21",
java-version: 21,
}
steps:
- name: Checkout Weld Parent repo
@@ -232,8 +232,8 @@ jobs:
java-version: 11,
}
- {
name: "17",
java-version: 17,
name: "21",
java-version: 21,
}
steps:
- name: Checkout Weld Parent repo
@@ -289,8 +289,8 @@ jobs:
java-version: 11,
}
- {
name: "17",
java-version: 11,
name: "21",
java-version: 21,
}
steps:
- name: Checkout Weld Parent repo
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -520,8 +520,8 @@
<artifactId>nexus-staging-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<serverId>oss.sonatype</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<serverId>sonatype-nexus-staging</serverId>
<!-- TODO should be eventually enabled, just commented out for testing pruposes -->
<!-- <autoReleaseAfterClose>true</autoReleaseAfterClose>-->
</configuration>