AcceleratorFilter implementiert
[percentcodec] / pom.xml
diff --git a/pom.xml b/pom.xml
index f9bb030..2db8fc0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 
   <groupId>de.halbekunst</groupId>
   <artifactId>juplo</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
   <name>Juplo</name>
   <packaging>pom</packaging>
   <url>http://www.halbekunst.de</url>
 
     <!-- Verwendete Versionen -->
     <junit.version>4.8.1</junit.version>
+    <log4j.version>1.2.15</log4j.version>
     <servlet-api.version>2.5</servlet-api.version>
     <slf4j.version>1.6.1</slf4j.version>
-    <springframework.version>3.0.5.RELEASE</springframework.version>
+    <springframework.version>3.0.6.RELEASE</springframework.version>
 
   </properties>
 
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <phase>verify</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>