Skip to content

Commit

Permalink
Merge pull request sakaiproject#636 from ottenhoff/SAK-29467
Browse files Browse the repository at this point in the history
SAK-29467 SAM-2576 use joda-time 2.8
  • Loading branch information
ern committed Jun 9, 2015
2 parents aff7505 + da5b964 commit 5d45c5b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion calendar/calendar-summary-tool/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.7</version>
<version>${joda.time.version}</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion calendar/calendar-util/util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.7</version>
<version>${joda.time.version}</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion gradebook/grades-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.7</version>
<version>${joda.time.version}</version>
</dependency>

<!-- Sakai uses apache commons logging -->
Expand Down
1 change: 1 addition & 0 deletions master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
<sakairsf.components.version>11-SNAPSHOT</sakairsf.components.version>
<sakairsf.version>11-SNAPSHOT</sakairsf.version>
<generic-dao.version>0.9.18</generic-dao.version>
<joda.time.version>2.8</joda.time.version>
<reflectutils.version>0.9.20</reflectutils.version>
<!-- Sakai modules that are versioned separately -->
<!-- lessonbuilder tool pom depends on msgcntr ver prop. Need to add a profile to the LB tool pom to mark change between 10.x master and earlier versions -->
Expand Down
2 changes: 1 addition & 1 deletion reference/library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.7</version>
<version>${joda.time.version}</version>
<executions>
<execution>
<id>copy-images</id>
Expand Down
2 changes: 1 addition & 1 deletion reset-pass/account-validator-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.7</version>
<version>${joda.time.version}</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion reset-pass/account-validator-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.7</version>
<version>${joda.time.version}</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion reset-pass/reset-pass/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.7</version>
<version>${joda.time.version}</version>
</dependency>
<!-- RSF dependencies -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samigo/samigo-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.7</version>
<version>${joda.time.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion site/admin-perms-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.7</version>
<version>${joda.time.version}</version>
</dependency>
<!-- JSP and standard tag libraries -->
<dependency>
Expand Down

0 comments on commit 5d45c5b

Please sign in to comment.