File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - uses : actions/checkout@v2
26- - uses : actions/cache@v1
26+ - uses : actions/cache@v3
2727 with :
2828 path : ~/.m2/repository
2929 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -35,12 +35,12 @@ jobs:
3535 java-version : ${{ matrix.java }}
3636 - name : Build and Test on ${{ matrix.java }}
3737 run : mvn clean install
38- - uses : actions/upload-artifact@v2
38+ - uses : actions/upload-artifact@v4
3939 if : failure()
4040 with :
4141 name : surefire-reports-${{ matrix.os }}-${{ matrix.java }}
4242 path : ' **/surefire-reports/*.txt'
43- - uses : actions/upload-artifact@v2
43+ - uses : actions/upload-artifact@v4
4444 if : failure()
4545 with :
4646 name : logs-${{ matrix.os }}-${{ matrix.java }}
Original file line number Diff line number Diff line change 4545 <version .junit>4.13.2</version .junit>
4646 <version .inject>1</version .inject>
4747 <version .org.codehaus.mojo.properties-maven-plugin>1.0.0</version .org.codehaus.mojo.properties-maven-plugin>
48- <version .org.jboss.eap>8.1.0.Beta -redhat-00001</version .org.jboss.eap>
49- <version .org.jboss.eap.maven.plugin>2.0.0.Beta1 -redhat-00002 </version .org.jboss.eap.maven.plugin>
50- <version .org.jboss.jboss-dmr>1.5.1 .Final-redhat-00001</version .org.jboss.jboss-dmr>
51- <version .org.wildfly.core>27.0.1. Final-redhat-00002 </version .org.wildfly.core>
48+ <version .org.jboss.eap>8.1.0.GA -redhat-00001</version .org.jboss.eap>
49+ <version .org.jboss.eap.maven.plugin>2.0.0.Final -redhat-00001 </version .org.jboss.eap.maven.plugin>
50+ <version .org.jboss.jboss-dmr>1.7.0 .Final-redhat-00001</version .org.jboss.jboss-dmr>
51+ <version .org.wildfly.core>27.1.0. Final-redhat-00001 </version .org.wildfly.core>
5252 <version .org.wildfly.galleon-plugins>7.3.1.Final</version .org.wildfly.galleon-plugins>
5353 <
jbossas .repo.scm.connection>
[email protected] :jbossas/eap-datasources-galleon-pack.git</
jbossas .repo.scm.connection>
5454 <jbossas .repo.scm.url>https://github.com/jbossas/eap-datasources-galleon-pack</jbossas .repo.scm.url>
You can’t perform that action at this time.
0 commit comments