Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
Bumping pom version to 1.3.0-incubating-SNAPSHOT
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/wink/trunk@1337201 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
lresende committed May 11, 2012
1 parent be93781 commit 828a3db
Show file tree
Hide file tree
Showing 72 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.wink</groupId>
<artifactId>wink</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Wink</name>
<parent>
Expand Down
2 changes: 1 addition & 1 deletion wink-assembly/apache-wink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.wink</groupId>
<artifactId>wink-assembly</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<properties>
<SDK_JAR_NAME>wink-${project.version}.jar</SDK_JAR_NAME>
Expand Down
2 changes: 1 addition & 1 deletion wink-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.wink</groupId>
<artifactId>wink</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<build>
<pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion wink-assembly/wink-assembly-aggregatejar-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.wink</groupId>
<artifactId>wink-assembly</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<profiles>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion wink-assembly/wink-assembly-aggregatejar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.wink</groupId>
<artifactId>wink-assembly</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<properties>
<SDK_JAR_NAME>wink-${project.version}.jar</SDK_JAR_NAME>
Expand Down
2 changes: 1 addition & 1 deletion wink-client-apache-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.wink</groupId>
<artifactId>wink</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion wink-client-asynchttpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.wink</groupId>
<artifactId>wink</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion wink-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.wink</groupId>
<artifactId>wink</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<!-- depending on the following jars -->
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion wink-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.wink</groupId>
<artifactId>wink</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>

<!-- depending on the following jars -->
Expand Down
2 changes: 1 addition & 1 deletion wink-component-test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.wink</groupId>
<artifactId>wink</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/apps/Bookmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>apps</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<!-- Build section -->
<build>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/apps/HelloWorld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>apps</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<build>
<finalName>HelloWorld</finalName>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/apps/QADefect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>apps</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<build>
<finalName>QADefect</finalName>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/apps/SimpleDefects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>apps</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<build>
<finalName>SimpleDefects</finalName>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>wink-examples</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<modules>
<module>Bookmarks</module>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/client/GoogleDocs-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>client</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<build>
<finalName>GoogleDocs-client</finalName>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/client/QADefects-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>client</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<build>
<finalName>QADefects-client</finalName>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/client/ReadRSS-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>client</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<build>
<finalName>ReadRSS-client</finalName>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>wink-examples</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<modules>
<module>ReadRSS-client</module>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/core/CustomContext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>core</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<!-- Build section -->
<build>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/core/CustomExceptionMapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>core</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<!-- Build section -->
<build>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/core/Jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>core</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<build>
<finalName>Jaxb</finalName>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/core/Preconditions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>core</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<build>
<finalName>Preconditions</finalName>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>wink-examples</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<modules>
<module>CustomContext</module>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/ext/Asset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>ext</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<!-- Build section -->
<build>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/ext/DynamicResource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>ext</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<!-- Build section -->
<build>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/ext/History/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>ext</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<build>
<finalName>History</finalName>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/ext/LinkBuilders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>ext</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<!-- Build section -->
<build>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/ext/MultiPart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>ext</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>

<build>
Expand Down
4 changes: 2 additions & 2 deletions wink-examples/ext/OSGi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>ext</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>

<description>
Expand Down Expand Up @@ -67,7 +67,7 @@
</provision>
<noDependencies>true</noDependencies>
<!-- webconsole not needed, but handy -->
<deployURLs>mvn:org.apache.felix/org.apache.felix.webconsole/3.1.8,mvn:org.apache.felix/org.apache.felix.http.jetty/2.2.0,mvn:org.apache.felix/org.apache.felix.http.whiteboard/2.2.0,mvn:org.apache.wink/wink-osgi/1.2.0-incubating-SNAPSHOT,mvn:commons-lang/commons-lang/2.5</deployURLs>
<deployURLs>mvn:org.apache.felix/org.apache.felix.webconsole/3.1.8,mvn:org.apache.felix/org.apache.felix.http.jetty/2.2.0,mvn:org.apache.felix/org.apache.felix.http.whiteboard/2.2.0,mvn:org.apache.wink/wink-osgi/1.3.0-incubating-SNAPSHOT,mvn:commons-lang/commons-lang/2.5</deployURLs>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/ext/RuntimeRegistration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>ext</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<!-- Build section -->
<build>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/ext/Scope/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>ext</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<!-- Build section -->
<build>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/ext/Spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>ext</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<!-- Build section -->
<build>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/ext/WebDAV/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>ext</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<build>
<finalName>WebDAV</finalName>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.wink.example</groupId>
<artifactId>wink-examples</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<modules>
<module>Asset</module>
Expand Down
2 changes: 1 addition & 1 deletion wink-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.wink</groupId>
<artifactId>wink</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<modules>
<module>apps</module>
Expand Down
2 changes: 1 addition & 1 deletion wink-guice-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wink</artifactId>
<groupId>org.apache.wink</groupId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.wink</groupId>
Expand Down
4 changes: 2 additions & 2 deletions wink-itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<parent>
<artifactId>wink</artifactId>
<groupId>org.apache.wink</groupId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wink-itests</artifactId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Wink Integration Tests</name>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion wink-itests/wink-itest-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wink-itests</artifactId>
<groupId>org.apache.wink</groupId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wink-itest-logging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wink-itests/wink-itest-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wink-itests</artifactId>
<groupId>org.apache.wink</groupId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.wink</groupId>
Expand Down
2 changes: 1 addition & 1 deletion wink-itests/wink-itest-osgi/wink-itest-simple-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>wink-itest-osgi</artifactId>
<groupId>org.apache.wink</groupId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.wink</groupId>
Expand Down
2 changes: 1 addition & 1 deletion wink-itests/wink-itest-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>wink-itests</artifactId>
<groupId>org.apache.wink</groupId>
<version>1.2.0-incubating-SNAPSHOT</version>
<version>1.3.0-incubating-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wink-itest-support</artifactId>
Expand Down
Loading

0 comments on commit 828a3db

Please sign in to comment.