Browse Source

added plugin versions

ipolevoy 11 years ago
parent
commit
8b0fb3764f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      activeweb/pom.xml

+ 3 - 0
activeweb/pom.xml

@@ -30,7 +30,9 @@
                 </configuration>
                 </configuration>
             </plugin>
             </plugin>
             <plugin>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <artifactId>maven-compiler-plugin</artifactId>
+                <version>3.1</version>
                 <configuration>
                 <configuration>
                     <source>1.7</source>
                     <source>1.7</source>
                     <target>1.7</target>
                     <target>1.7</target>
@@ -54,6 +56,7 @@
             <plugin>
             <plugin>
                 <groupId>org.javalite</groupId>
                 <groupId>org.javalite</groupId>
                 <artifactId>activejdbc-instrumentation</artifactId>
                 <artifactId>activejdbc-instrumentation</artifactId>
+                <version>1.4.9</version>
                 <executions>
                 <executions>
                     <execution>
                     <execution>
                         <phase>process-classes</phase>
                         <phase>process-classes</phase>