This is an automated email from the ASF dual-hosted git repository.

lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/main by this push:
     new ea879162e chore(guice, README): update deployment instructions to 
remove Heroku examples (#2790)
ea879162e is described below

commit ea879162e2b6ac3c6e42e3bbc09b77e50ff79f9c
Author: Lenny Primak <[email protected]>
AuthorDate: Wed Jun 17 10:22:38 2026 -0400

    chore(guice, README): update deployment instructions to remove Heroku 
examples (#2790)
---
 samples/guice/README.md            | 4 ----
 samples/spring-boot-web/README.md  | 4 ----
 samples/spring-hibernate/README.md | 4 ----
 samples/web/README.md              | 4 ----
 4 files changed, 16 deletions(-)

diff --git a/samples/guice/README.md b/samples/guice/README.md
index 53681f754..070cb98af 100644
--- a/samples/guice/README.md
+++ b/samples/guice/README.md
@@ -11,7 +11,3 @@ mvn jetty:run
 ```
 
 Browse to `http://localhost:9080/`
-
-Or deploy to Heroku:
-
-[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/bdemers/heroku-examples-runner&env\[ARTIFACT_ID\]=samples-guice)
diff --git a/samples/spring-boot-web/README.md 
b/samples/spring-boot-web/README.md
index 63282fcfd..34edf4d09 100644
--- a/samples/spring-boot-web/README.md
+++ b/samples/spring-boot-web/README.md
@@ -12,7 +12,3 @@ mvn spring-boot:run
 ```
 
 Browse to `http://localhost:8080/`
-
-Or deploy to Heroku:
-
-[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/bdemers/heroku-examples-runner&env\[ARTIFACT_ID\]=samples-spring-boot-web&&env\[RUNNER\]=spring-boot)
diff --git a/samples/spring-hibernate/README.md 
b/samples/spring-hibernate/README.md
index 2fe052ee8..d4466f649 100644
--- a/samples/spring-hibernate/README.md
+++ b/samples/spring-hibernate/README.md
@@ -11,7 +11,3 @@ mvn jetty:run
 ```
 
 Browse to `http://localhost:9080/`
-
-Or deploy to Heroku:
-
-[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/bdemers/heroku-examples-runner&env\[ARTIFACT_ID\]=samples-sprhib)
diff --git a/samples/web/README.md b/samples/web/README.md
index 4f68449b9..9a482d6c7 100644
--- a/samples/web/README.md
+++ b/samples/web/README.md
@@ -11,7 +11,3 @@ mvn jetty:run
 ```
 
 Browse to `http://localhost:9080/`
-
-Or deploy to Heroku:
-
-[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/bdemers/heroku-examples-runner&env\[ARTIFACT_ID\]=samples-web)

Reply via email to