Skip to content

Commit

Permalink
upgrade birt version in index.jsp for 2.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoying Gu committed Sep 6, 2010
1 parent 94ef200 commit 71690af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion releng/maps/birt_model.map
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
plugin@org.eclipse.birt.report.model=v20100902,:ext:xgu@dev.eclipse.org:/cvsroot/birt,,source/org.eclipse.birt.report.model
plugin@org.eclipse.birt.report.model.adapter.oda=v20100902,:ext:xgu@dev.eclipse.org:/cvsroot/birt,,source/org.eclipse.birt.report.model.adapter.oda
plugin@org.eclipse.birt.resources=v20100812,:ext:xgu@dev.eclipse.org:/cvsroot/birt,,source/org.eclipse.birt.resources
plugin@org.eclipse.birt.report.viewer=v20100812,:ext:xgu@dev.eclipse.org:/cvsroot/birt,,source/org.eclipse.birt.report.viewer
plugin@org.eclipse.birt.report.viewer=v20100906,:ext:xgu@dev.eclipse.org:/cvsroot/birt,,source/org.eclipse.birt.report.viewer
plugin@org.eclipse.birt.integration.wtp.ui=v20100624,:ext:xgu@dev.eclipse.org:/cvsroot/birt,,source/org.eclipse.birt.integration.wtp.ui
4 changes: 2 additions & 2 deletions viewer/org.eclipse.birt.report.viewer/birt/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</STYLE>
<%
String javaVersion = System.getProperty("java.version");
String viewerVersion = "2.6.0";
String engineVersion = "2.6.0";
String viewerVersion = "2.6.1";
String engineVersion = "2.6.1";
%>
</HEAD>
<BODY>
Expand Down

0 comments on commit 71690af

Please sign in to comment.