diff --git a/cmd/helper/main.go b/cmd/helper/main.go index 307e2f4..7e2e3fa 100644 --- a/cmd/helper/main.go +++ b/cmd/helper/main.go @@ -22,7 +22,7 @@ import ( "github.com/paketo-buildpacks/libpak/bard" "github.com/paketo-buildpacks/libpak/sherpa" - "github.com/paketo-buildpacks/apache-tomcat/v7/helper" + "github.com/paketo-buildpacks/apache-tomcat/v8/helper" ) func main() { diff --git a/cmd/main/main.go b/cmd/main/main.go index d4eef51..b67739a 100644 --- a/cmd/main/main.go +++ b/cmd/main/main.go @@ -22,7 +22,7 @@ import ( "github.com/paketo-buildpacks/libpak" "github.com/paketo-buildpacks/libpak/bard" - "github.com/paketo-buildpacks/apache-tomcat/v7/tomcat" + "github.com/paketo-buildpacks/apache-tomcat/v8/tomcat" ) func main() { diff --git a/go.mod b/go.mod index 6aed970..80b3a30 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/paketo-buildpacks/apache-tomcat/v7 +module github.com/paketo-buildpacks/apache-tomcat/v8 go 1.20 diff --git a/helper/access_logging_support_test.go b/helper/access_logging_support_test.go index bfba003..bf3db70 100644 --- a/helper/access_logging_support_test.go +++ b/helper/access_logging_support_test.go @@ -23,7 +23,7 @@ import ( . "github.com/onsi/gomega" "github.com/sclevine/spec" - "github.com/paketo-buildpacks/apache-tomcat/v7/helper" + "github.com/paketo-buildpacks/apache-tomcat/v8/helper" ) func testAccessLoggingSupport(t *testing.T, context spec.G, it spec.S) { diff --git a/tomcat/base_test.go b/tomcat/base_test.go index 5e70a33..e96ee7e 100644 --- a/tomcat/base_test.go +++ b/tomcat/base_test.go @@ -29,7 +29,7 @@ import ( "github.com/paketo-buildpacks/libpak" "github.com/sclevine/spec" - "github.com/paketo-buildpacks/apache-tomcat/v7/tomcat" + "github.com/paketo-buildpacks/apache-tomcat/v8/tomcat" ) func testBase(t *testing.T, context spec.G, it spec.S) { diff --git a/tomcat/build.go b/tomcat/build.go index f0cfd45..4203667 100644 --- a/tomcat/build.go +++ b/tomcat/build.go @@ -31,7 +31,7 @@ import ( "github.com/heroku/color" "github.com/buildpacks/libcnb" - "github.com/paketo-buildpacks/apache-tomcat/v7/internal/util" + "github.com/paketo-buildpacks/apache-tomcat/v8/internal/util" "github.com/paketo-buildpacks/libjvm" "github.com/paketo-buildpacks/libpak" "github.com/paketo-buildpacks/libpak/bard" diff --git a/tomcat/build_test.go b/tomcat/build_test.go index 1acdfa3..2cb5811 100644 --- a/tomcat/build_test.go +++ b/tomcat/build_test.go @@ -29,7 +29,7 @@ import ( "github.com/paketo-buildpacks/libpak" "github.com/sclevine/spec" - "github.com/paketo-buildpacks/apache-tomcat/v7/tomcat" + "github.com/paketo-buildpacks/apache-tomcat/v8/tomcat" ) func testBuild(t *testing.T, context spec.G, it spec.S) { diff --git a/tomcat/detect.go b/tomcat/detect.go index a8c8773..8370930 100644 --- a/tomcat/detect.go +++ b/tomcat/detect.go @@ -22,7 +22,7 @@ import ( "path/filepath" "github.com/buildpacks/libcnb" - "github.com/paketo-buildpacks/apache-tomcat/v7/internal/util" + "github.com/paketo-buildpacks/apache-tomcat/v8/internal/util" "github.com/paketo-buildpacks/libjvm" "github.com/paketo-buildpacks/libpak" "github.com/paketo-buildpacks/libpak/bard" diff --git a/tomcat/detect_test.go b/tomcat/detect_test.go index c5ac84e..2bee7e0 100644 --- a/tomcat/detect_test.go +++ b/tomcat/detect_test.go @@ -26,7 +26,7 @@ import ( . "github.com/onsi/gomega" "github.com/sclevine/spec" - "github.com/paketo-buildpacks/apache-tomcat/v7/tomcat" + "github.com/paketo-buildpacks/apache-tomcat/v8/tomcat" ) func testDetect(t *testing.T, context spec.G, it spec.S) { diff --git a/tomcat/home_test.go b/tomcat/home_test.go index b9c16a7..ecea9c2 100644 --- a/tomcat/home_test.go +++ b/tomcat/home_test.go @@ -26,7 +26,7 @@ import ( "github.com/paketo-buildpacks/libpak" "github.com/sclevine/spec" - "github.com/paketo-buildpacks/apache-tomcat/v7/tomcat" + "github.com/paketo-buildpacks/apache-tomcat/v8/tomcat" ) func testHome(t *testing.T, context spec.G, it spec.S) {