[JBoss JIRA] (JBIDE-23753) For JBIDE 4.4.3.AM2: Prepare for 4.4.3.AM2 / 10.3.0.AM2 [webservices]
by Friendly Jira Robot (JIRA)
Friendly Jira Robot created JBIDE-23753:
-------------------------------------------
Summary: For JBIDE 4.4.3.AM2: Prepare for 4.4.3.AM2 / 10.3.0.AM2 [webservices]
Key: JBIDE-23753
URL: https://issues.jboss.org/browse/JBIDE-23753
Project: Tools (JBoss Tools)
Issue Type: Task
Components: webservices
Reporter: Friendly Jira Robot
Priority: Blocker
Fix For: 4.4.3.AM2
For JBIDE 4.4.3.AM2 [webservices]: Please perform the following tasks: 1. Check out your existing *{color:orange}master{color}* branch: {code} git checkout master {code} 2. Update your *{color:orange}master branch{color}* root pom to use the latest parent pom version, *{color:orange}4.4.3.AM2-SNAPSHOT{color}*: {code} <parent> <groupId>org.jboss.tools</groupId> <artifactId>parent</artifactId> <version>4.4.3.AM2-SNAPSHOT</version> </parent> {code} Now, your root pom will use parent pom version: README.md docs features plugins pom.xml pom.xml.orig site tests *{color:orange}4.4.3.AM2-SNAPSHOT{color}* in your *{color:orange}master{color}* branch 3. Ensure that component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.0 to 1.0.1. {code} mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.26.0:set-version -DnewVersion=1.0.1-SNAPSHOT {code} 4a. Ensure you've *built your code* using the latest *minimum* target platform version 4.60.2.Final {code} mvn clean verify -Dtpc.version=4.60.2.Final {code} 4b. Ensure you've *run your tests using the latest *maximum* target platform version 4.60.2.Final {code} mvn clean verify -Dtpc.version=4.60.2.Final {code} 5. Close (do not resolve) this JIRA when done. 6. If you have any outstanding [New + Noteworthy JIRAs|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22JBIDE...] to do, please complete them next.
[Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for webservices task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23755) For JBIDE 4.4.3.AM2: Prepare for 4.4.3.AM2 / 10.3.0.AM2 [central-update]
by Friendly Jira Robot (JIRA)
Friendly Jira Robot created JBIDE-23755:
-------------------------------------------
Summary: For JBIDE 4.4.3.AM2: Prepare for 4.4.3.AM2 / 10.3.0.AM2 [central-update]
Key: JBIDE-23755
URL: https://issues.jboss.org/browse/JBIDE-23755
Project: Tools (JBoss Tools)
Issue Type: Task
Components: central-update
Reporter: Friendly Jira Robot
Priority: Blocker
Fix For: 4.4.3.AM2
For JBIDE 4.4.3.AM2 [central-update]: Please perform the following tasks: 1. Check out your existing *{color:orange}master{color}* branch: {code} git checkout master {code} 2. Update your *{color:orange}master branch{color}* root pom to use the latest parent pom version, *{color:orange}4.4.3.AM2-SNAPSHOT{color}*: {code} <parent> <groupId>org.jboss.tools</groupId> <artifactId>parent</artifactId> <version>4.4.3.AM2-SNAPSHOT</version> </parent> {code} Now, your root pom will use parent pom version: README.adoc README.contributing.adoc README.discovery.sites.adoc build.xml jbdevstudio jbosstools jbtcentraltarget jbtearlyaccesstarget pom.xml pom.xml.orig publish-assembly.xml *{color:orange}4.4.3.AM2-SNAPSHOT{color}* in your *{color:orange}master{color}* branch 3. Ensure that component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.0 to 1.0.1. {code} mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.26.0:set-version -DnewVersion=1.0.1-SNAPSHOT {code} 4a. Ensure you've *built your code* using the latest *minimum* target platform version 4.60.2.Final {code} mvn clean verify -Dtpc.version=4.60.2.Final {code} 4b. Ensure you've *run your tests* using the latest *maximum* target platform version 4.60.2.Final {code} mvn clean verify -Dtpc.version=4.60.2.Final {code} 5. Close (do not resolve) this JIRA when done. 6. If you have any outstanding [New + Noteworthy JIRAs|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22JBIDE...] to do, please complete them next.
[Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for central-update task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23754) For JBIDE 4.4.3.AM2: Prepare for 4.4.3.AM2 / 10.3.0.AM2 [integration-tests]
by Friendly Jira Robot (JIRA)
Friendly Jira Robot created JBIDE-23754:
-------------------------------------------
Summary: For JBIDE 4.4.3.AM2: Prepare for 4.4.3.AM2 / 10.3.0.AM2 [integration-tests]
Key: JBIDE-23754
URL: https://issues.jboss.org/browse/JBIDE-23754
Project: Tools (JBoss Tools)
Issue Type: Task
Components: integration-tests
Reporter: Friendly Jira Robot
Priority: Blocker
Fix For: 4.4.3.AM2
For JBIDE 4.4.3.AM2 [integration-tests]: Please perform the following tasks: 1. Check out your existing *{color:orange}master{color}* branch: {code} git checkout master {code} 2. Update your *{color:orange}master branch{color}* root pom to use the latest parent pom version, *{color:orange}4.4.3.AM2-SNAPSHOT{color}*: {code} <parent> <groupId>org.jboss.tools</groupId> <artifactId>parent</artifactId> <version>4.4.3.AM2-SNAPSHOT</version> </parent> {code} Now, your root pom will use parent pom version: README.md plugins pom.xml pom.xml.orig site tests *{color:orange}4.4.3.AM2-SNAPSHOT{color}* in your *{color:orange}master{color}* branch 3. Ensure that component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.0 to 1.0.1. {code} mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.26.0:set-version -DnewVersion=1.0.1-SNAPSHOT {code} 4a. Ensure you've *built your code* using the latest *minimum* target platform version 4.60.2.Final {code} mvn clean verify -Dtpc.version=4.60.2.Final {code} 4b. Ensure you've *run your tests using the latest *maximum* target platform version 4.60.2.Final {code} mvn clean verify -Dtpc.version=4.60.2.Final {code} 5. Close (do not resolve) this JIRA when done. 6. If you have any outstanding [New + Noteworthy JIRAs|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22JBIDE...] to do, please complete them next.
[Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for integration-tests task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23747) For JBIDE 4.4.3.AM2: Prepare for 4.4.3.AM2 / 10.3.0.AM2 [jsf]
by Friendly Jira Robot (JIRA)
Friendly Jira Robot created JBIDE-23747:
-------------------------------------------
Summary: For JBIDE 4.4.3.AM2: Prepare for 4.4.3.AM2 / 10.3.0.AM2 [jsf]
Key: JBIDE-23747
URL: https://issues.jboss.org/browse/JBIDE-23747
Project: Tools (JBoss Tools)
Issue Type: Task
Components: jsf
Reporter: Friendly Jira Robot
Priority: Blocker
Fix For: 4.4.3.AM2
For JBIDE 4.4.3.AM2 [jsf]: Please perform the following tasks: 1. Check out your existing *{color:orange}master{color}* branch: {code} git checkout master {code} 2. Update your *{color:orange}master branch{color}* root pom to use the latest parent pom version, *{color:orange}4.4.3.AM2-SNAPSHOT{color}*: {code} <parent> <groupId>org.jboss.tools</groupId> <artifactId>parent</artifactId> <version>4.4.3.AM2-SNAPSHOT</version> </parent> {code} Now, your root pom will use parent pom version: README.md all-tests batch cdi jsf pom.xml pom.xml.orig seam site *{color:orange}4.4.3.AM2-SNAPSHOT{color}* in your *{color:orange}master{color}* branch 3. Ensure that component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.0 to 1.0.1. {code} mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.26.0:set-version -DnewVersion=1.0.1-SNAPSHOT {code} 4a. Ensure you've *built your code* using the latest *minimum* target platform version 4.60.2.Final {code} mvn clean verify -Dtpc.version=4.60.2.Final {code} 4b. Ensure you've *run your tests* using the latest *maximum* target platform version 4.60.2.Final {code} mvn clean verify -Dtpc.version=4.60.2.Final {code} 5. Close (do not resolve) this JIRA when done. 6. If you have any outstanding [New + Noteworthy JIRAs|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22JBIDE...] to do, please complete them next.
[Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for jsf task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23745) For JBIDE 4.4.3.AM2: Prepare for 4.4.3.AM2 / 10.3.0.AM2 [freemarker]
by Friendly Jira Robot (JIRA)
Friendly Jira Robot created JBIDE-23745:
-------------------------------------------
Summary: For JBIDE 4.4.3.AM2: Prepare for 4.4.3.AM2 / 10.3.0.AM2 [freemarker]
Key: JBIDE-23745
URL: https://issues.jboss.org/browse/JBIDE-23745
Project: Tools (JBoss Tools)
Issue Type: Task
Components: freemarker
Reporter: Friendly Jira Robot
Priority: Blocker
Fix For: 4.4.3.AM2
For JBIDE 4.4.3.AM2 [freemarker]: Please perform the following tasks: 1. Check out your existing *{color:orange}master{color}* branch: {code} git checkout master {code} 2. Update your *{color:orange}master branch{color}* root pom to use the latest parent pom version, *{color:orange}4.4.3.AM2-SNAPSHOT{color}*: {code} <parent> <groupId>org.jboss.tools</groupId> <artifactId>parent</artifactId> <version>4.4.3.AM2-SNAPSHOT</version> </parent> {code} Now, your root pom will use parent pom version: README.md features plugins pom.xml pom.xml.orig site tests *{color:orange}4.4.3.AM2-SNAPSHOT{color}* in your *{color:orange}master{color}* branch 3. Ensure that component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.0 to 1.0.1. {code} mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.26.0:set-version -DnewVersion=1.0.1-SNAPSHOT {code} 4a. Ensure you've *built your code* using the latest *minimum* target platform version 4.60.2.Final {code} mvn clean verify -Dtpc.version=4.60.2.Final {code} 4b. Ensure you've *run your tests using the latest *maximum* target platform version 4.60.2.Final {code} mvn clean verify -Dtpc.version=4.60.2.Final {code} 5. Close (do not resolve) this JIRA when done. 6. If you have any outstanding [New + Noteworthy JIRAs|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22JBIDE...] to do, please complete them next.
[Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for freemarker task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23748) For JBIDE 4.4.3.AM2: Prepare for 4.4.3.AM2 / 10.3.0.AM2 [jst]
by Friendly Jira Robot (JIRA)
Friendly Jira Robot created JBIDE-23748:
-------------------------------------------
Summary: For JBIDE 4.4.3.AM2: Prepare for 4.4.3.AM2 / 10.3.0.AM2 [jst]
Key: JBIDE-23748
URL: https://issues.jboss.org/browse/JBIDE-23748
Project: Tools (JBoss Tools)
Issue Type: Task
Components: jst
Reporter: Friendly Jira Robot
Priority: Blocker
Fix For: 4.4.3.AM2
For JBIDE 4.4.3.AM2 [jst]: Please perform the following tasks: 1. Check out your existing *{color:orange}master{color}* branch: {code} git checkout master {code} 2. Update your *{color:orange}master branch{color}* root pom to use the latest parent pom version, *{color:orange}4.4.3.AM2-SNAPSHOT{color}*: {code} <parent> <groupId>org.jboss.tools</groupId> <artifactId>parent</artifactId> <version>4.4.3.AM2-SNAPSHOT</version> </parent> {code} Now, your root pom will use parent pom version: README.md docs features plugins pom.xml pom.xml.orig site tests *{color:orange}4.4.3.AM2-SNAPSHOT{color}* in your *{color:orange}master{color}* branch 3. Ensure that component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.0 to 1.0.1. {code} mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.26.0:set-version -DnewVersion=1.0.1-SNAPSHOT {code} 4a. Ensure you've *built your code* using the latest *minimum* target platform version 4.60.2.Final {code} mvn clean verify -Dtpc.version=4.60.2.Final {code} 4b. Ensure you've *run your tests using the latest *maximum* target platform version 4.60.2.Final {code} mvn clean verify -Dtpc.version=4.60.2.Final {code} 5. Close (do not resolve) this JIRA when done. 6. If you have any outstanding [New + Noteworthy JIRAs|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22JBIDE...] to do, please complete them next.
[Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for jst task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23746) For JBIDE 4.4.3.AM2: Prepare for 4.4.3.AM2 / 10.3.0.AM2 [hibernate]
by Friendly Jira Robot (JIRA)
Friendly Jira Robot created JBIDE-23746:
-------------------------------------------
Summary: For JBIDE 4.4.3.AM2: Prepare for 4.4.3.AM2 / 10.3.0.AM2 [hibernate]
Key: JBIDE-23746
URL: https://issues.jboss.org/browse/JBIDE-23746
Project: Tools (JBoss Tools)
Issue Type: Task
Components: hibernate
Reporter: Friendly Jira Robot
Priority: Blocker
Fix For: 4.4.3.AM2
For JBIDE 4.4.3.AM2 [hibernate]: Please perform the following tasks: 1. Check out your existing *{color:orange}master{color}* branch: {code} git checkout master {code} 2. Update your *{color:orange}master branch{color}* root pom to use the latest parent pom version, *{color:orange}4.4.3.AM2-SNAPSHOT{color}*: {code} <parent> <groupId>org.jboss.tools</groupId> <artifactId>parent</artifactId> <version>4.4.3.AM2-SNAPSHOT</version> </parent> {code} Now, your root pom will use parent pom version: README.md dependencies.psf docs features plugins pom.xml pom.xml.orig sampleprojects site tests *{color:orange}4.4.3.AM2-SNAPSHOT{color}* in your *{color:orange}master{color}* branch 3. Ensure that component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.0 to 1.0.1. {code} mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.26.0:set-version -DnewVersion=1.0.1-SNAPSHOT {code} 4a. Ensure you've *built your code* using the latest *minimum* target platform version 4.60.2.Final {code} mvn clean verify -Dtpc.version=4.60.2.Final {code} 4b. Ensure you've *run your tests using the latest *maximum* target platform version 4.60.2.Final {code} mvn clean verify -Dtpc.version=4.60.2.Final {code} 5. Close (do not resolve) this JIRA when done. 6. If you have any outstanding [New + Noteworthy JIRAs|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22JBIDE...] to do, please complete them next.
[Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for hibernate task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23749) For JBIDE 4.4.3.AM2: Prepare for 4.4.3.AM2 / 10.3.0.AM2 [livereload]
by Friendly Jira Robot (JIRA)
Friendly Jira Robot created JBIDE-23749:
-------------------------------------------
Summary: For JBIDE 4.4.3.AM2: Prepare for 4.4.3.AM2 / 10.3.0.AM2 [livereload]
Key: JBIDE-23749
URL: https://issues.jboss.org/browse/JBIDE-23749
Project: Tools (JBoss Tools)
Issue Type: Task
Components: livereload
Reporter: Friendly Jira Robot
Priority: Blocker
Fix For: 4.4.3.AM2
For JBIDE 4.4.3.AM2 [livereload]: Please perform the following tasks: 1. Check out your existing *{color:orange}master{color}* branch: {code} git checkout master {code} 2. Update your *{color:orange}master branch{color}* root pom to use the latest parent pom version, *{color:orange}4.4.3.AM2-SNAPSHOT{color}*: {code} <parent> <groupId>org.jboss.tools</groupId> <artifactId>parent</artifactId> <version>4.4.3.AM2-SNAPSHOT</version> </parent> {code} Now, your root pom will use parent pom version: README.md features plugins pom.xml pom.xml.orig site tests *{color:orange}4.4.3.AM2-SNAPSHOT{color}* in your *{color:orange}master{color}* branch 3. Ensure that component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.0 to 1.0.1. {code} mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.26.0:set-version -DnewVersion=1.0.1-SNAPSHOT {code} 4a. Ensure you've *built your code* using the latest *minimum* target platform version 4.60.2.Final {code} mvn clean verify -Dtpc.version=4.60.2.Final {code} 4b. Ensure you've *run your tests using the latest *maximum* target platform version 4.60.2.Final {code} mvn clean verify -Dtpc.version=4.60.2.Final {code} 5. Close (do not resolve) this JIRA when done. 6. If you have any outstanding [New + Noteworthy JIRAs|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22JBIDE...] to do, please complete them next.
[Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for livereload task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23743) For JBIDE 4.4.3.AM2: Prepare for 4.4.3.AM2 / 10.3.0.AM2 [central]
by Friendly Jira Robot (JIRA)
Friendly Jira Robot created JBIDE-23743:
-------------------------------------------
Summary: For JBIDE 4.4.3.AM2: Prepare for 4.4.3.AM2 / 10.3.0.AM2 [central]
Key: JBIDE-23743
URL: https://issues.jboss.org/browse/JBIDE-23743
Project: Tools (JBoss Tools)
Issue Type: Task
Components: central
Reporter: Friendly Jira Robot
Priority: Blocker
Fix For: 4.4.3.AM2
For JBIDE 4.4.3.AM2 [central]: Please perform the following tasks: 1. Check out your existing *{color:orange}master{color}* branch: {code} git checkout master {code} 2. Update your *{color:orange}master branch{color}* root pom to use the latest parent pom version, *{color:orange}4.4.3.AM2-SNAPSHOT{color}*: {code} <parent> <groupId>org.jboss.tools</groupId> <artifactId>parent</artifactId> <version>4.4.3.AM2-SNAPSHOT</version> </parent> {code} Now, your root pom will use parent pom version: README.md all-tests central discovery examples maven pom.xml pom.xml.orig site *{color:orange}4.4.3.AM2-SNAPSHOT{color}* in your *{color:orange}master{color}* branch 3. Ensure that component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.0 to 1.0.1. {code} mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.26.0:set-version -DnewVersion=1.0.1-SNAPSHOT {code} 4a. Ensure you've *built your code* using the latest *minimum* target platform version 4.60.2.Final {code} mvn clean verify -Dtpc.version=4.60.2.Final {code} 4b. Ensure you've *run your tests* using the latest *maximum* target platform version 4.60.2.Final {code} mvn clean verify -Dtpc.version=4.60.2.Final {code} 5. Close (do not resolve) this JIRA when done. 6. If you have any outstanding [New + Noteworthy JIRAs|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22JBIDE...] to do, please complete them next.
[Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for central task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months