You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Martin Grigorov <ma...@gmail.com> on 2016/12/31 05:49:41 UTC

Re: wicket git commit: Switch wicket-eclipse-settings back to version 3

H Tobias,

Why this change is needed?
Usually Maven modules use -SNAPSHOT version while in development.
Once ready for release one can use maven-release-plugin to do the right
steps from X-SNAPSHOT to X+1-SNAPSHOT.

On Dec 30, 2016 10:23 PM, <ts...@apache.org> wrote:

Repository: wicket
Updated Branches:
  refs/heads/master fb4bb4712 -> dfb447268


Switch wicket-eclipse-settings back to version 3

Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/dfb44726
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/dfb44726
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/dfb44726

Branch: refs/heads/master
Commit: dfb447268911b8deb01129a053647f270b7686fd
Parents: fb4bb47
Author: Tobias Soloschenko <ts...@apache.org>
Authored: Fri Dec 30 21:22:27 2016 +0100
Committer: Tobias Soloschenko <ts...@apache.org>
Committed: Fri Dec 30 21:22:27 2016 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/dfb44726/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e333572..8d38086 100644
--- a/pom.xml
+++ b/pom.xml
@@ -336,7 +336,7 @@
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-eclipse-
settings</artifactId>
-                               <version>4-SNAPSHOT</version>
+                               <version>3</version>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
@@ -790,7 +790,7 @@
                                        <dependency>
                                            <groupId>org.apache.wicket</
groupId>
                                            <artifactId>wicket-eclipse-
settings</artifactId>
-                                           <version>4-SNAPSHOT</version>
+                                           <version>3</version>
                                        </dependency>
                                    </dependencies>
                                </plugin>