Changeset 1788


Ignore:
Timestamp:
10/10/14 14:28:46 (10 years ago)
Author:
sherbold
Message:
Location:
trunk
Files:
3 added
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-android-test/pom.xml

    r1547 r1788  
    33        <groupId>de.ugoe.cs.autoquest</groupId> 
    44        <artifactId>autoquest-test</artifactId> 
    5         <version>0.1.1-SNAPSHOT</version> 
     5        <version>0.1.2-SNAPSHOT</version> 
    66        <relativePath>../autoquest-test/pom.xml</relativePath> 
    77    </parent> 
  • trunk/autoquest-plugin-android/pom.xml

    r1547 r1788  
    33        <groupId>de.ugoe.cs.autoquest</groupId> 
    44        <artifactId>autoquest</artifactId> 
    5         <version>0.1.1-SNAPSHOT</version> 
     5        <version>0.1.2-SNAPSHOT</version> 
    66        <relativePath>../autoquest/pom.xml</relativePath> 
    77    </parent> 
     
    5454                </configuration> 
    5555            </plugin> 
    56             <plugin> 
    57                 <artifactId>maven-assembly-plugin</artifactId> 
    58                 <version>2.2-beta-2</version> 
    59                 <configuration> 
    60                     <descriptors> 
    61                         <descriptor>src/main/assembly/config.xml</descriptor> 
    62                     </descriptors> 
    63                 </configuration> 
    64                 <executions> 
    65                     <execution> 
    66                         <id>make-assembly</id> 
    67                         <phase>package</phase> 
    68                         <goals> 
    69                             <goal>single</goal> 
    70                         </goals> 
    71                     </execution> 
    72                 </executions> 
    73             </plugin> 
    7456        </plugins> 
    7557    </build> 
  • trunk/autoquest-plugin-android/src/main/java/de/ugoe/cs/autoquest/plugin/android/ANDROIDPlugin.java

    r1786 r1788  
    2929 * @version 1.0 
    3030 */ 
    31 public class AndroidPlugin implements AutoQUESTPlugin { 
     31public class ANDROIDPlugin implements AutoQUESTPlugin { 
    3232         
    3333        /** 
Note: See TracChangeset for help on using the changeset viewer.