File tree Expand file tree Collapse file tree 4 files changed +19
-6
lines changed
Expand file tree Collapse file tree 4 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99}
1010
1111group = ' org.java_websocket'
12- version = ' 1.3.1-snapshot '
12+ version = ' 1.3.1'
1313sourceCompatibility = 1.6
1414targetCompatibility = 1.6
1515
Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff line change 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"
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
You can’t perform that action at this time.
0 commit comments