Преглед изворни кода

update: maven central deployment

Ranides Atterwim пре 10 месеци
родитељ
комит
faaded88ac

+ 1 - 1
assira.asm/pom.xml

@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.ranides</groupId>
         <artifactId>assira.project</artifactId>
-        <version>2.9.0-SNAPSHOT</version>
+        <version>2.9.0</version>
     </parent>
 
     <artifactId>assira.asm</artifactId>

+ 1 - 1
assira.commons/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <artifactId>assira.project</artifactId>
         <groupId>net.ranides</groupId>
-        <version>2.9.0-SNAPSHOT</version>
+        <version>2.9.0</version>
     </parent>
 
     <artifactId>assira.commons</artifactId>

+ 1 - 1
assira.core/pom.xml

@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.ranides</groupId>
         <artifactId>assira.project</artifactId>
-        <version>2.9.0-SNAPSHOT</version>
+        <version>2.9.0</version>
     </parent>
 
     <artifactId>assira.core</artifactId>

+ 1 - 1
assira.core11/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <artifactId>assira.project</artifactId>
         <groupId>net.ranides</groupId>
-        <version>2.9.0-SNAPSHOT</version>
+        <version>2.9.0</version>
     </parent>
 
     <artifactId>assira.core11</artifactId>

+ 1 - 1
assira.core8/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <artifactId>assira.project</artifactId>
         <groupId>net.ranides</groupId>
-        <version>2.9.0-SNAPSHOT</version>
+        <version>2.9.0</version>
     </parent>
 
     <artifactId>assira.core8</artifactId>

+ 1 - 1
assira.enterprise/pom.xml

@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.ranides</groupId>
         <artifactId>assira.project</artifactId>
-        <version>2.9.0-SNAPSHOT</version>
+        <version>2.9.0</version>
     </parent>
 
     <artifactId>assira.enterprise</artifactId>

+ 1 - 1
assira.g4interpreter/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <artifactId>assira.project</artifactId>
         <groupId>net.ranides</groupId>
-        <version>2.9.0-SNAPSHOT</version>
+        <version>2.9.0</version>
     </parent>
 
     <artifactId>assira.g4interpreter</artifactId>

+ 1 - 1
assira.junit/pom.xml

@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.ranides</groupId>
         <artifactId>assira.project</artifactId>
-        <version>2.9.0-SNAPSHOT</version>
+        <version>2.9.0</version>
     </parent>
     
     <artifactId>assira.junit</artifactId>

+ 1 - 1
assira.lambda/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <artifactId>assira.project</artifactId>
         <groupId>net.ranides</groupId>
-        <version>2.9.0-SNAPSHOT</version>
+        <version>2.9.0</version>
     </parent>
 
     <artifactId>assira.lambda</artifactId>

+ 1 - 1
assira.test/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
         <groupId>net.ranides</groupId>
         <artifactId>assira.project</artifactId>
-        <version>2.9.0-SNAPSHOT</version>
+        <version>2.9.0</version>
     </parent>
 	
     <artifactId>assira.test</artifactId>

+ 1 - 1
assira.ui/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <artifactId>assira.project</artifactId>
         <groupId>net.ranides</groupId>
-        <version>2.9.0-SNAPSHOT</version>
+        <version>2.9.0</version>
     </parent>
 
     <artifactId>assira.ui</artifactId>

+ 1 - 1
assira.xls/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <artifactId>assira.project</artifactId>
         <groupId>net.ranides</groupId>
-        <version>2.9.0-SNAPSHOT</version>
+        <version>2.9.0</version>
     </parent>
 
     <artifactId>assira.xls</artifactId>

+ 10 - 11
pom.xml

@@ -4,7 +4,7 @@
 
     <groupId>net.ranides</groupId>
     <artifactId>assira.project</artifactId>
-    <version>2.9.0-SNAPSHOT</version>
+    <version>2.9.0</version>
     <packaging>pom</packaging>
 
     <name>${project.groupId}:${project.artifactId}</name>
@@ -31,16 +31,6 @@
         <developerConnection>scm:git:https://git.ranides.net/projects/assira.git</developerConnection>
         <url>https://git.ranides.net/projects/assira</url>
     </scm>
-    <distributionManagement>
-        <snapshotRepository>
-            <id>ossrh</id>
-            <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
-        </snapshotRepository>
-        <repository>
-            <id>ossrh</id>
-            <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
-        </repository>
-    </distributionManagement>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -151,6 +141,15 @@
                             </execution>
                         </executions>
                     </plugin>
+                    <plugin>
+                        <groupId>org.sonatype.central</groupId>
+                        <artifactId>central-publishing-maven-plugin</artifactId>
+                        <version>0.8.0</version>
+                        <extensions>true</extensions>
+                        <configuration>
+                            <publishingServerId>central</publishingServerId>
+                        </configuration>
+                    </plugin>
                 </plugins>
             </build>
         </profile>