Skip to content

Commit

Permalink
Increment version number for next dev cycle
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1848365 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
markt-asf committed Dec 6, 2018
1 parent 2a4d08c commit 1189b4c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.properties.default
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# ----- Version Control Flags -----
version.major=9
version.minor=0
version.build=14
version.build=15
version.patch=0
version.suffix=-dev

Expand Down
2 changes: 1 addition & 1 deletion res/maven/mvn-pub.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<param name="pom" value="${tomcat.pom.path}/@{pom}"/>
<param name="src" value="@{src}"/>
<param name="src.skip" value="@{src.skip}"/>
<param name="maven.deploy.version" value="9.0.14-dev"/>
<param name="maven.deploy.version" value="9.0.15-dev"/>
</antcall>
</sequential>
</macrodef>
Expand Down
2 changes: 1 addition & 1 deletion res/maven/mvn.properties.default
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ maven.asf.release.repo.url=https://repository.apache.org/service/local/staging/d
maven.asf.release.repo.repositoryId=apache.releases.https

# Release version info
maven.asf.release.deploy.version=9.0.14
maven.asf.release.deploy.version=9.0.15

#Where do we load the libraries from
tomcat.lib.path=../../output/build/lib
Expand Down
4 changes: 3 additions & 1 deletion webapps/docs/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
They eventually become mixed with the numbered issues (i.e., numbered
issues do not "pop up" wrt. others).
-->
<section name="Tomcat 9.0.14 (markt)" rtext="in development">
<section name="Tomcat 9.0.15 (markt)" rtext="in development">
</section>
<section name="Tomcat 9.0.14 (markt)" rtext="release in progress">
<subsection name="Catalina">
<changelog>
<fix>
Expand Down

0 comments on commit 1189b4c

Please sign in to comment.