You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/uadetector-core/pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
<relativePath>../../</relativePath>
7
7
<groupId>net.sf.uadetector</groupId>
8
8
<artifactId>uadetector-parent</artifactId>
9
-
<version>2014.10-SNAPSHOT</version>
9
+
<version>2014.10</version>
10
10
</parent>
11
11
12
12
<properties>
@@ -15,7 +15,7 @@
15
15
</properties>
16
16
17
17
<artifactId>uadetector-core</artifactId>
18
-
<version>0.9.22-SNAPSHOT</version>
18
+
<version>0.9.22</version>
19
19
20
20
<name>UADetector :: Core</name>
21
21
<description>The UADetector core library includes the API and implementation to read the detection information and the functions to identify User-Agents, but not the database (also known as UAS data). The UAS data can be found in the resources module.</description>
0 commit comments