Projects tigase _server tigase-muc Commits 32805adf
ctrl k
  • pom.xml
    ■ ■ ■ ■ ■ ■
    skipped 3 lines
    4 4   <parent>
    5 5   <groupId>tigase</groupId>
    6 6   <artifactId>tigase-projects-parent</artifactId>
    7  - <version>1.0.1-SNAPSHOT</version>
     7 + <version>1.0.1</version>
    8 8   <relativePath />
    9 9   </parent>
    10 10   
    skipped 5 lines
    16 16   </properties>
    17 17   
    18 18   <artifactId>tigase-muc</artifactId>
    19  - <version>3.0.0-SNAPSHOT</version>
     19 + <version>3.0.0</version>
    20 20   <packaging>bundle</packaging>
    21 21   
    22 22   <name>Tigase MUC</name>
    skipped 30 lines
    53 53   <connection>scm:git:${scm_repo_base}/tigase-muc.git</connection>
    54 54   <developerConnection>scm:git:${scm_repo_base}/tigase-muc.git</developerConnection>
    55 55   <url>https://projects.tigase.org/projects/tigase-muc/repository</url>
    56  - <tag>HEAD</tag>
     56 + <tag>tigase-muc-3.0.0</tag>
    57 57   </scm>
    58 58   
    59 59   <build>
    skipped 91 lines
    151 151   <dependency>
    152 152   <groupId>tigase</groupId>
    153 153   <artifactId>tigase-server</artifactId>
    154  - <version>8.0.0-SNAPSHOT</version>
     154 + <version>8.0.0</version>
    155 155   <scope>compile</scope>
    156 156   </dependency>
    157 157   <dependency>
    158 158   <groupId>tigase</groupId>
    159 159   <artifactId>tigase-server</artifactId>
    160  - <version>8.0.0-SNAPSHOT</version>
     160 + <version>8.0.0</version>
    161 161   <type>test-jar</type>
    162 162   <scope>test</scope>
    163 163   </dependency>
    skipped 33 lines
Please wait...
Page is in error, reload to recover