1 <?xml version="1.0" encoding="UTF-8"?>
4 * This is a utility project for wide range of applications
6 * Copyright (C) 2008 Imran M Yousuf (imyousuf@smartitengineering.com)
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 3 of the License, or (at your option) any later version.
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
24 <artifactId>smart-util</artifactId>
25 <groupId>com.smartitengineering</groupId>
26 <version>0.1.1-SNAPSHOT</version>
28 <modelVersion>4.0.0</modelVersion>
29 <groupId>com.smartitengineering.smart-util</groupId>
30 <artifactId>smart-spring-util</artifactId>
31 <name>smart-spring-util</name>
32 <version>0.1.1-SNAPSHOT</version>
35 <groupId>org.springframework</groupId>
36 <artifactId>spring-beans</artifactId>
37 <version>${spring.version}</version>
40 <groupId>commons-lang</groupId>
41 <artifactId>commons-lang</artifactId>
42 <version>2.3</version>
45 <groupId>junit</groupId>
46 <artifactId>junit</artifactId>
47 <version>3.8.1</version>
51 <groupId>org.springframework</groupId>
52 <artifactId>spring-context</artifactId>
53 <version>${spring.version}</version>
60 <artifactId>maven-compiler-plugin</artifactId>
61 <version>2.0.2</version>
68 <groupId>org.apache.maven.plugins</groupId>
69 <artifactId>maven-javadoc-plugin</artifactId>
70 <version>2.3</version>
77 <phase>install</phase>
85 <groupId>org.apache.maven.plugins</groupId>
86 <artifactId>maven-source-plugin</artifactId>
87 <version>2.0.4</version>
93 <id>attach-sources</id>
104 <spring.version>2.5.6</spring.version>