From 3b63ce3a7a3dfddd9b1456a73f6a5c8b2c83e9de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Novotn=C3=BD?= Date: Wed, 21 Jan 2015 09:09:02 +0100 Subject: [PATCH] Prepare for 2.7.0.Final release --- cdi-add-interceptor-binding/pom.xml | 2 +- .../functional-tests/pom.xml | 2 +- contacts-mobile-basic/pom.xml | 2 +- .../functional-tests/pom.xml | 2 +- deltaspike-authorization/pom.xml | 2 +- deltaspike-beanbuilder/pom.xml | 2 +- .../functional-tests/pom.xml | 2 +- deltaspike-beanmanagerprovider/pom.xml | 2 +- deltaspike-deactivatable/pom.xml | 2 +- .../functional-tests/pom.xml | 2 +- deltaspike-exception-handling/pom.xml | 2 +- .../functional-tests/pom.xml | 2 +- deltaspike-helloworld-jms/pom.xml | 2 +- deltaspike-partialbean-advanced/pom.xml | 2 +- deltaspike-partialbean-basic/pom.xml | 2 +- .../functional-tests/pom.xml | 2 +- deltaspike-projectstage/pom.xml | 2 +- dist/github-flavored-markdown.rb | 153 -------------- dist/headerdefinition.xml | 48 ----- dist/license.txt | 14 -- dist/pom.xml | 65 ------ dist/release-utils.sh | 190 ------------------ dist/release.sh | 163 --------------- dist/src/main/assembly/assembly.xml | 54 ----- helloworld-gwt/functional-tests/pom.xml | 2 +- helloworld-gwt/pom.xml | 2 +- helloworld-html5/functional-tests/pom.xml | 2 +- helloworld-html5/pom.xml | 2 +- helloworld-rf/functional-tests/pom.xml | 2 +- helloworld-rf/pom.xml | 2 +- .../functional-tests/pom.xml | 2 +- kitchensink-angularjs-bootstrap/pom.xml | 2 +- .../functional-tests/pom.xml | 2 +- kitchensink-angularjs/pom.xml | 2 +- kitchensink-backbone/functional-tests/pom.xml | 2 +- kitchensink-backbone/pom.xml | 2 +- .../functional-tests/pom.xml | 2 +- kitchensink-deltaspike/pom.xml | 2 +- kitchensink-html5-mobile/pom.xml | 2 +- kitchensink-rf/functional-tests/pom.xml | 2 +- kitchensink-rf/pom.xml | 2 +- pom.xml | 2 +- richfaces-validation/functional-tests/pom.xml | 2 +- richfaces-validation/pom.xml | 2 +- shrinkwrap-resolver/pom.xml | 2 +- spring-greeter/functional-tests/pom.xml | 2 +- spring-greeter/pom.xml | 2 +- .../functional-tests/pom.xml | 2 +- .../pom.xml | 2 +- .../functional-tests/pom.xml | 2 +- spring-kitchensink-basic/pom.xml | 2 +- .../functional-tests/pom.xml | 2 +- spring-kitchensink-controlleradvice/pom.xml | 2 +- .../functional-tests/pom.xml | 2 +- spring-kitchensink-matrixvariables/pom.xml | 2 +- .../functional-tests/pom.xml | 2 +- spring-kitchensink-springmvctest/pom.xml | 2 +- spring-petclinic/functional-tests/pom.xml | 2 +- spring-petclinic/pom.xml | 2 +- spring-resteasy/pom.xml | 2 +- 60 files changed, 53 insertions(+), 740 deletions(-) delete mode 100755 dist/github-flavored-markdown.rb delete mode 100644 dist/headerdefinition.xml delete mode 100644 dist/license.txt delete mode 100644 dist/pom.xml delete mode 100755 dist/release-utils.sh delete mode 100755 dist/release.sh delete mode 100644 dist/src/main/assembly/assembly.xml diff --git a/cdi-add-interceptor-binding/pom.xml b/cdi-add-interceptor-binding/pom.xml index 0ec2d07d3..8d2c90a74 100644 --- a/cdi-add-interceptor-binding/pom.xml +++ b/cdi-add-interceptor-binding/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-cdi-add-interceptor-binding - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: cdi-add-interceptor-binding CDI Portable Extension, add an interceptor binding: An example of a Portable Extension and some of the APIs / SPIs of CDI diff --git a/contacts-mobile-basic/functional-tests/pom.xml b/contacts-mobile-basic/functional-tests/pom.xml index 068a2b07f..22172855b 100644 --- a/contacts-mobile-basic/functional-tests/pom.xml +++ b/contacts-mobile-basic/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk jboss-contacts-mobile-basic-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss AS Quickstarts: Contacts test via WebDriver with Arquillian This project tests a starter Java EE 6 webapp project for use on JBoss AS 7 / EAP 6 by WebDriver diff --git a/contacts-mobile-basic/pom.xml b/contacts-mobile-basic/pom.xml index 6e15c0768..3001ee6ad 100644 --- a/contacts-mobile-basic/pom.xml +++ b/contacts-mobile-basic/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-contacts-mobile-basic - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: contacts-mobile-basic A Java EE 6 HTML5 mobile web application for use with JBoss. diff --git a/deltaspike-authorization/functional-tests/pom.xml b/deltaspike-authorization/functional-tests/pom.xml index bac4c90ef..e0d0a5ab5 100644 --- a/deltaspike-authorization/functional-tests/pom.xml +++ b/deltaspike-authorization/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk deltaspike-authorization-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss WFK Quickstart: deltaspike-authorization test via WebDriver with Arquillian http://jboss.org/jbossas diff --git a/deltaspike-authorization/pom.xml b/deltaspike-authorization/pom.xml index dbfc3e0cb..ab1726a31 100644 --- a/deltaspike-authorization/pom.xml +++ b/deltaspike-authorization/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-deltaspike-authorization - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: deltaspike-authorization DeltaSpike Authorization: shows a custom authorization example using security binding types from DeltaSpike diff --git a/deltaspike-beanbuilder/pom.xml b/deltaspike-beanbuilder/pom.xml index a5a74a734..36b974cf4 100644 --- a/deltaspike-beanbuilder/pom.xml +++ b/deltaspike-beanbuilder/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-deltaspike-beanbuilder - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: deltaspike-beanbuilder DeltaSpike BeanBuilder: show how to create new beans using DeltaSpike utilities diff --git a/deltaspike-beanmanagerprovider/functional-tests/pom.xml b/deltaspike-beanmanagerprovider/functional-tests/pom.xml index b6f245224..eddfefd00 100644 --- a/deltaspike-beanmanagerprovider/functional-tests/pom.xml +++ b/deltaspike-beanmanagerprovider/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk deltaspike-beanmanagerprovider-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss WFK Quickstart: deltaspike-beanmanagerprovider test via WebDriver with Arquillian http://jboss.org/jbossas diff --git a/deltaspike-beanmanagerprovider/pom.xml b/deltaspike-beanmanagerprovider/pom.xml index 22ad6d2d1..8c4b19c40 100644 --- a/deltaspike-beanmanagerprovider/pom.xml +++ b/deltaspike-beanmanagerprovider/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-deltaspike-beanmanagerprovider - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: deltaspike-beanmanagerprovider DeltaSpike Beanmanagerprovider: shows how to use DeltaSpike BeanManagerProvider to access CDI in a EntityListener diff --git a/deltaspike-deactivatable/pom.xml b/deltaspike-deactivatable/pom.xml index d399cc2cc..21a8f0989 100644 --- a/deltaspike-deactivatable/pom.xml +++ b/deltaspike-deactivatable/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-deltaspike-deactivatable - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: deltaspike-deactivatable DeltaSpike Deactivatable: Demonstrate usage of Deactivatable diff --git a/deltaspike-exception-handling/functional-tests/pom.xml b/deltaspike-exception-handling/functional-tests/pom.xml index af404d21c..cf36064f8 100644 --- a/deltaspike-exception-handling/functional-tests/pom.xml +++ b/deltaspike-exception-handling/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk deltaspike-exception-handling-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss WFK Quickstart: deltaspike-exception-handling test via WebDriver with Arquillian http://jboss.org/jbossas diff --git a/deltaspike-exception-handling/pom.xml b/deltaspike-exception-handling/pom.xml index b93bbec1e..ca72b148f 100644 --- a/deltaspike-exception-handling/pom.xml +++ b/deltaspike-exception-handling/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-deltaspike-exception-handling - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: deltaspike-exception-handling DeltaSpike Exception Handling: Exception being handled by different handlers and purpose diff --git a/deltaspike-helloworld-jms/functional-tests/pom.xml b/deltaspike-helloworld-jms/functional-tests/pom.xml index 1ac952c07..97459d7aa 100644 --- a/deltaspike-helloworld-jms/functional-tests/pom.xml +++ b/deltaspike-helloworld-jms/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk deltaspike-helloworld-jms-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss WFK Quickstart: deltaspike-helloworld-jms test via WebDriver with Arquillian http://jboss.org/jbossas diff --git a/deltaspike-helloworld-jms/pom.xml b/deltaspike-helloworld-jms/pom.xml index b9b470e59..2bd71235b 100644 --- a/deltaspike-helloworld-jms/pom.xml +++ b/deltaspike-helloworld-jms/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-deltaspike-helloworld-jms - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: deltaspike-helloworld-jms deltaspike-helloworld-jms: Helloworld JMS producer/consumer client with DeltaSpike property configuration diff --git a/deltaspike-partialbean-advanced/pom.xml b/deltaspike-partialbean-advanced/pom.xml index 4fad64ae1..8483d2671 100644 --- a/deltaspike-partialbean-advanced/pom.xml +++ b/deltaspike-partialbean-advanced/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-deltaspike-partialbean-advanced - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: deltaspike-partialbean-advanced DeltaSpike PartialBean: Demonstrates a more advanced usage scenario involving the DeltaSpike Partial Bean module diff --git a/deltaspike-partialbean-basic/pom.xml b/deltaspike-partialbean-basic/pom.xml index 99a2e621d..46b15984e 100644 --- a/deltaspike-partialbean-basic/pom.xml +++ b/deltaspike-partialbean-basic/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-deltaspike-partialbean-basic - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: deltaspike-partialbean-basic DeltaSpike InvocationHandler: Demonstrates the basics of using the DeltaSpike PartialBean module diff --git a/deltaspike-projectstage/functional-tests/pom.xml b/deltaspike-projectstage/functional-tests/pom.xml index f6f9b179f..adba6f223 100644 --- a/deltaspike-projectstage/functional-tests/pom.xml +++ b/deltaspike-projectstage/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk deltaspike-projectstage-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss WFK Quickstart: deltaspike-projectstage test via WebDriver with Arquillian http://jboss.org/jbossas diff --git a/deltaspike-projectstage/pom.xml b/deltaspike-projectstage/pom.xml index a01105b69..6ce82acf8 100644 --- a/deltaspike-projectstage/pom.xml +++ b/deltaspike-projectstage/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-deltaspike-projectstage - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: deltaspike-projectstage DeltaSpike Project Stage: shows how to use DeltaSpike ProjectStage that allows to use implementations depending on the current environment diff --git a/dist/github-flavored-markdown.rb b/dist/github-flavored-markdown.rb deleted file mode 100755 index 8111a3898..000000000 --- a/dist/github-flavored-markdown.rb +++ /dev/null @@ -1,153 +0,0 @@ -#!/usr/bin/env ruby -# -# JBoss, Home of Professional Open Source -# Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual -# contributors by the @authors tag. See the copyright.txt in the -# distribution for a full listing of individual contributors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - - -require 'rubygems' -require 'redcarpet' -require 'nokogiri' -require 'fileutils' -require 'pygments.rb' -require 'rexml/document' - -# create a custom renderer that allows highlighting of code blocks -class HTMLWithPygmentsAndPants < Redcarpet::Render::HTML - include Redcarpet::Render::SmartyPants - def block_code(code, language) - Pygments.highlight(code, :lexer => language, :options => {:encoding => 'utf-8'}) - end - - #method copied from: https://gist.github.com/suan/5692767 - def header(title, level) - @headers ||= [] - - title_elements = REXML::Document.new(title) - flattened_title = title_elements.inject('') do |flattened, element| - flattened += if element.respond_to?(:text) - element.text - else - element.to_s - end - end - permalink = flattened_title.downcase.gsub(/[^a-z0-9\s]/, '').gsub(/\W+/, "-") - - # for extra credit: implement this as its own method - if @headers.include?(permalink) - permalink += "_1" - # my brain hurts - loop do - break if !@headers.include?(permalink) - # generate titles like foo-bar_1, foo-bar_2 - permalink.gsub!(/\_(\d+)$/, "_#{$1.to_i + 1}") - end - end - @headers << permalink - %(\n#{title}\n) - end -end - - -def find(p, tag) - if p.text - r = p.text[/^(#{tag}: )(.+)$/, 2] - if r - p['id'] = 'metadata' - return r - end - end -end - -def find_split(p, tag) - s = find(p, tag) - if s - return s.split(',').sort - end -end - -def metadata(source_path, html) - # TODO canonicalise path - toc_file='dist/target/toc.html' - # Markdown doesn't have an metadata syntax, so all we can do is pray ;-) - # Look for a paragraph that contains tags, which we define by convention - page_content = Nokogiri::HTML(html) - technologies = [] - level = "" - prerequisites = [] - summary = "" - page_content.css('p').each do |p| - t = find_split(p, 'Technologies') - if t - technologies = t - end - l = find(p, 'Level') - if l - level = l - end - pr = find_split(p, 'Prerequisites') - if pr - prerequisites = pr - end - s = find(p, 'Summary') - if s - summary = s - end - - end - dir = source_path[/([^\/]+)\/([^\/]+).md$/, 1] - filename = source_path[/([^\/]+)\/([^\/]+).md$/, 2] - if dir - output = "#{dir}#{' '.concat(technologies.map{|u| u} * ', ')}#{summary}#{level}#{' '.concat(prerequisites.map{|u| u} * ', ')}\n" - FileUtils.mkdir_p(File.dirname(toc_file)) - File.open(toc_file, 'a').write(output) - end -end - -def markdown(source_path) - renderer = HTMLWithPygmentsAndPants.new(optionize [ - :with_toc_data, - :xhtml - ]) - markdown = Redcarpet::Markdown.new(renderer, optionize([ - :fenced_code_blocks, - :no_intra_emphasis, - :tables, - :autolink, - :strikethrough, - :space_after_headers, - :with_toc_data - ])) - text = source_path.read - toc_file='dist/target/toc.html' - if File.exist?(toc_file) - qs_toc_content=File.open('dist/target/toc.html').read - qs_toc = "#{qs_toc_content}
Quickstart NameDemonstrated TechnologiesDescriptionExperience Level RequiredPrerequisites
" - text.gsub!("\[TOC-quickstart\]", qs_toc) - end - toc = Redcarpet::Markdown.new(Redcarpet::Render::HTML_TOC).render(text) - text.gsub!("\[TOC\]", toc) - rendered = markdown.render(text) - metadata(source_path.path, rendered) - rendered = rendered.gsub(/README.md/, "README.html") - 'README' + rendered + '' - end - -def optionize(options) - options.each_with_object({}) { |option, memo| memo[option] = true } -end - -puts markdown(ARGF) - diff --git a/dist/headerdefinition.xml b/dist/headerdefinition.xml deleted file mode 100644 index a005641bc..000000000 --- a/dist/headerdefinition.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - - /* - * - */ - (\\s|\\t)*/\\*.*$ - .*\\*/(\\s|\\t)*$ - false - true - - - - - ]]> - $]]> - - (\s|\t)*$]]> - false - true - - - - - ]]> - - (\s|\t)*$]]> - false - true - - - diff --git a/dist/license.txt b/dist/license.txt deleted file mode 100644 index 66acf5bb3..000000000 --- a/dist/license.txt +++ /dev/null @@ -1,14 +0,0 @@ -JBoss, Home of Professional Open Source -Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual -contributors by the @authors tag. See the copyright.txt in the -distribution for a full listing of individual contributors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. diff --git a/dist/pom.xml b/dist/pom.xml deleted file mode 100644 index e6c6e0c46..000000000 --- a/dist/pom.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - 4.0.0 - - org.jboss - jboss-parent - 6-beta-2 - - - org.jboss.quickstarts.wfk - jboss-wfk-quickstarts-dist - 2.7.0-SNAPSHOT - pom - JBoss WFK Quickstarts Distribution - JBoss WFK Quickstarts Distribution - https://github.com/jboss-developer/jboss-wfk-quickstarts - - - - Apache License, Version 2.0 - repo - http://www.apache.org/licenses/LICENSE-2.0.html - - - - - - - maven-assembly-plugin - - - distribution - package - - single - - - - src/main/assembly/assembly.xml - - jboss-wfk-quickstarts-${project.version} - - - - - - - - diff --git a/dist/release-utils.sh b/dist/release-utils.sh deleted file mode 100755 index b3b67ee86..000000000 --- a/dist/release-utils.sh +++ /dev/null @@ -1,190 +0,0 @@ -#!/bin/bash -# -# JBoss, Home of Professional Open Source -# Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual -# contributors by the @authors tag. See the copyright.txt in the -# distribution for a full listing of individual contributors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - - -REQUIRED_BASH_VERSION=3.0.0 - -if [[ $BASH_VERSION < $REQUIRED_BASH_VERSION ]]; then - echo "You must use Bash version 3 or newer to run this script" - exit -fi - - -DIR=$(cd -P -- "$(dirname -- "$0")" && pwd -P) - -# DEFINE - -ARCHETYPES=("jboss-javaee6-webapp-archetype" "jboss-javaee6-webapp-ear-archetype") -QUICKSTARTS=("kitchensink" "kitchensink-ear") -VERSIONS_MAVEN_PLUGIN_VERSION=1.3.1 - -# SCRIPT - -HUMAN_READABLE_ARCHETYPES="" -i=0 -element_count=${#ARCHETYPES[@]} -index=0 -while [ "$index" -lt "$element_count" ] -do - if [ $index -ne 0 ] - then - HUMAN_READABLE_ARCHETYPES="${HUMAN_READABLE_ARCHETYPES}, " - fi - HUMAN_READABLE_ARCHETYPES="${HUMAN_READABLE_ARCHETYPES}${ARCHETYPES[index]}" - ((index++)) -done - - -usage() -{ -cat << EOF -usage: $0 options - -This script aids in releasing the quickstarts - -OPTIONS: - -u Updates version numbers in all POMs, used with -o and -n - -o Old version number to update from - -n New version number to update to - -r Regenerate the various quickstarts based on archetypes ${HUMAN_READABLE_ARCHETYPES} - -m Generate html versions of markdown readmes - -h Shows this message -EOF -} - -update() -{ - cd $DIR/../ - echo "Updating versions from $OLDVERSION TO $NEWVERSION for all Java files under $PWD" - perl -pi -e "s/${OLDVERSION}/${NEWVERSION}/g" `find . -name \*.java` - - echo "Performing updates to POMs" - poms=`find . -type f -iname "pom.xml" -maxdepth 3 | sort` - for pom in $poms - do - echo "Updating ${pom}" - mvn org.codehaus.mojo:versions-maven-plugin:${VERSIONS_MAVEN_PLUGIN_VERSION}:set -DnewVersion=${NEWVERSION} -f ${pom} -q - mvn org.codehaus.mojo:versions-maven-plugin:${VERSIONS_MAVEN_PLUGIN_VERSION}:commit -f ${pom} -q - done -} - -markdown_to_html() -{ - cd $DIR/../ - - # Clear the contents from toc.html file - rm dist/target/toc.html - touch dist/target/toc.html - - # Loop through the sorted quickstart directories and process them - # Exclude the template directory since it's not a quickstart - subdirs=`find . -maxdepth 1 -type d ! -iname ".*" ! -iname "template" | sort` - for subdir in $subdirs - do - readmes=`find $subdir -maxdepth 1 -iname readme.md` - for readme in $readmes - do - echo "Processing $readme" - output_filename=${readme//.md/.html} - output_filename=${output_filename//.MD/.html} - $DIR/github-flavored-markdown.rb $readme > $output_filename - done - done - # Now process the root readme - cd $DIR/../ - readme=README.md - echo "Processing $readme" - output_filename=${readme//.md/.html} - output_filename=${output_filename//.MD/.html} - $DIR/github-flavored-markdown.rb $readme > $output_filename - - # Now process the release procedure markdown - cd $DIR/../ - markdown_filename=RELEASE_PROCEDURE.md - echo "Processing $markdown_filename" - output_filename=${markdown_filename//.md/.html} - output_filename=${output_filename//.MD/.html} - $DIR/github-flavored-markdown.rb $markdown_filename > $output_filename -} - -regenerate() -{ - TMPDIR="$DIR/target/regen" - ROOTDIR="$DIR/../" - - rm -rf $TMPDIR - - mkdir -p $TMPDIR - - cd $TMPDIR - - element_count=${#ARCHETYPES[@]} - index=0 - while [ "$index" -lt "$element_count" ] - do - archetype=${ARCHETYPES[index]} - quickstart=${QUICKSTARTS[index]} - package=${quickstart//-/_} - name="JBoss AS Quickstarts: $quickstart" - echo "**** Regenerating $quickstart from $archetype" - mvn archetype:generate -DarchetypeGroupId=org.jboss.spec.archetypes -DarchetypeArtifactId=$archetype -DarchetypeVersion=$VERSION -DartifactId=jboss-as-$quickstart -DgroupId=org.jboss.as.quickstarts -Dpackage=org.jboss.as.quickstarts.$package -Dversion=$VERSION -DinteractiveMode=false -Dname="${name}" - ((index++)) - rm -rf $ROOTDIR/$quickstart - mv $TMPDIR/jboss-as-$quickstart $ROOTDIR/$quickstart - done - -} - -OLDVERSION="1.0.0-SNAPSHOT" -NEWVERSION="1.0.0-SNAPSHOT" -VERSION="1.0.0-SNAPSHOT" -CMD="usage" - -while getopts “muo:n:r:” OPTION - -do - case $OPTION in - u) - CMD="update" - ;; - h) - usage - exit - ;; - o) - OLDVERSION=$OPTARG - ;; - n) - NEWVERSION=$OPTARG - ;; - r) - CMD="regenerate" - VERSION=$OPTARG - ;; - m) - CMD="markdown_to_html" - ;; - [?]) - usage - exit - ;; - esac -done - -$CMD - diff --git a/dist/release.sh b/dist/release.sh deleted file mode 100755 index 70090c147..000000000 --- a/dist/release.sh +++ /dev/null @@ -1,163 +0,0 @@ -#!/bin/bash -# -# JBoss, Home of Professional Open Source -# Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual -# contributors by the @authors tag. See the copyright.txt in the -# distribution for a full listing of individual contributors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - - -REQUIRED_BASH_VERSION=3.0.0 - -if [[ $BASH_VERSION < $REQUIRED_BASH_VERSION ]]; then - echo "You must use Bash version 3 or newer to run this script" - exit -fi - -DIR=$(cd -P -- "$(dirname -- "$0")" && pwd -P) - -# DEFINE - -VERSION_REGEX='([0-9]*)\.([0-9]*)([a-zA-Z0-9\.]*)' - -# EAP team email subject -EMAIL_SUBJECT="\${RELEASEVERSION} of JBoss Quickstarts released, please merge with https://github.com/jboss-eap/quickstart, tag and add to EAP maven repo build" -# EAP team email To ? -EMAIL_TO="mnovotny@redhat.com maschmid@redhat.com benevides@redhat.com" -EMAIL_FROM="\"JDF Publish Script\" " - - -# SCRIPT - -usage() -{ -cat << EOF -usage: $0 options - -This script performs a release of the Quickstarts - -OPTIONS: - -s Snapshot version number to update from - -n New snapshot version number to update to, if undefined, defaults to the version number updated from - -r Release version number -EOF -} - -notify_email() -{ - echo "***** Performing JBoss Quickstarts release notifications" - echo "*** Notifying JBoss EAP team" - subject=`eval echo $EMAIL_SUBJECT` - echo "Email from: " $EMAIL_FROM - echo "Email to: " $EMAIL_TO - echo "Subject: " $subject - # send email using sendmail - printf "Subject: $subject\nSee \$subject :)\n" | /usr/bin/env sendmail -f "$EMAIL_FROM" "$EMAIL_TO" -} - -release() -{ - BRANCH=$(parse_git_branch) - git checkout -b $RELEASEVERSION - echo "Regenerating html from markdown" - $DIR/release-utils.sh -m - echo "Releasing JBoss AS Quickstarts version $RELEASEVERSION" - $DIR/release-utils.sh -u -o $SNAPSHOTVERSION -n $RELEASEVERSION - echo "Removing unnecessary files" - git rm --cached -r dist/ - git rm --cached -r template/ - git commit -a -m "Prepare for $RELEASEVERSION release" - echo "Creating tag for $RELEASEVERSION" - git tag $RELEASEVERSION - mvn clean install -f $DIR/pom.xml - echo "Your zip file was generated at $DIR/target/jboss-wfk-quickstarts-$RELEASEVERSION-dist.zip" - $DIR/release-utils.sh -u -o $RELEASEVERSION -n $NEWSNAPSHOTVERSION - echo "Adding unnecessary files again..." - git add dist/ - git add template/ - git commit -a -m "Prepare for development of $NEWSNAPSHOTVERSION" - git checkout $BRANCH - #echo "Building Distribution zip" - #git checkout $RELEASEVERSION - #echo "Uploading distribution to http://download.jboss.org/jbossas/$MAJOR_VERSION.$MINOR_VERSION/jboss-as-$RELEASEVERSION/jboss-wfk-quickstarts-$RELEASEVERSION-dist.zip" - #rsync -Pv --protocol=28 $DIR/target/jboss-wfk-quickstarts-$RELEASEVERSION-dist.zip jbossas@filemgmt.jboss.org:downloads_htdocs/jbossas/$MAJOR_VERSION.$MINOR_VERSION/jboss-wfk-$RELEASEVERSION/ - read -p "Do you want to send release notifcations to $EAP_EMAIL_TO[y/N]?" yn - case $yn in - [Yy]* ) notify_email;; - esac - echo "Don't forget to push the tag and the branch" -# echo " git push --tags upstream refs/heads/$RELEASEVERSION master" - echo " git push --tags upstream $BRANCH" -} - -parse_git_branch() { - git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/' -} - - -SNAPSHOTVERSION="UNDEFINED" -RELEASEVERSION="UNDEFINED" -NEWSNAPSHOTVERSION="UNDEFINED" -MAJOR_VERSION="UNDEFINED" -MINOR_VERSION="UNDEFINED" - -while getopts “n:r:s:” OPTION - -do - case $OPTION in - h) - usage - exit - ;; - s) - SNAPSHOTVERSION=$OPTARG - ;; - r) - RELEASEVERSION=$OPTARG - ;; - n) - NEWSNAPSHOTVERSION=$OPTARG - ;; - [?]) - usage - exit - ;; - esac -done - -if [[ $RELEASEVERSION =~ $VERSION_REGEX ]]; then - MAJOR_VERSION=${BASH_REMATCH[1]} - MINOR_VERSION=${BASH_REMATCH[2]} -fi - -if [ "$NEWSNAPSHOTVERSION" == "UNDEFINED" ] -then - NEWSNAPSHOTVERSION=$SNAPSHOTVERSION -fi - -if [ "$MAJOR_VERSION" == "UNDEFINED" -o "$MINOR_VERSION" == "UNDEFINED" ] -then - echo "\nUnable to extract major and minor versions\n" - usage - exit -fi - -if [ "$SNAPSHOTVERSION" == "UNDEFINED" -o "$RELEASEVERSION" == "UNDEFINED" ] -then - echo "\nMust specify -r and -s\n" - usage - exit -fi - -release - diff --git a/dist/src/main/assembly/assembly.xml b/dist/src/main/assembly/assembly.xml deleted file mode 100644 index 4bab02a78..000000000 --- a/dist/src/main/assembly/assembly.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - dist - jboss-wfk-quickstarts-${project.version} - - zip - - - - - ${project.basedir}/.. - / - - kitchensink-cordova/.project - kitchensink-cordova-contacts/.project - - - - ${project.basedir}/.. - / - - dist/** - template/** - **/target/** - **/.project - **/.settings/** - **/.classpath - **/.gitignore - helloworld-gwt/src/main/gwt-unitCache/** - helloworld-gwt/src/main/webapp/WEB-INF/deploy/** - helloworld-gwt/src/main/webapp/HelloWorldApp/** - - - - - diff --git a/helloworld-gwt/functional-tests/pom.xml b/helloworld-gwt/functional-tests/pom.xml index e17f57c4a..4a87e26f2 100644 --- a/helloworld-gwt/functional-tests/pom.xml +++ b/helloworld-gwt/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk jboss-helloworld-gwt-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss AS Quickstarts: Hello World test via WebDriver with Arquillian This project tests a starter Java EE 6 webapp project for use on JBoss AS 7 / EAP 6 by WebDriver diff --git a/helloworld-gwt/pom.xml b/helloworld-gwt/pom.xml index ebc50d507..ff529b889 100644 --- a/helloworld-gwt/pom.xml +++ b/helloworld-gwt/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-helloworld-gwt - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: helloworld-gwt JBoss WFK Quickstart: Hello World with GWT front-end client diff --git a/helloworld-html5/functional-tests/pom.xml b/helloworld-html5/functional-tests/pom.xml index ad0f5d298..10380fc1a 100644 --- a/helloworld-html5/functional-tests/pom.xml +++ b/helloworld-html5/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk jboss-helloworld-html5-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss AS Quickstarts: Hello World test via WebDriver with Arquillian This project tests a starter Java EE 6 webapp project for use on JBoss AS 7 / EAP 6 by WebDriver diff --git a/helloworld-html5/pom.xml b/helloworld-html5/pom.xml index df9f9ac61..b05951b0f 100644 --- a/helloworld-html5/pom.xml +++ b/helloworld-html5/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-helloworld-html5 - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: helloworld-html5 JBoss WFK Quickstart: HTML5 + REST Helloworld diff --git a/helloworld-rf/functional-tests/pom.xml b/helloworld-rf/functional-tests/pom.xml index ef462f125..d8c3d1a03 100644 --- a/helloworld-rf/functional-tests/pom.xml +++ b/helloworld-rf/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk jboss-helloworld-rf-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss AS Quickstarts: Hello World test via WebDriver with Arquillian This project tests a starter Java EE 6 webapp project for use on JBoss AS 7 / EAP 6 by WebDriver diff --git a/helloworld-rf/pom.xml b/helloworld-rf/pom.xml index ac40e59e8..c409c3305 100644 --- a/helloworld-rf/pom.xml +++ b/helloworld-rf/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-helloworld-rf - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: helloworld-rf JBoss WFK Quickstarts: Helloworld using RichFaces diff --git a/kitchensink-angularjs-bootstrap/functional-tests/pom.xml b/kitchensink-angularjs-bootstrap/functional-tests/pom.xml index 4cf82b00b..e8a65d6ea 100644 --- a/kitchensink-angularjs-bootstrap/functional-tests/pom.xml +++ b/kitchensink-angularjs-bootstrap/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk jboss-kitchensink-angularjs-bootstrap-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss AS Quickstarts: Kitchensink test via WebDriver with Arquillian This project tests a starter Java EE 6 webapp project for use on JBoss AS 7 / EAP 6 by WebDriver diff --git a/kitchensink-angularjs-bootstrap/pom.xml b/kitchensink-angularjs-bootstrap/pom.xml index 23264ab7e..493641e67 100644 --- a/kitchensink-angularjs-bootstrap/pom.xml +++ b/kitchensink-angularjs-bootstrap/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-kitchensink-angularjs-bootstrap - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: kitchensink-angularjs-bootstrap A starter Java EE 6 webapp project for use on JBoss EAP 6, generated from the jboss-javaee6-webapp archetype, using AngularJS for the view and Twitter Bootstrap for styling diff --git a/kitchensink-angularjs/functional-tests/pom.xml b/kitchensink-angularjs/functional-tests/pom.xml index 5d4d0305d..73a7e299c 100644 --- a/kitchensink-angularjs/functional-tests/pom.xml +++ b/kitchensink-angularjs/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk jboss-kitchensink-angularjs-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss AS Quickstarts: Kitchensink test via WebDriver with Arquillian This project tests a starter Java EE 6 webapp project for use on JBoss AS 7 / EAP 6 by WebDriver diff --git a/kitchensink-angularjs/pom.xml b/kitchensink-angularjs/pom.xml index 096264a6c..5a9c89dc7 100644 --- a/kitchensink-angularjs/pom.xml +++ b/kitchensink-angularjs/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-kitchensink-angularjs - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: kitchensink-angularjs A starter Java EE 6 webapp project for use on JBoss EAP 6, generated from the jboss-javaee6-webapp archetype, using AngularJS for the view diff --git a/kitchensink-backbone/functional-tests/pom.xml b/kitchensink-backbone/functional-tests/pom.xml index ff2577926..8dcbf38be 100644 --- a/kitchensink-backbone/functional-tests/pom.xml +++ b/kitchensink-backbone/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk jboss-kitchensink-backbone-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss AS Quickstarts: Kitchensink test via WebDriver with Arquillian This project tests a starter Java EE 6 webapp project for use on JBoss AS 7 / EAP 6 by WebDriver diff --git a/kitchensink-backbone/pom.xml b/kitchensink-backbone/pom.xml index 608843a55..de0cb8c66 100644 --- a/kitchensink-backbone/pom.xml +++ b/kitchensink-backbone/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-kitchensink-backbone - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: kitchensink-backbone A Backbone.js and Java EE 6 HTML5 mobile web application for use with JBoss. diff --git a/kitchensink-deltaspike/functional-tests/pom.xml b/kitchensink-deltaspike/functional-tests/pom.xml index 50a4963a7..94afc804f 100644 --- a/kitchensink-deltaspike/functional-tests/pom.xml +++ b/kitchensink-deltaspike/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk jboss-kitchensink-deltaspike-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss AS Quickstarts: Kitchensink test via WebDriver with Arquillian This project tests a starter Java EE 6 webapp project for use on JBoss EAP 6 by WebDriver diff --git a/kitchensink-deltaspike/pom.xml b/kitchensink-deltaspike/pom.xml index f8e04083d..aec840097 100644 --- a/kitchensink-deltaspike/pom.xml +++ b/kitchensink-deltaspike/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-kitchensink-deltaspike - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: kitchensink-deltaspike A starter Java EE 6 webapp project for use on JBoss EAP 6, generated from the jboss-javaee6-webapp archetype diff --git a/kitchensink-html5-mobile/pom.xml b/kitchensink-html5-mobile/pom.xml index 67d1e8f1f..869cff3a3 100644 --- a/kitchensink-html5-mobile/pom.xml +++ b/kitchensink-html5-mobile/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-kitchensink-html5-mobile - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: kitchensink-html5-mobile A Java EE 6 HTML5 mobile web application for use with JBoss. diff --git a/kitchensink-rf/functional-tests/pom.xml b/kitchensink-rf/functional-tests/pom.xml index b99b75091..918ed8fed 100644 --- a/kitchensink-rf/functional-tests/pom.xml +++ b/kitchensink-rf/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk jboss-kitchensink-rf-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss AS Quickstarts: Kitchensink test via WebDriver with Arquillian This project tests a starter Java EE 6 webapp project for use on JBoss AS 7 / EAP 6 by WebDriver diff --git a/kitchensink-rf/pom.xml b/kitchensink-rf/pom.xml index 7186deccd..6f5c1407b 100644 --- a/kitchensink-rf/pom.xml +++ b/kitchensink-rf/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-kitchensink-rf - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: kitchensink-rf JBoss WFK Quickstart: Based on the kitchensink quickstart but adds RichFaces diff --git a/pom.xml b/pom.xml index 1f9d4099e..4824e0b14 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ jboss-wfk-quickstarts-parent - 2.7.0-SNAPSHOT + 2.7.0.Final pom JBoss WFK Quickstart: Parent JBoss AS Quickstarts Parent diff --git a/richfaces-validation/functional-tests/pom.xml b/richfaces-validation/functional-tests/pom.xml index 89455fd1a..88359dff0 100644 --- a/richfaces-validation/functional-tests/pom.xml +++ b/richfaces-validation/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk jboss-richfaces-validation-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss AS Quickstarts: Richfaces Validation test via WebDriver with Arquillian This project tests a starter Java EE 6 webapp project for use on JBoss AS 7 / EAP 6 by WebDriver diff --git a/richfaces-validation/pom.xml b/richfaces-validation/pom.xml index 09289e9ed..bcd44f98d 100644 --- a/richfaces-validation/pom.xml +++ b/richfaces-validation/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-richfaces-validation - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: richfaces-validation An Arquillian Bean Validation test example diff --git a/shrinkwrap-resolver/pom.xml b/shrinkwrap-resolver/pom.xml index 064842ef5..a774edbc7 100644 --- a/shrinkwrap-resolver/pom.xml +++ b/shrinkwrap-resolver/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-shrinkwrap-resolver - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: shrinkwrap-resolver A starter Java EE 6 webapp project for use on JBoss EAP 6, generated from the jboss-javaee6-webapp archetype diff --git a/spring-greeter/functional-tests/pom.xml b/spring-greeter/functional-tests/pom.xml index a990785a4..3599c795c 100644 --- a/spring-greeter/functional-tests/pom.xml +++ b/spring-greeter/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk jboss-spring-greeter-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss AS Quickstarts: Greeter Spring test via WebDriver with Arquillian This project tests a starter Java EE 6 webapp project for use on JBoss AS 7 / EAP 6 by WebDriver diff --git a/spring-greeter/pom.xml b/spring-greeter/pom.xml index 36ec80310..6638f7778 100644 --- a/spring-greeter/pom.xml +++ b/spring-greeter/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-spring-greeter - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: spring-greeter JBoss WFK Quickstart: Spring Greeter diff --git a/spring-kitchensink-asyncrequestmapping/functional-tests/pom.xml b/spring-kitchensink-asyncrequestmapping/functional-tests/pom.xml index 1354af24f..98382cee7 100644 --- a/spring-kitchensink-asyncrequestmapping/functional-tests/pom.xml +++ b/spring-kitchensink-asyncrequestmapping/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk jboss-spring-kitchensink-asyncrequestmapping-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss AS Quickstarts: Kitchensink test via WebDriver with Arquillian This project tests a starter Java EE 6 webapp project for use on JBoss AS 7 / EAP 6 by WebDriver diff --git a/spring-kitchensink-asyncrequestmapping/pom.xml b/spring-kitchensink-asyncrequestmapping/pom.xml index 0bca19335..61101a306 100644 --- a/spring-kitchensink-asyncrequestmapping/pom.xml +++ b/spring-kitchensink-asyncrequestmapping/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-spring-kitchensink-asyncrequestmapping - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: spring-kitchensink-asyncrequestmapping Getting Started with Spring 4.0 on JBoss - AsyncRequests diff --git a/spring-kitchensink-basic/functional-tests/pom.xml b/spring-kitchensink-basic/functional-tests/pom.xml index 8832ad470..8cf89b881 100644 --- a/spring-kitchensink-basic/functional-tests/pom.xml +++ b/spring-kitchensink-basic/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk jboss-spring-kitchensink-basic-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss AS Quickstarts: Kitchensink test via WebDriver with Arquillian This project tests a starter Java EE 6 webapp project for use on JBoss AS 7 / EAP 6 by WebDriver diff --git a/spring-kitchensink-basic/pom.xml b/spring-kitchensink-basic/pom.xml index 5e3e820fe..1c172b489 100644 --- a/spring-kitchensink-basic/pom.xml +++ b/spring-kitchensink-basic/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-spring-kitchensink-basic - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: spring-kitchensink-basic Getting Started with Spring 4.0 on JBoss diff --git a/spring-kitchensink-controlleradvice/functional-tests/pom.xml b/spring-kitchensink-controlleradvice/functional-tests/pom.xml index 3bd06c599..e6035d016 100644 --- a/spring-kitchensink-controlleradvice/functional-tests/pom.xml +++ b/spring-kitchensink-controlleradvice/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk jboss-spring-kitchensink-controlleradvice-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss AS Quickstarts: Kitchensink test via WebDriver with Arquillian This project tests a starter Java EE 6 webapp project for use on JBoss AS 7 / EAP 6 by WebDriver diff --git a/spring-kitchensink-controlleradvice/pom.xml b/spring-kitchensink-controlleradvice/pom.xml index 6de0a7c86..a66f3979c 100644 --- a/spring-kitchensink-controlleradvice/pom.xml +++ b/spring-kitchensink-controlleradvice/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-spring-kitchensink-controlleradvice - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: spring-kitchensink-controlleradvice Getting Started with Spring 4.0 on JBoss - Controller Advice diff --git a/spring-kitchensink-matrixvariables/functional-tests/pom.xml b/spring-kitchensink-matrixvariables/functional-tests/pom.xml index 6df4814d0..262fd5d8f 100644 --- a/spring-kitchensink-matrixvariables/functional-tests/pom.xml +++ b/spring-kitchensink-matrixvariables/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk jboss-spring-kitchensink-matrixvariables-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss AS Quickstarts: Kitchensink test via WebDriver with Arquillian This project tests a starter Java EE 6 webapp project for use on JBoss AS 7 / EAP 6 by WebDriver diff --git a/spring-kitchensink-matrixvariables/pom.xml b/spring-kitchensink-matrixvariables/pom.xml index f721dba87..b939041c0 100644 --- a/spring-kitchensink-matrixvariables/pom.xml +++ b/spring-kitchensink-matrixvariables/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-spring-kitchensink-matrixvariables - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: spring-kitchensink-matrixvariables Getting Started with Spring 4.0 on JBoss - Matrix Variables diff --git a/spring-kitchensink-springmvctest/functional-tests/pom.xml b/spring-kitchensink-springmvctest/functional-tests/pom.xml index c065913e8..46e3078c2 100644 --- a/spring-kitchensink-springmvctest/functional-tests/pom.xml +++ b/spring-kitchensink-springmvctest/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk jboss-spring-kitchensink-springmvctest-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss AS Quickstarts: Kitchensink test via WebDriver with Arquillian This project tests a starter Java EE 6 webapp project for use on JBoss AS 7 / EAP 6 by WebDriver diff --git a/spring-kitchensink-springmvctest/pom.xml b/spring-kitchensink-springmvctest/pom.xml index 0253e9946..df20c665d 100644 --- a/spring-kitchensink-springmvctest/pom.xml +++ b/spring-kitchensink-springmvctest/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-spring-kitchensink-springmvctest - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: spring-kitchensink-springmvctest Getting Started with Spring 4.0 on JBoss - MVC Tests diff --git a/spring-petclinic/functional-tests/pom.xml b/spring-petclinic/functional-tests/pom.xml index 5bf45d2b1..178d64a12 100644 --- a/spring-petclinic/functional-tests/pom.xml +++ b/spring-petclinic/functional-tests/pom.xml @@ -20,7 +20,7 @@ org.jboss.as.quickstarts.wfk jboss-spring-petclinic-test-webdriver - 2.7.0-SNAPSHOT + 2.7.0.Final JBoss AS Quickstarts: Spring Petclinic Demo ftest via WebDriver with Arquillian This project tests a starter Java EE 6 webapp project for use on JBoss EAP 6 by WebDriver diff --git a/spring-petclinic/pom.xml b/spring-petclinic/pom.xml index 1917b0f86..0281dcd1f 100644 --- a/spring-petclinic/pom.xml +++ b/spring-petclinic/pom.xml @@ -18,7 +18,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-spring-petclinic - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: spring-petclinic JBoss WFK Quickstart: PetClinic diff --git a/spring-resteasy/pom.xml b/spring-resteasy/pom.xml index fde004432..bf07da03e 100644 --- a/spring-resteasy/pom.xml +++ b/spring-resteasy/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.jboss.quickstarts.wfk jboss-spring-resteasy - 2.7.0-SNAPSHOT + 2.7.0.Final war JBoss WFK Quickstart: spring-resteasy JBoss WFK Quickstart: Resteasy Spring Demonstrates the use of a JAX-RS RestEasy client