Skip to content

Commit

Permalink
Preparing for 1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Feb 26, 2013
1 parent efcd510 commit 23d6c7d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
target
*~
pom.xml.versionsBackup
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ See [NetBeans plugin for Stapler](https://wiki.jenkins-ci.org/display/JENKINS/Ne

[Plugin Portal downloads](http://plugins.netbeans.org/plugin/43938/)

Upcoming in 1.3:
Implemented in 1.3:

* navigate between types and their Jelly view folders (creating view folder as needed)
* New File template for Jelly scripts
Expand Down Expand Up @@ -39,6 +39,7 @@ To do:
* Java hint about `VirtualChannel.call` and `VirtualChannel.callAsync` (also `FilePath.act`)
on anonymous inner classes or classes otherwise lacking `serialVersionUID`
(cf. [JENKINS-14667](https://issues.jenkins-ci.org/browse/JENKINS-14667) and [b807845](https://github.com/jenkinsci/jenkins/commit/b807845b9b03bbe02babcf03fa7e6dbd80b41fcf))
* Java hint to replace `SecurityContextHolder.getContext().setAuthentication` with `ACL.impersonate` in 1.462+
* Code completion or similar for Groovy views
* Offer something like [jelly2groovy](https://github.com/slide/jelly2groovy) as a context menu action on Jelly views

Expand Down
2 changes: 1 addition & 1 deletion application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.kohsuke.stapler.netbeans</groupId>
<artifactId>parent</artifactId>
<version>1.2</version>
<version>1.3</version>
</parent>

<artifactId>application</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.kohsuke.stapler.netbeans</groupId>
<artifactId>parent</artifactId>
<version>1.2</version>
<version>1.3</version>
</parent>
<artifactId>jenkinsdev</artifactId>
<packaging>nbm</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.kohsuke.stapler.netbeans</groupId>
<artifactId>parent</artifactId>
<version>1.2</version>
<version>1.3</version>
<packaging>pom</packaging>

<name>Stapler/NetBeans</name>
Expand Down
2 changes: 1 addition & 1 deletion stapler-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.kohsuke.stapler.netbeans</groupId>
<artifactId>parent</artifactId>
<version>1.2</version>
<version>1.3</version>
</parent>
<artifactId>plugin</artifactId>
<packaging>nbm</packaging>
Expand Down

0 comments on commit 23d6c7d

Please sign in to comment.