Skip to content

Commit 5390a9f

Browse files
committed
Update maven coordinates inside test
1 parent 63b3468 commit 5390a9f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

enterprise/maven.j2ee/test/unit/src/org/netbeans/modules/maven/j2ee/web/WebModuleImplTest.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ public void testGetJ2eeProfile_jakartaEE10WebSpecification() throws IOException
151151
}
152152

153153
public void testGetJ2eeProfile_warProject_jakartaEE11FullSpecification() throws IOException {
154-
checkJ2eeProfile(Profile.JAKARTA_EE_11_WEB, "jakarta.platform", "jakarta.jakartaee-api", "11.0.0-M1"); //NOI18N
154+
checkJ2eeProfile(Profile.JAKARTA_EE_11_WEB, "jakarta.platform", "jakarta.jakartaee-api", "11.0.0-RC1"); //NOI18N
155155
}
156156

157157
public void testGetJ2eeProfile_jakartaEE11WebSpecification() throws IOException {
158-
checkJ2eeProfile(Profile.JAKARTA_EE_11_WEB, "jakarta.platform", "jakarta.jakartaee-web-api", "11.0.0-M1"); //NOI18N
158+
checkJ2eeProfile(Profile.JAKARTA_EE_11_WEB, "jakarta.platform", "jakarta.jakartaee-web-api", "11.0.0-RC1"); //NOI18N
159159
}
160160

161161
public void testGetJ2eeProfile_javaEE5Full_glassfish() throws IOException {
@@ -215,19 +215,19 @@ public void testGetJ2eeProfile_jakartaEE91Web_glassfish() throws IOException {
215215
}
216216

217217
public void testGetJ2eeProfile_warProject_jakartaEE10Full_glassfish() throws IOException {
218-
checkJ2eeProfile(Profile.JAKARTA_EE_10_WEB, "org.glassfish.main.extras", "glassfish-embedded-all", "7.0.11"); //NOI18N
218+
checkJ2eeProfile(Profile.JAKARTA_EE_10_WEB, "org.glassfish.main.extras", "glassfish-embedded-all", "7.0.24"); //NOI18N
219219
}
220220

221221
public void testGetJ2eeProfile_jakartaEE10Web_glassfish() throws IOException {
222-
checkJ2eeProfile(Profile.JAKARTA_EE_10_WEB, "org.glassfish.main.extras", "glassfish-embedded-web", "7.0.11"); //NOI18N
222+
checkJ2eeProfile(Profile.JAKARTA_EE_10_WEB, "org.glassfish.main.extras", "glassfish-embedded-web", "7.0.24"); //NOI18N
223223
}
224224

225225
public void testGetJ2eeProfile_warProject_jakartaEE11Full_glassfish() throws IOException {
226-
checkJ2eeProfile(Profile.JAKARTA_EE_11_WEB, "org.glassfish.main.extras", "glassfish-embedded-all", "8.0.0-M1"); //NOI18N
226+
checkJ2eeProfile(Profile.JAKARTA_EE_11_WEB, "org.glassfish.main.extras", "glassfish-embedded-all", "8.0.0-M11"); //NOI18N
227227
}
228228

229229
public void testGetJ2eeProfile_jakartaEE11Web_glassfish() throws IOException {
230-
checkJ2eeProfile(Profile.JAKARTA_EE_11_WEB, "org.glassfish.main.extras", "glassfish-embedded-web", "8.0.0-M1"); //NOI18N
230+
checkJ2eeProfile(Profile.JAKARTA_EE_11_WEB, "org.glassfish.main.extras", "glassfish-embedded-web", "8.0.0-M11"); //NOI18N
231231
}
232232

233233
public void testGetJ2eeProfile_javaEE5_weblogic() throws IOException {

0 commit comments

Comments
 (0)