Skip to content

Commit fa1fd5d

Browse files
author
osboxes.org
committed
[maven-release-plugin] prepare release hawtjni-project-1.16
1 parent 2e99592 commit fa1fd5d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

‎hawtjni-example/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.fusesource.hawtjni</groupId>
2323
<artifactId>hawtjni-project</artifactId>
24-
<version>1.16-SNAPSHOT</version>
24+
<version>1.16</version>
2525
</parent>
2626

2727
<artifactId>hawtjni-example</artifactId>

‎hawtjni-generator/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.fusesource.hawtjni</groupId>
2323
<artifactId>hawtjni-project</artifactId>
24-
<version>1.16-SNAPSHOT</version>
24+
<version>1.16</version>
2525
</parent>
2626

2727
<artifactId>hawtjni-generator</artifactId>

‎hawtjni-maven-plugin/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.fusesource.hawtjni</groupId>
2323
<artifactId>hawtjni-project</artifactId>
24-
<version>1.16-SNAPSHOT</version>
24+
<version>1.16</version>
2525
</parent>
2626

2727
<artifactId>hawtjni-maven-plugin</artifactId>

‎hawtjni-runtime/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.fusesource.hawtjni</groupId>
2323
<artifactId>hawtjni-project</artifactId>
24-
<version>1.16-SNAPSHOT</version>
24+
<version>1.16</version>
2525
</parent>
2626

2727
<artifactId>hawtjni-runtime</artifactId>

‎pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.fusesource.hawtjni</groupId>
2828
<artifactId>hawtjni-project</artifactId>
29-
<version>1.16-SNAPSHOT</version>
29+
<version>1.16</version>
3030
<packaging>pom</packaging>
3131

3232
<name>HawtJNI</name>
@@ -87,7 +87,7 @@
8787
<connection>scm:git:https://github.com/fusesource/${forge-project-id}.git</connection>
8888
<developerConnection>scm:git:https://github.com/fusesource/${forge-project-id}.git</developerConnection>
8989
<url>https://github.com/fusesource/${forge-project-id}/tree/${project.scm.tag}</url>
90-
<tag>master</tag>
90+
<tag>hawtjni-project-1.16</tag>
9191
</scm>
9292

9393
<distributionManagement>

0 commit comments

Comments
 (0)