Skip to content

Commit

Permalink
SAK-25777 - Upgrade tomcat version 7.0.53 for 10
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/pack/trunk@309095 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
jonespm committed May 1, 2014
1 parent 123a897 commit cbba110
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pack/pack-demo/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<target name="unzip" depends="prep" description="Expand Tomcat zip and perform cleanup.">
<echo message="[INFO] Expand the Tomcat zip from the repo into the target." />
<unzip
src="${localRepo}/tomcat/tomcat/tomcat/${sakai.tomcat.version}/tomcat-${sakai.tomcat.version}.zip"
src="${localRepo}/org/apache/tomcat/tomcat/${sakai.tomcat.version}/tomcat-${sakai.tomcat.version}.zip"
dest="${basedir}/target/unpack"
overwrite="true" />
</target>
Expand Down
4 changes: 2 additions & 2 deletions pack/pack-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<dependencies>
<dependency>
<groupId>tomcat.tomcat</groupId>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat</artifactId>
<version>${sakai.tomcat.version}</version>
<type>zip</type>
Expand Down Expand Up @@ -73,4 +73,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit cbba110

Please sign in to comment.