This repository was archived by the owner on Aug 17, 2019. It is now read-only.
File tree 2 files changed +26
-3
lines changed
src/main/scala/com/ckkloverdos/sys/_deploy
2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 26
26
27
27
<groupId >com.ckkloverdos</groupId >
28
28
<artifactId >sysprop</artifactId >
29
- <version >0.6.0 -SNAPSHOT</version >
29
+ <version >0.5.1 -SNAPSHOT</version >
30
30
<packaging >jar</packaging >
31
31
32
32
<name >Sysprop</name >
83
83
<dependency >
84
84
<groupId >com.ckkloverdos</groupId >
85
85
<artifactId >maybe</artifactId >
86
- <version >0.6.0-SNAPSHOT </version >
86
+ <version >0.5.0 </version >
87
87
</dependency >
88
88
<dependency >
89
89
<groupId >com.ckkloverdos</groupId >
90
90
<artifactId >converter</artifactId >
91
- <version >0.6.0-SNAPSHOT </version >
91
+ <version >0.5.0 </version >
92
92
</dependency >
93
93
<dependency >
94
94
<groupId >junit</groupId >
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2011-2012 Christos KK Loverdos
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ package com .ckkloverdos .sys ._deploy ;
18
+
19
+ /**
20
+ * @author Christos KK Loverdos <loverdos@gmail.com>
21
+ */
22
+ public class javadoc {
23
+ }
You can’t perform that action at this time.
0 commit comments