Skip to content

Commit

Permalink
[maven-release-plugin] prepare release access-modifier-1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Feb 14, 2013
1 parent ece104e commit ccb5d24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion access-modifier-annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>access-modifier</artifactId>
<groupId>org.kohsuke</groupId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</parent>
<artifactId>access-modifier-annotation</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion access-modifier-checker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>access-modifier</artifactId>
<groupId>org.kohsuke</groupId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</parent>
<artifactId>access-modifier-checker</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>access-modifier</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>

<name>Custom access modifier for Java</name>
<packaging>pom</packaging>
Expand Down

0 comments on commit ccb5d24

Please sign in to comment.