Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jutzig committed Apr 14, 2016
1 parent 075795b commit 3bd800a
Show file tree
Hide file tree
Showing 22 changed files with 29 additions and 34 deletions.
2 changes: 1 addition & 1 deletion org.jabylon.cdo.connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jabylon</groupId>
<artifactId>jabylon-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<description>Provides a Connector Service to communicate with the Jabylon CDO repository</description>
Expand Down
2 changes: 1 addition & 1 deletion org.jabylon.cdo.server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jabylon</groupId>
<artifactId>jabylon-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<description>The jabylon CDO database backend</description>
Expand Down
2 changes: 1 addition & 1 deletion org.jabylon.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jabylon</groupId>
<artifactId>jabylon-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<description>various utility methods for jabylon security, preferences, model access,...</description>
Expand Down
2 changes: 1 addition & 1 deletion org.jabylon.db.migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jabylon</groupId>
<artifactId>jabylon-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<description>contains the scripts required for continuous database migration</description>
Expand Down
2 changes: 1 addition & 1 deletion org.jabylon.index/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jabylon</groupId>
<artifactId>jabylon-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<description>provides the QueryService and indexer capabilities to interact with the lucene index</description>
Expand Down
2 changes: 1 addition & 1 deletion org.jabylon.log.viewer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jabylon-parent</artifactId>
<groupId>org.jabylon</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<description>AJAX log viewer to diagnose issues in the software</description>
Expand Down
2 changes: 1 addition & 1 deletion org.jabylon.logback.config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jabylon</groupId>
<artifactId>jabylon-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<description>logback configuration for slf4j</description>
Expand Down
5 changes: 2 additions & 3 deletions org.jabylon.properties/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>properties</artifactId>
<packaging>bundle</packaging>

<parent>
<groupId>org.jabylon</groupId>
<artifactId>jabylon-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<description>the main (ecore) model for property files</description>
Expand Down
2 changes: 1 addition & 1 deletion org.jabylon.resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jabylon</groupId>
<artifactId>jabylon-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<description>provides services to load, observe and persist property files</description>
Expand Down
2 changes: 1 addition & 1 deletion org.jabylon.rest.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jabylon</groupId>
<artifactId>jabylon-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<description>the JSON api servlet</description>
Expand Down
2 changes: 1 addition & 1 deletion org.jabylon.rest.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jabylon</groupId>
<artifactId>jabylon-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<description>contains the main portion of the jabylon user interface</description>
Expand Down
2 changes: 1 addition & 1 deletion org.jabylon.review.standard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jabylon</groupId>
<artifactId>jabylon-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<description>contains the built-in translation checks</description>
Expand Down
2 changes: 1 addition & 1 deletion org.jabylon.scheduler.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jabylon</groupId>
<artifactId>jabylon-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<description>frontend for the scheduler service</description>
Expand Down
2 changes: 1 addition & 1 deletion org.jabylon.scheduler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jabylon</groupId>
<artifactId>jabylon-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<description>provides the SchedulerService and ProgressService that can be used to schedule tasks</description>
Expand Down
2 changes: 1 addition & 1 deletion org.jabylon.security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jabylon</groupId>
<artifactId>jabylon-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<description>contains the security and auth related code and some initial login modules</description>
Expand Down
2 changes: 1 addition & 1 deletion org.jabylon.team.git/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jabylon</groupId>
<artifactId>jabylon-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<description>the team provider implementation for Git</description>
Expand Down
2 changes: 1 addition & 1 deletion org.jabylon.updatecenter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jabylon</groupId>
<artifactId>jabylon-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<description>Allows to manage, update, install, and uninstall Jabylon Plug-Ins</description>
Expand Down
2 changes: 1 addition & 1 deletion org.jabylon.users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jabylon</groupId>
<artifactId>jabylon-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<description>contains the user (ecore) model</description>
Expand Down
14 changes: 5 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.jabylon</groupId>
<artifactId>jabylon-parent</artifactId>
<packaging>pom</packaging>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>

<properties>
<singleton />
Expand Down Expand Up @@ -286,11 +285,8 @@
<phase>package</phase>
<configuration>
<tasks>
<copy toDir="${basedir}/OSGI-INF" failonerror="false"
overwrite="tr">
<fileset
dir="${project.build.directory}/scr-plugin-generated/OSGI-INF"
includes="*.xml">
<copy toDir="${basedir}/OSGI-INF" failonerror="false" overwrite="tr">
<fileset dir="${project.build.directory}/scr-plugin-generated/OSGI-INF" includes="*.xml">
</fileset>
</copy>
</tasks>
Expand Down Expand Up @@ -971,7 +967,7 @@
<url>https://github.com/jutzig/jabylon</url>
<connection>scm:git:https://github.com/jutzig/jabylon.git</connection>
<developerConnection>scm:git:https://github.com/jutzig/jabylon.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.2.0</tag>
</scm>
<issueManagement>
<system>Github</system>
Expand Down
2 changes: 1 addition & 1 deletion releng/dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jabylon</groupId>
<artifactId>jabylon-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions releng/standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<parent>
<groupId>org.jabylon</groupId>
<artifactId>jabylon-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<scm>
<url>https://github.com/jutzig/jabylon</url>
<connection>scm:git:https://github.com/jutzig/jabylon.git</connection>
<developerConnection>scm:git:https://github.com/jutzig/jabylon.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.2.0</tag>
</scm>

<build>
Expand Down
4 changes: 2 additions & 2 deletions releng/war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jabylon</groupId>
<artifactId>jabylon-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -72,7 +72,7 @@
<url>https://github.com/jutzig/jabylon</url>
<connection>scm:git:https://github.com/jutzig/jabylon.git</connection>
<developerConnection>scm:git:https://github.com/jutzig/jabylon.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.2.0</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 3bd800a

Please sign in to comment.