Skip to content

Commit 7b57114

Browse files
committed
Upgrade the wildfly-parent to 1.0.2.Final.
Signed-off-by: James R. Perkins <jperkins@redhat.com>
1 parent f5e1a31 commit 7b57114

45 files changed

Lines changed: 865 additions & 865 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.wildfly.tools</groupId>
2929
<artifactId>wildfly-parent</artifactId>
30-
<version>1.0.1.Final</version>
30+
<version>1.0.2.Final</version>
3131
</parent>
3232
<groupId>org.wildfly.plugins</groupId>
3333
<artifactId>wildfly-maven-plugin-parent</artifactId>

tests/domain-tests/src/test/resources/test-project/add-resource-pom.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<!--
2-
~ JBoss, Home of Professional Open Source.
3-
~ Copyright 2013, Red Hat, Inc., and individual contributors
4-
~ as indicated by the @author tags. See the copyright.txt file in the
5-
~ distribution for a full listing of individual contributors.
6-
~
7-
~ This is free software; you can redistribute it and/or modify it
8-
~ under the terms of the GNU Lesser General Public License as
9-
~ published by the Free Software Foundation; either version 2.1 of
10-
~ the License, or (at your option) any later version.
11-
~
12-
~ This software is distributed in the hope that it will be useful,
13-
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
~ Lesser General Public License for more details.
16-
~
17-
~ You should have received a copy of the GNU Lesser General Public
18-
~ License along with this software; if not, write to the Free
19-
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20-
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
21-
-->
2+
~ JBoss, Home of Professional Open Source.
3+
~ Copyright 2013, Red Hat, Inc., and individual contributors
4+
~ as indicated by the @author tags. See the copyright.txt file in the
5+
~ distribution for a full listing of individual contributors.
6+
~
7+
~ This is free software; you can redistribute it and/or modify it
8+
~ under the terms of the GNU Lesser General Public License as
9+
~ published by the Free Software Foundation; either version 2.1 of
10+
~ the License, or (at your option) any later version.
11+
~
12+
~ This software is distributed in the hope that it will be useful,
13+
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15+
~ Lesser General Public License for more details.
16+
~
17+
~ You should have received a copy of the GNU Lesser General Public
18+
~ License along with this software; if not, write to the Free
19+
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20+
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
21+
-->
2222

2323
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2424
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

tests/domain-tests/src/test/resources/test-project/add-resource-with-composite-pom.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<!--
2-
~ JBoss, Home of Professional Open Source.
3-
~ Copyright 2014, Red Hat, Inc., and individual contributors
4-
~ as indicated by the @author tags. See the copyright.txt file in the
5-
~ distribution for a full listing of individual contributors.
6-
~
7-
~ This is free software; you can redistribute it and/or modify it
8-
~ under the terms of the GNU Lesser General Public License as
9-
~ published by the Free Software Foundation; either version 2.1 of
10-
~ the License, or (at your option) any later version.
11-
~
12-
~ This software is distributed in the hope that it will be useful,
13-
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
~ Lesser General Public License for more details.
16-
~
17-
~ You should have received a copy of the GNU Lesser General Public
18-
~ License along with this software; if not, write to the Free
19-
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20-
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
21-
-->
2+
~ JBoss, Home of Professional Open Source.
3+
~ Copyright 2014, Red Hat, Inc., and individual contributors
4+
~ as indicated by the @author tags. See the copyright.txt file in the
5+
~ distribution for a full listing of individual contributors.
6+
~
7+
~ This is free software; you can redistribute it and/or modify it
8+
~ under the terms of the GNU Lesser General Public License as
9+
~ published by the Free Software Foundation; either version 2.1 of
10+
~ the License, or (at your option) any later version.
11+
~
12+
~ This software is distributed in the hope that it will be useful,
13+
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15+
~ Lesser General Public License for more details.
16+
~
17+
~ You should have received a copy of the GNU Lesser General Public
18+
~ License along with this software; if not, write to the Free
19+
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20+
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
21+
-->
2222

2323
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2424
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

tests/domain-tests/src/test/resources/test-project/add-resource-xa-datasource.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<!--
2-
~ JBoss, Home of Professional Open Source.
3-
~ Copyright 2014, Red Hat, Inc., and individual contributors
4-
~ as indicated by the @author tags. See the copyright.txt file in the
5-
~ distribution for a full listing of individual contributors.
6-
~
7-
~ This is free software; you can redistribute it and/or modify it
8-
~ under the terms of the GNU Lesser General Public License as
9-
~ published by the Free Software Foundation; either version 2.1 of
10-
~ the License, or (at your option) any later version.
11-
~
12-
~ This software is distributed in the hope that it will be useful,
13-
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
~ Lesser General Public License for more details.
16-
~
17-
~ You should have received a copy of the GNU Lesser General Public
18-
~ License along with this software; if not, write to the Free
19-
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20-
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
21-
-->
2+
~ JBoss, Home of Professional Open Source.
3+
~ Copyright 2014, Red Hat, Inc., and individual contributors
4+
~ as indicated by the @author tags. See the copyright.txt file in the
5+
~ distribution for a full listing of individual contributors.
6+
~
7+
~ This is free software; you can redistribute it and/or modify it
8+
~ under the terms of the GNU Lesser General Public License as
9+
~ published by the Free Software Foundation; either version 2.1 of
10+
~ the License, or (at your option) any later version.
11+
~
12+
~ This software is distributed in the hope that it will be useful,
13+
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15+
~ Lesser General Public License for more details.
16+
~
17+
~ You should have received a copy of the GNU Lesser General Public
18+
~ License along with this software; if not, write to the Free
19+
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20+
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
21+
-->
2222

2323
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2424
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

tests/domain-tests/src/test/resources/test-project/deploy-multi-server-group-pom.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<!--
2-
~ JBoss, Home of Professional Open Source.
3-
~ Copyright 2016, Red Hat, Inc., and individual contributors
4-
~ as indicated by the @author tags. See the copyright.txt file in the
5-
~ distribution for a full listing of individual contributors.
6-
~
7-
~ This is free software; you can redistribute it and/or modify it
8-
~ under the terms of the GNU Lesser General Public License as
9-
~ published by the Free Software Foundation; either version 2.1 of
10-
~ the License, or (at your option) any later version.
11-
~
12-
~ This software is distributed in the hope that it will be useful,
13-
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
~ Lesser General Public License for more details.
16-
~
17-
~ You should have received a copy of the GNU Lesser General Public
18-
~ License along with this software; if not, write to the Free
19-
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20-
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
21-
-->
2+
~ JBoss, Home of Professional Open Source.
3+
~ Copyright 2016, Red Hat, Inc., and individual contributors
4+
~ as indicated by the @author tags. See the copyright.txt file in the
5+
~ distribution for a full listing of individual contributors.
6+
~
7+
~ This is free software; you can redistribute it and/or modify it
8+
~ under the terms of the GNU Lesser General Public License as
9+
~ published by the Free Software Foundation; either version 2.1 of
10+
~ the License, or (at your option) any later version.
11+
~
12+
~ This software is distributed in the hope that it will be useful,
13+
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15+
~ Lesser General Public License for more details.
16+
~
17+
~ You should have received a copy of the GNU Lesser General Public
18+
~ License along with this software; if not, write to the Free
19+
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20+
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
21+
-->
2222

2323
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2424
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

tests/domain-tests/src/test/resources/test-project/deploy-webarchive-pom.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<!--
2-
~ JBoss, Home of Professional Open Source.
3-
~ Copyright 2014, Red Hat, Inc., and individual contributors
4-
~ as indicated by the @author tags. See the copyright.txt file in the
5-
~ distribution for a full listing of individual contributors.
6-
~
7-
~ This is free software; you can redistribute it and/or modify it
8-
~ under the terms of the GNU Lesser General Public License as
9-
~ published by the Free Software Foundation; either version 2.1 of
10-
~ the License, or (at your option) any later version.
11-
~
12-
~ This software is distributed in the hope that it will be useful,
13-
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
~ Lesser General Public License for more details.
16-
~
17-
~ You should have received a copy of the GNU Lesser General Public
18-
~ License along with this software; if not, write to the Free
19-
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20-
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
21-
-->
2+
~ JBoss, Home of Professional Open Source.
3+
~ Copyright 2014, Red Hat, Inc., and individual contributors
4+
~ as indicated by the @author tags. See the copyright.txt file in the
5+
~ distribution for a full listing of individual contributors.
6+
~
7+
~ This is free software; you can redistribute it and/or modify it
8+
~ under the terms of the GNU Lesser General Public License as
9+
~ published by the Free Software Foundation; either version 2.1 of
10+
~ the License, or (at your option) any later version.
11+
~
12+
~ This software is distributed in the hope that it will be useful,
13+
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15+
~ Lesser General Public License for more details.
16+
~
17+
~ You should have received a copy of the GNU Lesser General Public
18+
~ License along with this software; if not, write to the Free
19+
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20+
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
21+
-->
2222

2323
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2424
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

tests/domain-tests/src/test/resources/test-project/deploy-webarchive-with-runtime-name-pom.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<!--
2-
~ JBoss, Home of Professional Open Source.
3-
~ Copyright 2015, Red Hat, Inc., and individual contributors
4-
~ as indicated by the @author tags. See the copyright.txt file in the
5-
~ distribution for a full listing of individual contributors.
6-
~
7-
~ This is free software; you can redistribute it and/or modify it
8-
~ under the terms of the GNU Lesser General Public License as
9-
~ published by the Free Software Foundation; either version 2.1 of
10-
~ the License, or (at your option) any later version.
11-
~
12-
~ This software is distributed in the hope that it will be useful,
13-
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
~ Lesser General Public License for more details.
16-
~
17-
~ You should have received a copy of the GNU Lesser General Public
18-
~ License along with this software; if not, write to the Free
19-
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20-
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
21-
-->
2+
~ JBoss, Home of Professional Open Source.
3+
~ Copyright 2015, Red Hat, Inc., and individual contributors
4+
~ as indicated by the @author tags. See the copyright.txt file in the
5+
~ distribution for a full listing of individual contributors.
6+
~
7+
~ This is free software; you can redistribute it and/or modify it
8+
~ under the terms of the GNU Lesser General Public License as
9+
~ published by the Free Software Foundation; either version 2.1 of
10+
~ the License, or (at your option) any later version.
11+
~
12+
~ This software is distributed in the hope that it will be useful,
13+
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15+
~ Lesser General Public License for more details.
16+
~
17+
~ You should have received a copy of the GNU Lesser General Public
18+
~ License along with this software; if not, write to the Free
19+
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20+
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
21+
-->
2222

2323
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2424
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

tests/domain-tests/src/test/resources/test-project/undeploy-multi-server-group-match-pom.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<!--
2-
~ JBoss, Home of Professional Open Source.
3-
~ Copyright 2016, Red Hat, Inc., and individual contributors
4-
~ as indicated by the @author tags. See the copyright.txt file in the
5-
~ distribution for a full listing of individual contributors.
6-
~
7-
~ This is free software; you can redistribute it and/or modify it
8-
~ under the terms of the GNU Lesser General Public License as
9-
~ published by the Free Software Foundation; either version 2.1 of
10-
~ the License, or (at your option) any later version.
11-
~
12-
~ This software is distributed in the hope that it will be useful,
13-
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
~ Lesser General Public License for more details.
16-
~
17-
~ You should have received a copy of the GNU Lesser General Public
18-
~ License along with this software; if not, write to the Free
19-
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20-
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
21-
-->
2+
~ JBoss, Home of Professional Open Source.
3+
~ Copyright 2016, Red Hat, Inc., and individual contributors
4+
~ as indicated by the @author tags. See the copyright.txt file in the
5+
~ distribution for a full listing of individual contributors.
6+
~
7+
~ This is free software; you can redistribute it and/or modify it
8+
~ under the terms of the GNU Lesser General Public License as
9+
~ published by the Free Software Foundation; either version 2.1 of
10+
~ the License, or (at your option) any later version.
11+
~
12+
~ This software is distributed in the hope that it will be useful,
13+
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15+
~ Lesser General Public License for more details.
16+
~
17+
~ You should have received a copy of the GNU Lesser General Public
18+
~ License along with this software; if not, write to the Free
19+
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20+
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
21+
-->
2222

2323
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2424
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

tests/domain-tests/src/test/resources/test-project/undeploy-webarchive-match-pom.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<!--
2-
~ JBoss, Home of Professional Open Source.
3-
~ Copyright 2014, Red Hat, Inc., and individual contributors
4-
~ as indicated by the @author tags. See the copyright.txt file in the
5-
~ distribution for a full listing of individual contributors.
6-
~
7-
~ This is free software; you can redistribute it and/or modify it
8-
~ under the terms of the GNU Lesser General Public License as
9-
~ published by the Free Software Foundation; either version 2.1 of
10-
~ the License, or (at your option) any later version.
11-
~
12-
~ This software is distributed in the hope that it will be useful,
13-
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
~ Lesser General Public License for more details.
16-
~
17-
~ You should have received a copy of the GNU Lesser General Public
18-
~ License along with this software; if not, write to the Free
19-
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20-
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
21-
-->
2+
~ JBoss, Home of Professional Open Source.
3+
~ Copyright 2014, Red Hat, Inc., and individual contributors
4+
~ as indicated by the @author tags. See the copyright.txt file in the
5+
~ distribution for a full listing of individual contributors.
6+
~
7+
~ This is free software; you can redistribute it and/or modify it
8+
~ under the terms of the GNU Lesser General Public License as
9+
~ published by the Free Software Foundation; either version 2.1 of
10+
~ the License, or (at your option) any later version.
11+
~
12+
~ This software is distributed in the hope that it will be useful,
13+
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15+
~ Lesser General Public License for more details.
16+
~
17+
~ You should have received a copy of the GNU Lesser General Public
18+
~ License along with this software; if not, write to the Free
19+
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20+
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
21+
-->
2222

2323
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2424
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

0 commit comments

Comments
 (0)