Author: echatellier Date: 2014-06-29 18:33:12 +0200 (Sun, 29 Jun 2014) New Revision: 501 Url: http://forge.nuiton.org/projects/nuiton-js/repository/revisions/501 Log: Update to 3.2.0 Modified: nuiton-js-bootstrap/trunk/pom.xml Modified: nuiton-js-bootstrap/trunk/pom.xml =================================================================== --- nuiton-js-bootstrap/trunk/pom.xml 2014-06-29 16:32:57 UTC (rev 500) +++ nuiton-js-bootstrap/trunk/pom.xml 2014-06-29 16:33:12 UTC (rev 501) @@ -14,7 +14,7 @@ </parent> <artifactId>nuiton-js-bootstrap</artifactId> - <version>3.1.1-2-SNAPSHOT</version> + <version>3.2.0-1-SNAPSHOT</version> <name>Nuiton JS :: Bootstrap</name> <description>bootstrap packaging</description> @@ -37,7 +37,7 @@ <properties> <license.licenseName>apache_v2</license.licenseName> - <upstreamVersion>3.1.1</upstreamVersion> + <upstreamVersion>3.2.0</upstreamVersion> <upstreamUrl>https://github.com/twbs/bootstrap/archive/</upstreamUrl> <upstreamFile>v${upstreamVersion}.zip</upstreamFile> <destDir>${project.build.outputDirectory}/META-INF/resources/${project.artifactId}</destDir>