Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jdonframework-6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
banq committed Feb 23, 2018
1 parent 5dde831 commit 3f26fe7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
16 changes: 3 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@
<checkModificationExclude>.idea/*</checkModificationExclude>
<checkModificationExclude>.idea/libraries/*</checkModificationExclude>
<checkModificationExclude>pom.xml</checkModificationExclude>
<checkModificationExclude>release-pom.xml</checkModificationExclude>

<checkModificationExclude>jdonframework.iml</checkModificationExclude>
<checkModificationExclude>JdonAccessory/jdon-hibernate3x/jdon-hibernate3x.iml</checkModificationExclude>
<checkModificationExclude>JdonAccessory/jdon-jdbc/jdon-jdbc.iml</checkModificationExclude>
Expand Down Expand Up @@ -240,19 +242,7 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions release-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<scm>
<connection>scm:git:[email protected]:banq/jdonframework.git</connection>
<developerConnection>scm:git:[email protected]:banq/jdonframework.git</developerConnection>
<tag>jdonframework-6.9</tag>
<url>[email protected]:banq/jdonframework.git</url>
</scm>
<distributionManagement>
Expand Down Expand Up @@ -217,6 +218,7 @@
<checkModificationExclude>.idea/*</checkModificationExclude>
<checkModificationExclude>.idea/libraries/*</checkModificationExclude>
<checkModificationExclude>pom.xml</checkModificationExclude>
<checkModificationExclude>release-pom.xml</checkModificationExclude>
<checkModificationExclude>jdonframework.iml</checkModificationExclude>
<checkModificationExclude>JdonAccessory/jdon-hibernate3x/jdon-hibernate3x.iml</checkModificationExclude>
<checkModificationExclude>JdonAccessory/jdon-jdbc/jdon-jdbc.iml</checkModificationExclude>
Expand Down

0 comments on commit 3f26fe7

Please sign in to comment.