Subversion Repositories SmartDukaan

Rev

Rev 1013 | Rev 1099 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1013 Rev 1017
Line 20... Line 20...
20
        <groupId>org.apache.maven.plugins</groupId>
20
        <groupId>org.apache.maven.plugins</groupId>
21
        <artifactId>maven-compiler-plugin</artifactId>
21
        <artifactId>maven-compiler-plugin</artifactId>
22
        <configuration>
22
        <configuration>
23
          <debug>true</debug>
23
          <debug>true</debug>
24
          <optimize>true</optimize>
24
          <optimize>true</optimize>
25
          <source>1.5</source>
25
          <source>1.6</source>
26
          <target>1.5</target>
26
          <target>1.6</target>
27
        </configuration>
27
        </configuration>
28
      </plugin>
28
      </plugin>
29
    </plugins>
29
    </plugins>
30
  </build>
30
  </build>
31
  
31