Skip to content

Commit 69a2bbe

Browse files
committed
Update versions
1 parent 1dd5eb5 commit 69a2bbe

File tree

12 files changed

+12
-1
lines changed

12 files changed

+12
-1
lines changed

ejb-multi-server/app-main/ear/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<groupId>org.wildfly.quickstarts</groupId>
2323
<artifactId>ejb-multi-server-app-main</artifactId>
2424
<version>11.0.0-SNAPSHOT</version>
25+
<relativePath>../pom.xml</relativePath>
2526
</parent>
2627
<artifactId>ejb-multi-server-app-main-ear</artifactId>
2728
<packaging>ear</packaging>

ejb-multi-server/app-main/ejb/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<groupId>org.wildfly.quickstarts</groupId>
2323
<artifactId>ejb-multi-server-app-main</artifactId>
2424
<version>11.0.0-SNAPSHOT</version>
25+
<relativePath>../pom.xml</relativePath>
2526
</parent>
2627
<artifactId>ejb-multi-server-app-main-ejb</artifactId>
2728
<packaging>ejb</packaging>

ejb-multi-server/app-main/web/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<groupId>org.wildfly.quickstarts</groupId>
2323
<artifactId>ejb-multi-server-app-main</artifactId>
2424
<version>11.0.0-SNAPSHOT</version>
25+
<relativePath>../pom.xml</relativePath>
2526
</parent>
2627
<artifactId>ejb-multi-server-app-main-web</artifactId>
2728
<packaging>war</packaging>

ejb-multi-server/app-one/ear/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<groupId>org.wildfly.quickstarts</groupId>
2323
<artifactId>ejb-multi-server-app-one</artifactId>
2424
<version>11.0.0-SNAPSHOT</version>
25+
<relativePath>../pom.xml</relativePath>
2526
</parent>
2627
<artifactId>ejb-multi-server-app-one-ear</artifactId>
2728
<packaging>ear</packaging>

ejb-multi-server/app-one/ejb/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<groupId>org.wildfly.quickstarts</groupId>
2323
<artifactId>ejb-multi-server-app-one</artifactId>
2424
<version>11.0.0-SNAPSHOT</version>
25+
<relativePath>../pom.xml</relativePath>
2526
</parent>
2627
<artifactId>ejb-multi-server-app-one-ejb</artifactId>
2728
<packaging>ejb</packaging>

ejb-multi-server/app-two/ear/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<groupId>org.wildfly.quickstarts</groupId>
2323
<artifactId>ejb-multi-server-app-two</artifactId>
2424
<version>11.0.0-SNAPSHOT</version>
25+
<relativePath>../pom.xml</relativePath>
2526
</parent>
2627
<artifactId>ejb-multi-server-app-two-ear</artifactId>
2728
<packaging>ear</packaging>

ejb-multi-server/app-two/ejb/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<groupId>org.wildfly.quickstarts</groupId>
2323
<artifactId>ejb-multi-server-app-two</artifactId>
2424
<version>11.0.0-SNAPSHOT</version>
25+
<relativePath>../pom.xml</relativePath>
2526
</parent>
2627
<artifactId>ejb-multi-server-app-two-ejb</artifactId>
2728
<packaging>ejb</packaging>

helloworld-classfiletransformer/src/main/java/hello/client/HelloClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class HelloClient {
4646

4747
public static void main(String[] args) throws NamingException, MalformedURLException {
4848

49-
String wsdlUrl = "http://localhost:8080/wildfly-helloworld-classfiletransformers-8.1.0-SNAPSHOT/HelloBean?wsdl";
49+
String wsdlUrl = "http://localhost:8080/helloworld-classfiletransformers/HelloBean?wsdl";
5050

5151
Hello webServiceClient = createClient(wsdlUrl, Hello.class);
5252

shopping-cart/client/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<groupId>org.wildfly.quickstarts</groupId>
2323
<artifactId>shopping-cart</artifactId>
2424
<version>11.0.0-SNAPSHOT</version>
25+
<relativePath>../pom.xml</relativePath>
2526
</parent>
2627
<artifactId>shopping-cart-client</artifactId>
2728
<packaging>jar</packaging>

shopping-cart/server/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<groupId>org.wildfly.quickstarts</groupId>
2323
<artifactId>shopping-cart</artifactId>
2424
<version>11.0.0-SNAPSHOT</version>
25+
<relativePath>../pom.xml</relativePath>
2526
</parent>
2627
<artifactId>shopping-cart-server</artifactId>
2728
<packaging>ejb</packaging>

0 commit comments

Comments
 (0)