You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by br...@apache.org on 2007/01/24 14:01:35 UTC

svn commit: r499409 - /incubator/yoko/trunk/pom.xml

Author: bravi
Date: Wed Jan 24 06:01:34 2007
New Revision: 499409

URL: http://svn.apache.org/viewvc?view=rev&rev=499409
Log:
[YOKO-278] - Removing redundant version properties.

Modified:
    incubator/yoko/trunk/pom.xml

Modified: incubator/yoko/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/pom.xml?view=diff&rev=499409&r1=499408&r2=499409
==============================================================================
--- incubator/yoko/trunk/pom.xml (original)
+++ incubator/yoko/trunk/pom.xml Wed Jan 24 06:01:34 2007
@@ -45,12 +45,6 @@
 
     <!-- These properties should be defined in top level pom.xml -->
      <properties>
-        <!-- The current version -->
-        <yoko.version>1.0-incubating-M2-SNAPSHOT</yoko.version>
-
-        <!--  CORBA spec version -->
-        <yoko.spec.version>${yoko.version}</yoko.spec.version>
-
         <!-- versions of external dependencies -->
         <ant.version>1.6.5</ant.version>
         <antrun.version>1.1</antrun.version>
@@ -89,37 +83,37 @@
              <dependency>
                  <groupId>org.apache.yoko</groupId>
                  <artifactId>yoko-core</artifactId>
-                 <version>${yoko.version}</version>
+                 <version>${project.version}</version>
              </dependency>
              <dependency>
                  <groupId>org.apache.yoko</groupId>
                  <artifactId>yoko-spec-corba</artifactId>
-                 <version>${yoko.spec.version}</version>
+                 <version>${project.version}</version>
              </dependency>
              <dependency>
                  <groupId>org.apache.yoko</groupId>
                  <artifactId>yoko-api</artifactId>
-                 <version>${yoko.version}</version>
+                 <version>${project.version}</version>
              </dependency>
              <dependency>
                  <groupId>org.apache.yoko</groupId>
                  <artifactId>yoko-tools</artifactId>
-                 <version>${yoko.version}</version>
+                 <version>${project.version}</version>
              </dependency>
              <dependency>
                  <groupId>org.apache.yoko</groupId>
                  <artifactId>yoko-bindings</artifactId>
-                 <version>${yoko.version}</version>
+                 <version>${project.version}</version>
              </dependency>
              <dependency>
                  <groupId>org.apache.yoko</groupId>
                  <artifactId>yoko-rmi-spec</artifactId>
-                 <version>${yoko.version}</version>
+                 <version>${project.version}</version>
              </dependency>
              <dependency>
                  <groupId>org.apache.yoko</groupId>
                  <artifactId>yoko-rmi-impl</artifactId>
-                 <version>${yoko.version}</version>
+                 <version>${project.version}</version>
              </dependency>
              <!--  External dependencies --> 
              <dependency>