Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions extensions-samples/chat-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-samples-project</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-chat-cdi</artifactId>
<packaging>war</packaging>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<name>atmosphere-chat-cdi</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
2 changes: 1 addition & 1 deletion extensions-samples/cometd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-samples-project</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions extensions-samples/guice/chat-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-samples-project</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-guice-chat</artifactId>
<packaging>war</packaging>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<name>atmosphere-guice-chat</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
4 changes: 2 additions & 2 deletions extensions-samples/gwt/gwt20-jersey-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.atmosphere.extensions</groupId>
<artifactId>atmosphere-samples-gwt20-project</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>org.atmosphere.samples</groupId>
<artifactId>gwt20-jersey-rpc</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>gwt20-jersey-rpc</name>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
4 changes: 2 additions & 2 deletions extensions-samples/gwt/gwt20-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.atmosphere.extensions</groupId>
<artifactId>atmosphere-samples-gwt20-project</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>org.atmosphere.samples</groupId>
<artifactId>gwt20-json</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>gwt20-json</name>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
4 changes: 2 additions & 2 deletions extensions-samples/gwt/gwt20-managed-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.atmosphere.extensions</groupId>
<artifactId>atmosphere-samples-gwt20-project</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>org.atmosphere.samples</groupId>
<artifactId>gwt20-managed-rpc</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>gwt20-managed-rpc</name>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
4 changes: 2 additions & 2 deletions extensions-samples/gwt/gwt20-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.atmosphere.extensions</groupId>
<artifactId>atmosphere-samples-gwt20-project</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>org.atmosphere.samples</groupId>
<artifactId>gwt20-rpc</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>gwt20-rpc</name>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
4 changes: 2 additions & 2 deletions extensions-samples/gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-samples-project</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.atmosphere.extensions</groupId>
<artifactId>atmosphere-samples-gwt20-project</artifactId>
<name>atmosphere-samples-gwt20-project</name>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<packaging>pom</packaging>

<url>https://github.com/Atmosphere/atmosphere-extensions/gwt20</url>
Expand Down
2 changes: 1 addition & 1 deletion extensions-samples/hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-samples-project</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion extensions-samples/jgroups/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-samples-project</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions extensions-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-samples-project</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-extensions-samples</artifactId>
<packaging>pom</packaging>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<name>atmosphere-extensions-samples</name>
<modules>
<module>chat-cdi/</module>
Expand Down
2 changes: 1 addition & 1 deletion extensions-samples/rabbitmq/jersey-pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-samples-project</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion extensions-samples/redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-samples-project</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion extensions-samples/rmi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-samples-project</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions extensions-samples/socketio/native-socketio-chat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-samples-project</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-nativesocketio-chat</artifactId>
<packaging>war</packaging>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<name>atmosphere-nativesocketio-chat</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions extensions-samples/socketio/socketio-chat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-samples-project</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-socketio-chat</artifactId>
<packaging>war</packaging>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<name>atmosphere-socketio-chat</name>
<url>http://maven.apache.org</url>
<build>
Expand Down
4 changes: 2 additions & 2 deletions extensions-samples/sockjs/sockjs-chat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-samples-project</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-sockjs-chat</artifactId>
<packaging>war</packaging>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<name>atmosphere-sockjs-chat</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Async-IO.org
* Copyright 2016 Async-IO.org
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
Loading