Skip to content

Commit

Permalink
SAK-31493 Harmonise maven project versions (sakaiproject#3016)
Browse files Browse the repository at this point in the history
oauth - this was at 1.2-SNAPSHOT
simple-rss-portlet  - this was at 1.2.3-SNAPSHOT

Also marked the oauth-api as provided and set a version in the master pom so it doesn’t get deployed in other versions.
Put jsf dependency names onto one line to make them easier to parse.
  • Loading branch information
buckett authored and juanjmerono committed Jul 13, 2016
1 parent 4607b2f commit 8e4a78d
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 25 deletions.
2 changes: 0 additions & 2 deletions access/access-tool/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
<dependency>
<groupId>org.sakaiproject.oauth</groupId>
<artifactId>oauth-api</artifactId>
<version>1.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
Expand Down
12 changes: 6 additions & 6 deletions common/ddl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.sakaiproject.common</groupId>
<artifactId>common</artifactId>
<version>1.2-SNAPSHOT</version>
<version>12-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -24,30 +24,30 @@
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-edu-person-api</artifactId>
<version>1.2-SNAPSHOT</version>
<version>12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-composite-component-data</artifactId>
<version>1.2-SNAPSHOT</version>
<version>12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-composite-component</artifactId>
<version>1.2-SNAPSHOT</version>
<version>12-SNAPSHOT</version>
</dependency>


<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-manager-api</artifactId>
<version>1.2-SNAPSHOT</version>
<version>12-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-type-api</artifactId>
<version>1.2-SNAPSHOT</version>
<version>12-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 0 additions & 2 deletions entitybroker/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
<dependency>
<groupId>org.sakaiproject.oauth</groupId>
<artifactId>oauth-api</artifactId>
<version>1.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- Kernel dependencies -->
<dependency>
Expand Down
3 changes: 1 addition & 2 deletions jsf/jsf-widgets-sun-depend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
<version>12-SNAPSHOT</version>
</parent>

<name>Sakai JSF widget dependencies for Sun's RI
(sakai-depend-jsf-widgets-sun)</name>
<name>Sakai JSF widget dependencies for Sun's RI (sakai-depend-jsf-widgets-sun)</name>
<groupId>org.sakaiproject.jsf</groupId>
<artifactId>jsf-widgets-sun-depend</artifactId>
<organization>
Expand Down
3 changes: 1 addition & 2 deletions jsf/myfaces-widgets-depend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
<version>12-SNAPSHOT</version>
</parent>

<name>Sakai JSF Widgets Dependencies for MyFaces
(sakai-depend-jsf-widgets-myfaces)</name>
<name>Sakai JSF Widgets Dependencies for MyFaces (sakai-depend-jsf-widgets-myfaces)</name>
<groupId>org.sakaiproject.jsf</groupId>
<artifactId>myfaces-widgets-depend</artifactId>
<organization>
Expand Down
6 changes: 6 additions & 0 deletions master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1537,6 +1537,12 @@
<version>${sakai.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sakaiproject.oauth</groupId>
<artifactId>oauth-api</artifactId>
<version>${sakai.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sakaiproject.jsf</groupId>
<artifactId>jsf-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oauth/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sakaiproject.oauth</groupId>
<artifactId>oauth-base</artifactId>
<version>1.2-SNAPSHOT</version>
<version>12-SNAPSHOT</version>
</parent>

<artifactId>oauth-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oauth/dao-hbm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sakaiproject.oauth</groupId>
<artifactId>oauth-base</artifactId>
<version>1.2-SNAPSHOT</version>
<version>12-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oauth/dao-memory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sakaiproject.oauth</groupId>
<artifactId>oauth-base</artifactId>
<version>1.2-SNAPSHOT</version>
<version>12-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oauth/dao-server-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sakaiproject.oauth</groupId>
<artifactId>oauth-base</artifactId>
<version>1.2-SNAPSHOT</version>
<version>12-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
3 changes: 1 addition & 2 deletions oauth/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sakaiproject.oauth</groupId>
<artifactId>oauth-base</artifactId>
<version>1.2-SNAPSHOT</version>
<version>12-SNAPSHOT</version>
</parent>

<artifactId>oauth-impl</artifactId>
Expand All @@ -19,7 +19,6 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>oauth-api</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down
3 changes: 1 addition & 2 deletions oauth/pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sakaiproject.oauth</groupId>
<artifactId>oauth-base</artifactId>
<version>1.2-SNAPSHOT</version>
<version>12-SNAPSHOT</version>
</parent>

<artifactId>oauth-pack</artifactId>
Expand All @@ -23,7 +23,6 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>oauth-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
1 change: 0 additions & 1 deletion oauth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

<groupId>org.sakaiproject.oauth</groupId>
<artifactId>oauth-base</artifactId>
<version>1.2-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion oauth/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sakaiproject.oauth</groupId>
<artifactId>oauth-base</artifactId>
<version>1.2-SNAPSHOT</version>
<version>12-SNAPSHOT</version>
</parent>

<artifactId>oauth-tool</artifactId>
Expand Down
1 change: 0 additions & 1 deletion simple-rss-portlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<description>An RSS/Atom feed reader.</description>
<url>https://wiki.jasig.org/display/PLT/Simple+RSS+Portlet</url>

<version>1.2.3-SNAPSHOT</version>
<packaging>war</packaging>

<parent>
Expand Down

0 comments on commit 8e4a78d

Please sign in to comment.