Skip to content

Commit dc304fe

Browse files
committed
Update readme with new version numbers
1 parent 5c6d808 commit dc304fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tomcat-rpm
22
==========
33

4-
This project defines a build system for building Apache Tomcat 7.0.x
4+
This project defines a build system for building Apache Tomcat 8.0.x
55
source and binary RPM files. The included `build.sh` *must* be used to kick off
66
the RPM building process. The SPEC file assumes various work is done by the
77
script; e.g. the Tomcat packages being extracted and compiled in the corre
@@ -12,7 +12,7 @@ to be set according to the Java packages installed on the build system (and, in
1212
turn, the target install system[s]). That is, if you are using the community
1313
build Java packages, these variables will be set to "/usr/java/latest" and
1414
"jdk", respectively. If you are using the RedHat packages, like the
15-
java-1.7.0-oracle and java-1.7.0-oracle-devel packages, then they would be
15+
java-1.8.0-oracle and java-1.8.0-oracle-devel packages, then they would be
1616
set to "/usr/lib/jvm/java" and "java-sdk". The `build.sh` script does this
1717
for you.
1818

0 commit comments

Comments
 (0)