Versionsnummer auf 1.0.1-SNAPSHOT angehoben
[percentcodec] / pom.xml
diff --git a/pom.xml b/pom.xml
index b837bd9..7085f2e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,9 +5,9 @@
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>de.halbekunst</groupId>
-  <artifactId>fotos</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <name>Fotos</name>
+  <artifactId>juplo</artifactId>
+  <version>1.0.1-SNAPSHOT</version>
+  <name>Juplo</name>
   <packaging>pom</packaging>
   <url>http://www.halbekunst.de</url>
 
@@ -24,7 +24,7 @@
   </developers>
 
   <modules>
-    <module>web</module>
+    <module>cachecontrol</module>
   </modules>
 
   <properties>
@@ -37,7 +37,7 @@
     <log4j.version>1.2.15</log4j.version>
     <servlet-api.version>2.5</servlet-api.version>
     <slf4j.version>1.5.11</slf4j.version>
-    <springframework.version>3.0.4.RELEASE</springframework.version>
+    <springframework.version>3.0.5.RELEASE</springframework.version>
 
   </properties>
 
       <url>http://repository.jboss.org/maven2</url>
       <snapshots><enabled>false</enabled></snapshots>
     </repository>
+    <repository>
+      <id>halbekunst.internal</id>
+      <name>Internal Release Repository</name>
+      <url>http://halbekunst.de/archiva/repository/internal/</url>
+      <snapshots><enabled>false</enabled></snapshots>
+    </repository>
   </repositories>
 
+  <distributionManagement>
+    <repository>
+      <id>halbekunst.internal</id>
+      <name>Internal Release Repository</name>
+      <url>http://halbekunst.de/archiva/repository/internal/</url>
+    </repository>
+    <snapshotRepository>
+      <id>halbekunst.snapshots</id>
+      <name>Internal Snapshot Repository</name>
+      <url>http://halbekunst.de/archiva/repository/snapshots/</url>
+    </snapshotRepository>
+  </distributionManagement>
+
   <build>
     <plugins>
       <plugin>