You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by db...@apache.org on 2022/05/14 21:15:09 UTC

svn commit: r1900901 - /geronimo/specs/trunk/geronimo-mail_2.1_spec/pom.xml

Author: dblevins
Date: Sat May 14 21:15:09 2022
New Revision: 1900901

URL: http://svn.apache.org/viewvc?rev=1900901&view=rev
Log:
Set Activation version to proposed 1.0.0-M1

Modified:
    geronimo/specs/trunk/geronimo-mail_2.1_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-mail_2.1_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-mail_2.1_spec/pom.xml?rev=1900901&r1=1900900&r2=1900901&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-mail_2.1_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-mail_2.1_spec/pom.xml Sat May 14 21:15:09 2022
@@ -62,7 +62,7 @@
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-activation_2.0_spec</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0-M1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -210,4 +210,10 @@
         </profile>
     </profiles>
 
+    <repositories>
+        <repository>
+            <id>orgapachegeronimo-1153</id>
+            <url>https://repository.apache.org/content/repositories/orgapachegeronimo-1153/</url>
+        </repository>
+    </repositories>
 </project>