Parcourir la source

[maven-release-plugin] prepare for next development iteration

____tbvns____ il y a 5 mois
Parent
commit
20e839ca07
3 fichiers modifiés avec 7 ajouts et 7 suppressions
  1. 2 2
      GD4J/pom.xml
  2. 3 3
      PowerGDEditor/pom.xml
  3. 2 2
      pom.xml

+ 2 - 2
GD4J/pom.xml

@@ -4,11 +4,11 @@
     <parent>
         <groupId>xyz.tbvns</groupId>
         <artifactId>PowerGD</artifactId>
-        <version>1.0</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>GD4J</artifactId>
-  <version>1.0-ALPHA</version>
+  <version>1.1-ALPHA-SNAPSHOT</version>
 
     <distributionManagement>
         <repository>

+ 3 - 3
PowerGDEditor/pom.xml

@@ -5,11 +5,11 @@
     <parent>
         <groupId>xyz.tbvns</groupId>
         <artifactId>PowerGD</artifactId>
-        <version>1.0</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>PowerGDEditor</artifactId>
-  <version>1.0-ALPHA</version>
+  <version>1.1-ALPHA-SNAPSHOT</version>
 
     <properties>
         <maven.compiler.source>21</maven.compiler.source>
@@ -112,7 +112,7 @@
         <dependency>
             <groupId>xyz.tbvns</groupId>
             <artifactId>GD4J</artifactId>
-            <version>1.0-ALPHA</version>
+            <version>1.1-ALPHA-SNAPSHOT</version>
         </dependency>
     </dependencies>
 

+ 2 - 2
pom.xml

@@ -4,13 +4,13 @@
 
     <groupId>xyz.tbvns</groupId>
     <artifactId>PowerGD</artifactId>
-    <version>1.0</version>
+    <version>1.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <scm>
         <connection>scm:git:https://git.tbvns.xyz/tbvns/PowerGD.git</connection>
         <url>https://git.tbvns.xyz/tbvns/PowerGD</url>
-      <tag>PowerGD-1.0</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <modules>