Skip to content

Commit 627516d

Browse files
authored
Merge pull request TooTallNate#445 from marci4/master
Update versions
2 parents 08be9ee + 7a60c77 commit 627516d

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010-2012 Nathan Rajlich
1+
Copyright (c) 2010-2017 Nathan Rajlich
22

33
Permission is hereby granted, free of charge, to any person
44
obtaining a copy of this software and associated documentation

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
}
1010

1111
group = 'org.java_websocket'
12-
version = '1.3.1-snapshot'
12+
version = '1.3.1'
1313
sourceCompatibility = 1.6
1414
targetCompatibility = 1.6
1515

pom.xml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<modelVersion>4.0.0</modelVersion>
1414
<groupId>org.java-websocket</groupId>
1515
<artifactId>Java-WebSocket</artifactId>
16-
<version>1.3.1-SNAPSHOT</version>
16+
<version>1.3.1</version>
1717
<packaging>jar</packaging>
1818
<name>Java WebSocket</name>
1919
<url>http://java-websocket.org/</url>
@@ -103,6 +103,15 @@
103103
<role>maintainer</role>
104104
</roles>
105105
</developer>
106+
<developer>
107+
<id>marci4</id>
108+
<name>Marcel Prestel</name>
109+
<email>admin@marci4.de</email>
110+
<url>https://github.com/marci4</url>
111+
<roles>
112+
<role>maintainer</role>
113+
</roles>
114+
</developer>
106115
</developers>
107116
<licenses>
108117
<license>
@@ -132,7 +141,7 @@
132141
</execution>
133142
</executions>
134143
<configuration>
135-
<keyname>rohmer.david@gmail.com</keyname>
144+
<keyname>rohmer.david@gmail.com</keyname>
136145
</configuration>
137146
</plugin>
138147
</plugins>

project.clj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.java-websocket/java-websocket "1.3.1-snapshot"
1+
(defproject org.java-websocket/java-websocket "1.3.1"
22
:description "A barebones WebSocket client and server implementation written 100% in Java"
33
:url "http://java-websocket.org/"
44
:scm {:name "git"
@@ -17,6 +17,10 @@
1717
[:developer
1818
[:name "David Rohmer"]
1919
[:url "https://github.com/Davidiusdadi"]
20-
[:email "rohmer.david@gmail.com"]]])
20+
[:email "rohmer.david@gmail.com"]]
21+
[:developer
22+
[:name "Marcel Prestel"]
23+
[:url "https://github.com/marci4"]
24+
[:email "admin@marci4.de"]]])
2125

2226

0 commit comments

Comments
 (0)