Skip to content

Commit d31d73a

Browse files
committed
Release 1.1
1 parent a2da9cb commit d31d73a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616
<groupId>mobi.openddr</groupId>
1717
<artifactId>openddr-parent</artifactId>
1818
<packaging>pom</packaging>
19-
<version>1.0</version>
19+
<version>1.1</version>
2020
<name>OpenDDR Parent</name>
2121
<description>OpenDDR Parent POM</description>
2222
<url>http://openddr.mobi/</url>
2323
<inceptionYear>2011</inceptionYear>
2424

2525
<!-- Test settings that can be overridden from the Maven command line -->
2626
<properties>
27-
<java.version>1.6</java.version>
27+
<java.version>1.7</java.version>
2828
<jdkVersion>${java.version}</jdkVersion>
2929
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
3030
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
33-
<oddr.data.version>1.32-SNAPSHOT</oddr.data.version>
33+
<oddr.data.version>1.33</oddr.data.version>
3434
</properties>
3535

3636
<dependencyManagement>
@@ -44,27 +44,27 @@
4444
<dependency>
4545
<groupId>commons-beanutils</groupId>
4646
<artifactId>commons-beanutils</artifactId>
47-
<version>1.9.2</version>
47+
<version>1.9.4</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>commons-cli</groupId>
5151
<artifactId>commons-cli</artifactId>
52-
<version>1.3.1</version>
52+
<version>1.4</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.apache.commons</groupId>
5656
<artifactId>commons-configuration2</artifactId>
57-
<version>2.1</version>
57+
<version>2.7</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.apache.commons</groupId>
6161
<artifactId>commons-lang3</artifactId>
62-
<version>3.4</version>
62+
<version>3.11</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>junit</groupId>
6666
<artifactId>junit</artifactId>
67-
<version>4.12</version>
67+
<version>4.13.1</version>
6868
<scope>test</scope>
6969
</dependency>
7070
<dependency>
@@ -75,17 +75,17 @@
7575
<dependency>
7676
<groupId>org.apache.logging.log4j</groupId>
7777
<artifactId>log4j-api</artifactId>
78-
<version>2.1</version>
78+
<version>2.13.3</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>org.apache.logging.log4j</groupId>
8282
<artifactId>log4j-core</artifactId>
83-
<version>2.1</version>
83+
<version>2.13.3</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>commons-lang</groupId>
8787
<artifactId>commons-lang</artifactId>
88-
<version>2.1</version>
88+
<version>2.6</version>
8989
</dependency>
9090
</dependencies>
9191
</dependencyManagement>
@@ -154,23 +154,23 @@
154154
<repository>
155155
<id>jcenter</id>
156156
<name>JCenter</name>
157-
<url>http://jcenter.bintray.com</url>
157+
<url>https://jcenter.bintray.com</url>
158158
</repository>
159159
<repository>
160160
<snapshots>
161161
<enabled>false</enabled>
162162
</snapshots>
163163
<id>bintray-release</id>
164164
<name>libs-release</name>
165-
<url>http://oss.jfrog.org/artifactory/libs-release</url>
165+
<url>https://oss.jfrog.org/artifactory/libs-release</url>
166166
</repository>
167167
<repository>
168168
<snapshots>
169169
<enabled>true</enabled>
170170
</snapshots>
171171
<id>bintray-snapshot</id>
172172
<name>libs-snapshot</name>
173-
<url>http://oss.jfrog.org/artifactory/libs-snapshot</url>
173+
<url>https://oss.jfrog.org/artifactory/libs-snapshot</url>
174174
</repository>
175175
<repository>
176176
<id>openddr</id>

0 commit comments

Comments
 (0)