(struts-annotations) branch master deleted (was e3fbcfa)
This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts-annotations.git was e3fbcfa Defines ASF specific settings in repo The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(struts-annotations) 02/02: Defines ASF specific settings in repo
This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/struts-annotations.git commit e3fbcfa3a8fc2765a1b0eb2a270da83df81e494d Author: Lukasz Lenart AuthorDate: Fri Oct 21 11:12:42 2022 +0200 Defines ASF specific settings in repo --- .asf.yaml | 16 1 file changed, 16 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 000..dad75e1 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,16 @@ +# Documentation https://s.apache.org/asfyaml +notifications: + commits: commits@struts.apache.org + # Send all issue emails (new, closed, comments) to issues@ + issues: iss...@struts.apache.org + # Send new/closed PR notifications to dev@ + pullrequests_status: d...@struts.apache.org + # Send individual PR comments/reviews to issues@ + pullrequests_comment: iss...@struts.apache.org + # Link opened PRs with JIRA + jira_options: link label worklog + +github: + del_branch_on_merge: true + protected_branches: +master: { }
(struts) branch main created (now bc03f9a71)
This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/struts.git at bc03f9a71 Merge pull request #1122 from apache/dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.8.0 No new revisions were added by this update.
(struts-master) 01/01: [maven-release-plugin] prepare for next development iteration
This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/struts-master.git commit 088099cd5327176d19998102eb5bcb3e436505de Author: Lukasz Lenart AuthorDate: Sat Apr 6 19:10:52 2024 +0200 [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9f94f85..e964c3f 100755 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.apache.struts struts-master -15 +16-SNAPSHOT pom Apache Struts @@ -15,7 +15,7 @@ scm:git:https://gitbox.apache.org/repos/asf/struts-master.git scm:git:https://gitbox.apache.org/repos/asf/struts-master.git https://github.com/apache/struts-master/ -STRUTS_MASTER_15 +HEAD
(struts-archetypes) branch main created (now bdbfa2f)
This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/struts-archetypes.git at bdbfa2f Merge pull request #18 from apache/dependabot/maven/struts2-archetype-starter/src/main/resources/archetype-resources/commons-fileupload-commons-fileupload-1.5 This branch includes the following new commits: new bdbfa2f Merge pull request #18 from apache/dependabot/maven/struts2-archetype-starter/src/main/resources/archetype-resources/commons-fileupload-commons-fileupload-1.5 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
(struts) branch master deleted (was bc03f9a71)
This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git was bc03f9a71 Merge pull request #1122 from apache/dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.8.0 The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(struts-archetypes) 01/01: Merge pull request #18 from apache/dependabot/maven/struts2-archetype-starter/src/main/resources/archetype-resources/commons-fileupload-commons-fileupload-1.5
This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/struts-archetypes.git commit bdbfa2f2a4aed53421750176738f10a82f8ca96a Merge: 5df3234 459da1a Author: Lukasz Lenart AuthorDate: Fri Feb 24 08:51:23 2023 +0100 Merge pull request #18 from apache/dependabot/maven/struts2-archetype-starter/src/main/resources/archetype-resources/commons-fileupload-commons-fileupload-1.5 Bump commons-fileupload from 1.4 to 1.5 in /struts2-archetype-starter/src/main/resources/archetype-resources .../src/main/resources/archetype-resources/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(struts-master) branch main created (now 088099c)
This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/struts-master.git at 088099c [maven-release-plugin] prepare for next development iteration This branch includes the following new commits: new 088099c [maven-release-plugin] prepare for next development iteration The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
(struts-site) 01/01: Merge pull request #256 from apache/fix/WW-5488-script
This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/struts-site.git commit 4b1ce1e8eee41e2862441dc10ee55bc15b6a14c2 Merge: 6fba751ea c440fe7f8 Author: Lukasz Lenart AuthorDate: Fri Nov 29 14:49:20 2024 +0100 Merge pull request #256 from apache/fix/WW-5488-script WW-5488 Adds missing pages for script & link tags source/tag-developers/link-tag.md | 33 ++ source/tag-developers/script-tag.md| 43 ++ source/tag-developers/tag-reference.md | 29 +++ 3 files changed, 90 insertions(+), 15 deletions(-)
(struts-examples) branch main created (now 04e5f36)
This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/struts-examples.git at 04e5f36 Merge pull request #394 from apache/dependabot/maven/org.jfree-jfreechart-1.5.5 No new revisions were added by this update.
(struts-site) branch master deleted (was 4b1ce1e8e)
This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git was 4b1ce1e8e Merge pull request #256 from apache/fix/WW-5488-script The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(struts-examples) branch master deleted (was 04e5f36)
This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts-examples.git was 04e5f36 Merge pull request #394 from apache/dependabot/maven/org.jfree-jfreechart-1.5.5 The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(struts-annotations) branch main created (now e3fbcfa)
This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/struts-annotations.git at e3fbcfa Defines ASF specific settings in repo This branch includes the following new commits: new 66ce4bc [maven-release-plugin] prepare for next development iteration new e3fbcfa Defines ASF specific settings in repo The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
(struts-annotations) 01/02: [maven-release-plugin] prepare for next development iteration
This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/struts-annotations.git commit 66ce4bc96b8617286f587be80543a9ddaa5c0fdc Author: Lukasz Lenart AuthorDate: Fri Oct 21 10:54:29 2022 +0200 [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index af564a9..f0752fd 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 4.0.0 struts-annotations -1.0.8 +1.0.9-SNAPSHOT jar Struts Annotations https://struts.apache.org @@ -21,7 +21,7 @@ scm:git:https://gitbox.apache.org/repos/asf/struts-annotations.git scm:git:https://gitbox.apache.org/repos/asf/struts-annotations.git https://github.com/apache/struts-annotations.git -STRUTS_ANNOTATIONS_1_0_8 +HEAD
(struts-master) branch master deleted (was 088099c)
This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts-master.git was 088099c [maven-release-plugin] prepare for next development iteration The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(struts-archetypes) branch master deleted (was bdbfa2f)
This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts-archetypes.git was bdbfa2f Merge pull request #18 from apache/dependabot/maven/struts2-archetype-starter/src/main/resources/archetype-resources/commons-fileupload-commons-fileupload-1.5 The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(struts-site) branch main created (now 4b1ce1e8e)
This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/struts-site.git at 4b1ce1e8e Merge pull request #256 from apache/fix/WW-5488-script This branch includes the following new commits: new 4b1ce1e8e Merge pull request #256 from apache/fix/WW-5488-script The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.