Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 31, 2023
1 parent 2b4b5d9 commit 53ae39c
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion maven-native-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo.natives</groupId>
<artifactId>maven-native</artifactId>
<version>1.0-M1</version>
<version>1.0-M2-SNAPSHOT</version>
</parent>
<artifactId>maven-native-api</artifactId>
<name>Maven Native API</name>
Expand Down
2 changes: 1 addition & 1 deletion maven-native-components/maven-native-bcc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo.natives</groupId>
<artifactId>maven-native-components</artifactId>
<version>1.0-M1</version>
<version>1.0-M2-SNAPSHOT</version>
</parent>
<artifactId>maven-native-bcc</artifactId>
<name>Maven Native BCC</name>
Expand Down
2 changes: 1 addition & 1 deletion maven-native-components/maven-native-generic-c/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo.natives</groupId>
<artifactId>maven-native-components</artifactId>
<version>1.0-M1</version>
<version>1.0-M2-SNAPSHOT</version>
</parent>
<artifactId>maven-native-generic-c</artifactId>
<name>Maven Native C/C++</name>
Expand Down
2 changes: 1 addition & 1 deletion maven-native-components/maven-native-javah/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo.natives</groupId>
<artifactId>maven-native-components</artifactId>
<version>1.0-M1</version>
<version>1.0-M2-SNAPSHOT</version>
</parent>
<artifactId>maven-native-javah</artifactId>
<name>Maven Native Javah</name>
Expand Down
2 changes: 1 addition & 1 deletion maven-native-components/maven-native-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo.natives</groupId>
<artifactId>maven-native-components</artifactId>
<version>1.0-M1</version>
<version>1.0-M2-SNAPSHOT</version>
</parent>
<artifactId>maven-native-manager</artifactId>
<name>Maven Native Components Manager</name>
Expand Down
2 changes: 1 addition & 1 deletion maven-native-components/maven-native-mingw/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo.natives</groupId>
<artifactId>maven-native-components</artifactId>
<version>1.0-M1</version>
<version>1.0-M2-SNAPSHOT</version>
</parent>
<artifactId>maven-native-mingw</artifactId>
<name>Maven Native MinGW</name>
Expand Down
2 changes: 1 addition & 1 deletion maven-native-components/maven-native-msvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo.natives</groupId>
<artifactId>maven-native-components</artifactId>
<version>1.0-M1</version>
<version>1.0-M2-SNAPSHOT</version>
</parent>
<artifactId>maven-native-msvc</artifactId>
<name>Maven Native MSVC</name>
Expand Down
2 changes: 1 addition & 1 deletion maven-native-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo.natives</groupId>
<artifactId>maven-native</artifactId>
<version>1.0-M1</version>
<version>1.0-M2-SNAPSHOT</version>
</parent>
<artifactId>maven-native-components</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion maven-native-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo.natives</groupId>
<artifactId>maven-native</artifactId>
<version>1.0-M1</version>
<version>1.0-M2-SNAPSHOT</version>
</parent>
<artifactId>maven-native-test</artifactId>
<name>Maven Native Test</name>
Expand Down
2 changes: 1 addition & 1 deletion native-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo.natives</groupId>
<artifactId>maven-native</artifactId>
<version>1.0-M1</version>
<version>1.0-M2-SNAPSHOT</version>
</parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>native-maven-plugin</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
</parent>
<groupId>org.codehaus.mojo.natives</groupId>
<artifactId>maven-native</artifactId>
<version>1.0-M1</version>
<version>1.0-M2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Maven Native</name>
<developers>
<developer>
<id>dtran</id>
<name>Dan T. Tran</name>
<email>dantran@gmail.com</email>
<organization/>
<organization />
<roles>
<role>Lead Developer</role>
</roles>
Expand Down Expand Up @@ -52,7 +52,7 @@
</ciManagement>
<properties>
<maven.api.version>3.2.5</maven.api.version>
<project.build.outputTimestamp>2023-12-31T19:20:55Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-12-31T19:21:49Z</project.build.outputTimestamp>
<scmpublish.content>${project.build.directory}/staging/maven-native</scmpublish.content>
</properties>
<dependencyManagement>
Expand Down Expand Up @@ -257,7 +257,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit 53ae39c

Please sign in to comment.