r335 - nuiton-js-angularjs/trunk
Author: echatellier Date: 2014-01-06 10:34:31 +0100 (Mon, 06 Jan 2014) New Revision: 335 Url: http://nuiton.org/projects/nuiton-js/repository/revisions/335 Log: Use release Modified: nuiton-js-angularjs/trunk/pom.xml Modified: nuiton-js-angularjs/trunk/pom.xml =================================================================== --- nuiton-js-angularjs/trunk/pom.xml 2014-01-06 09:29:14 UTC (rev 334) +++ nuiton-js-angularjs/trunk/pom.xml 2014-01-06 09:34:31 UTC (rev 335) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton.js</groupId> <artifactId>nuiton-js-lib</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> </parent> <artifactId>nuiton-js-angularjs</artifactId> @@ -47,7 +47,7 @@ <dependency> <groupId>org.nuiton.js</groupId> <artifactId>nuiton-js-test</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> <scope>test</scope> </dependency> </dependencies>
participants (1)
-
echatellier@users.nuiton.org