Skip to content

Commit

Permalink
Prepare for 2.0.2.Final release
Browse files Browse the repository at this point in the history
  • Loading branch information
aloubyansky committed Apr 30, 2020
1 parent c7db867 commit 5e60e7a
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 20 deletions.
4 changes: 2 additions & 2 deletions cli/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016-2018 Red Hat, Inc. and/or its affiliates
Copyright 2016-2020 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-parent</artifactId>
<version>2.0.2.Alpha1-SNAPSHOT</version>
<version>2.0.2.Final</version>
</parent>

<artifactId>galleon-cli</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016-2018 Red Hat, Inc. and/or its affiliates
Copyright 2016-2020 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-parent</artifactId>
<version>2.0.2.Alpha1-SNAPSHOT</version>
<version>2.0.2.Final</version>
</parent>

<artifactId>galleon-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2016-2018 Red Hat, Inc. and/or its affiliates
* Copyright 2016-2020 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -25,16 +25,19 @@ public interface ProgressTracker<T> {

/**
* The method is called when the processing is about to begin
* @param totalVolume anticipated total volume
*/
void starting(long totalVolume);

/**
* This method indicates that an item is being processed
* @param item item being processed
*/
void processing(T item);

/**
* This method indicates that an item has been processed
* @param item processed item
*/
void processed(T item);

Expand Down
4 changes: 2 additions & 2 deletions dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!--
Copyright 2016-2018 Red Hat, Inc. and/or its affiliates
Copyright 2016-2020 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-parent</artifactId>
<version>2.0.2.Alpha1-SNAPSHOT</version>
<version>2.0.2.Final</version>
</parent>

<artifactId>galleon-dist</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions do.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright 2016-2018 Red Hat, Inc. and/or its affiliates
# Copyright 2016-2020 Red Hat, Inc. and/or its affiliates
# and other contributors as indicated by the @author tags.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -58,5 +58,5 @@ if [[ -n $BUILD ]]; then
fi

if [[ -n $RUN ]]; then
java $JAVA_OPTS -jar ./cli/target/galleon-cli-2.0.2.Alpha1-SNAPSHOT.jar
java $JAVA_OPTS -jar ./cli/target/galleon-cli-2.0.2.Final.jar
fi
2 changes: 1 addition & 1 deletion docs/guide/maven-plugin/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The coordinates of the Maven plugin are
<dependency>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-maven-plugin</artifactId>
<version>2.0.2.Alpha1-SNAPSHOT</version>
<version>2.0.2.Final</version>
</dependency>
----

Expand Down
4 changes: 2 additions & 2 deletions docs/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016-2018 Red Hat, Inc. and/or its affiliates
Copyright 2016-2020 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-parent</artifactId>
<version>2.0.2.Alpha1-SNAPSHOT</version>
<version>2.0.2.Final</version>
</parent>

<artifactId>galleon-docs</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions maven-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016-2018 Red Hat, Inc. and/or its affiliates
Copyright 2016-2020 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-parent</artifactId>
<version>2.0.2.Alpha1-SNAPSHOT</version>
<version>2.0.2.Final</version>
</parent>

<artifactId>galleon-maven-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions maven-universe/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016-2018 Red Hat, Inc. and/or its affiliates
Copyright 2016-2020 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-parent</artifactId>
<version>2.0.2.Alpha1-SNAPSHOT</version>
<version>2.0.2.Final</version>
</parent>

<artifactId>galleon-maven-universe</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016-2018 Red Hat, Inc. and/or its affiliates
Copyright 2016-2020 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -29,7 +29,7 @@

<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-parent</artifactId>
<version>2.0.2.Alpha1-SNAPSHOT</version>
<version>2.0.2.Final</version>
<packaging>pom</packaging>

<name>Galleon Parent</name>
Expand Down
4 changes: 2 additions & 2 deletions testsuite/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016-2018 Red Hat, Inc. and/or its affiliates
Copyright 2016-2020 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-parent</artifactId>
<version>2.0.2.Alpha1-SNAPSHOT</version>
<version>2.0.2.Final</version>
</parent>

<artifactId>galleon-testsuite</artifactId>
Expand Down

0 comments on commit 5e60e7a

Please sign in to comment.